chore: update dependency sinon to v18

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-05-15 14:54:00 +00:00 committed by Diana Lau
parent 3fe195a82f
commit 3ae4b5ecf0
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "loopback-connector-mysql",
"version": "7.0.9",
"version": "7.0.10",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -26,7 +26,7 @@
"mocha": "^10.4.0",
"rc": "^1.2.8",
"should": "^13.2.3",
"sinon": "^17.0.2"
"sinon": "^18.0.0"
},
"engines": {
"node": ">=18"
@ -2687,9 +2687,9 @@
"dev": true
},
"node_modules/nise": {
"version": "5.1.9",
"resolved": "https://registry.npmjs.org/nise/-/nise-5.1.9.tgz",
"integrity": "sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/nise/-/nise-6.0.0.tgz",
"integrity": "sha512-K8ePqo9BFvN31HXwEtTNGzgrPpmvgciDsFz8aztFjt4LqKO/JeFD8tBOeuDiCMXrIl/m1YvfH8auSpxfaD09wg==",
"dev": true,
"dependencies": {
"@sinonjs/commons": "^3.0.0",
@ -3484,16 +3484,16 @@
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
},
"node_modules/sinon": {
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-17.0.2.tgz",
"integrity": "sha512-uihLiaB9FhzesElPDFZA7hDcNABzsVHwr3YfmM9sBllVwab3l0ltGlRV1XhpNfIacNDLGD1QRZNLs5nU5+hTuA==",
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-18.0.0.tgz",
"integrity": "sha512-+dXDXzD1sBO6HlmZDd7mXZCR/y5ECiEiGCBSGuFD/kZ0bDTofPYc6JaeGmPSF+1j1MejGUWkORbYOLDyvqCWpA==",
"dev": true,
"dependencies": {
"@sinonjs/commons": "^3.0.1",
"@sinonjs/fake-timers": "^11.2.2",
"@sinonjs/samsam": "^8.0.0",
"diff": "^5.2.0",
"nise": "^5.1.9",
"nise": "^6.0.0",
"supports-color": "^7"
},
"funding": {

View File

@ -37,7 +37,7 @@
"mocha": "^10.4.0",
"rc": "^1.2.8",
"should": "^13.2.3",
"sinon": "^17.0.2"
"sinon": "^18.0.0"
},
"repository": {
"type": "git",