diff --git a/package-lock.json b/package-lock.json index b92147cdd4..75815fbd01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/debug": "4.1.9", "@types/mocha": "10.0.1", "@types/node": "18.17.17", - "@types/sinon": "10.0.16", + "@types/sinon": "10.0.17", "@typescript-eslint/eslint-plugin": "6.7.2", "@typescript-eslint/parser": "6.7.2", "chai": "4.3.8", @@ -2582,9 +2582,10 @@ "dev": true }, "node_modules/@types/sinon": { - "version": "10.0.16", + "version": "10.0.17", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.17.tgz", + "integrity": "sha512-+6ILpcixQ0Ma3dHMTLv4rSycbDXkDljgKL+E0nI2RUxxhYTFyPSjt6RVMxh7jUshvyVcBvicb0Ktj+lAJcjgeA==", "dev": true, - "license": "MIT", "dependencies": { "@types/sinonjs__fake-timers": "*" } diff --git a/package.json b/package.json index 8cf8e52244..c7b455103a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/debug": "4.1.9", "@types/mocha": "10.0.1", "@types/node": "18.17.17", - "@types/sinon": "10.0.16", + "@types/sinon": "10.0.17", "@typescript-eslint/eslint-plugin": "6.7.2", "@typescript-eslint/parser": "6.7.2", "chai": "4.3.8",