diff --git a/package.json b/package.json index 6e4e9831fa..2758841075 100644 --- a/package.json +++ b/package.json @@ -6678,7 +6678,7 @@ "prettier": "^3.0.3", "process": "^0.11.10", "rimraf": "^5.0.5", - "sinon": "^16.0.0", + "sinon": "^16.1.0", "strip-json-comments": "^5.0.1", "ts-loader": "^9.4.4", "ts-node": "^10.9.1", diff --git a/yarn.lock b/yarn.lock index 9b9390feaa..adbf6e6382 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3617,10 +3617,10 @@ simple-swizzle@^0.2.2: dependencies: is-arrayish "^0.3.1" -sinon@^16.0.0: - version "16.0.0" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.0.0.tgz#06da4e63624b946c9d7e67cce21c2f67f40f23a9" - integrity sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ== +sinon@^16.1.0: + version "16.1.0" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2" + integrity sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ== dependencies: "@sinonjs/commons" "^3.0.0" "@sinonjs/fake-timers" "^10.3.0"