diff --git a/package-lock.json b/package-lock.json index e1c4e44..fcb0b00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@types/mocha": "^10.0.6", "@types/node": "^20.10.4", "@types/shell-quote": "^1.7.5", - "@types/sinon": "^10.0.20", + "@types/sinon": "^17.0.0", "@types/source-map-support": "^0.x", "@types/ws": "^8.5.10", "chai": "^4.3.10", @@ -1368,9 +1368,9 @@ "dev": true }, "node_modules/@types/sinon": { - "version": "10.0.20", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz", - "integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.2.tgz", + "integrity": "sha512-Zt6heIGsdqERkxctIpvN5Pv3edgBrhoeb3yHyxffd4InN0AX2SVNKSrhdDZKGQICVOxWP/q4DyhpfPNMSrpIiA==", "dev": true, "dependencies": { "@types/sinonjs__fake-timers": "*" diff --git a/package.json b/package.json index 807be13..2ccc66c 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@types/mocha": "^10.0.6", "@types/node": "^20.10.4", "@types/shell-quote": "^1.7.5", - "@types/sinon": "^10.0.20", + "@types/sinon": "^17.0.0", "@types/source-map-support": "^0.x", "@types/ws": "^8.5.10", "chai": "^4.3.10",