diff --git a/package-lock.json b/package-lock.json index 6ef0d58b9b..ac5dc5f371 100644 --- a/package-lock.json +++ b/package-lock.json @@ -115,7 +115,7 @@ "istanbul": "0.4.5", "lint-staged": "~15.4.3", "mocha": "11.1.0", - "sinon": "19.0.2", + "sinon": "19.0.5", "source-map-support": "0.5.21", "xml2js": ">=0.5.0" }, @@ -11156,14 +11156,14 @@ } }, "node_modules/sinon": { - "version": "19.0.2", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-19.0.2.tgz", - "integrity": "sha512-euuToqM+PjO4UgXeLETsfQiuoyPXlqFezr6YZDFwHR3t4qaX0fZUe1MfPMznTL5f8BWrVS89KduLdMUsxFCO6g==", + "version": "19.0.5", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-19.0.5.tgz", + "integrity": "sha512-r15s9/s+ub/d4bxNXqIUmwp6imVSdTorIRaxoecYjqTVLZ8RuoXr/4EDGwIBo6Waxn7f2gnURX9zuhAfCwaF6Q==", "dev": true, "license": "BSD-3-Clause", "dependencies": { "@sinonjs/commons": "^3.0.1", - "@sinonjs/fake-timers": "^13.0.2", + "@sinonjs/fake-timers": "^13.0.5", "@sinonjs/samsam": "^8.0.1", "diff": "^7.0.0", "nise": "^6.1.1", diff --git a/package.json b/package.json index 7f3770083b..8f5f44bb18 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "istanbul": "0.4.5", "lint-staged": "~15.4.3", "mocha": "11.1.0", - "sinon": "19.0.2", + "sinon": "19.0.5", "source-map-support": "0.5.21", "xml2js": ">=0.5.0" },