diff --git a/package-lock.json b/package-lock.json index fc2294b9..cedafa1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "nyc": "^15.1.0", "open-cli": "^7.2.0", "rimraf": "^5.0.1", - "sinon": "^15.2.0", + "sinon": "^16.0.0", "tap-xunit": "^2.4.1" }, "engines": { @@ -6813,9 +6813,9 @@ "dev": true }, "node_modules/sinon": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.2.0.tgz", - "integrity": "sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.0.0.tgz", + "integrity": "sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==", "dev": true, "dependencies": { "@sinonjs/commons": "^3.0.0", diff --git a/package.json b/package.json index 9e2476db..85fca86d 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "nyc": "^15.1.0", "open-cli": "^7.2.0", "rimraf": "^5.0.1", - "sinon": "^15.2.0", + "sinon": "^16.0.0", "tap-xunit": "^2.4.1" } }