chore(deps): update dependency @types/sinon to v17

This commit is contained in:
Renovate Bot 2025-04-03 05:01:44 +00:00
parent f02a79637f
commit 4046d389ac
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -17,7 +17,7 @@
"@types/jest": "^29.5.6", "@types/jest": "^29.5.6",
"@types/jsdom": "^21.1.4", "@types/jsdom": "^21.1.4",
"@types/node": "^20.8.9", "@types/node": "^20.8.9",
"@types/sinon": "^10.0.20", "@types/sinon": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0", "@typescript-eslint/parser": "^6.9.0",
"@wasm-tool/wasm-pack-plugin": "^1.7.0", "@wasm-tool/wasm-pack-plugin": "^1.7.0",
@ -2287,9 +2287,9 @@
} }
}, },
"node_modules/@types/sinon": { "node_modules/@types/sinon": {
"version": "10.0.20", "version": "17.0.4",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz", "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.4.tgz",
"integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==", "integrity": "sha512-RHnIrhfPO3+tJT0s7cFaXGZvsL4bbR3/k7z3P312qMS4JaS2Tk+KiwiLx1S0rQ56ERj00u1/BtdyVd0FY+Pdew==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -13136,9 +13136,9 @@
} }
}, },
"@types/sinon": { "@types/sinon": {
"version": "10.0.20", "version": "17.0.4",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz", "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.4.tgz",
"integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==", "integrity": "sha512-RHnIrhfPO3+tJT0s7cFaXGZvsL4bbR3/k7z3P312qMS4JaS2Tk+KiwiLx1S0rQ56ERj00u1/BtdyVd0FY+Pdew==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/sinonjs__fake-timers": "*" "@types/sinonjs__fake-timers": "*"

View File

@ -13,7 +13,7 @@
"@types/jest": "^29.5.6", "@types/jest": "^29.5.6",
"@types/jsdom": "^21.1.4", "@types/jsdom": "^21.1.4",
"@types/node": "^20.8.9", "@types/node": "^20.8.9",
"@types/sinon": "^10.0.20", "@types/sinon": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0", "@typescript-eslint/parser": "^6.9.0",
"@wasm-tool/wasm-pack-plugin": "^1.7.0", "@wasm-tool/wasm-pack-plugin": "^1.7.0",