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

View File

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