diff --git a/package-lock.json b/package-lock.json index dd4b21f..26433d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "@types/jest": "29.5.14", - "@types/sinon": "10.0.20", + "@types/sinon": "17.0.3", "husky": "8.0.3", "jest": "29.7.0", "lint-staged": "14.0.1", @@ -2028,10 +2028,11 @@ "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.3", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.3.tgz", + "integrity": "sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==", "dev": true, + "license": "MIT", "dependencies": { "@types/sinonjs__fake-timers": "*" } diff --git a/package.json b/package.json index 068083d..0d8b6a7 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "@types/jest": "29.5.14", - "@types/sinon": "10.0.20", + "@types/sinon": "17.0.3", "husky": "8.0.3", "jest": "29.7.0", "lint-staged": "14.0.1",