From d0aaa8b0458115d5fcae863c9278a03c23c1581e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 20:12:10 +0000 Subject: [PATCH] chore(deps): update dependency sinon to v16 (#526) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d36e94ec..f6298064 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "conventional-changelog-jshint": "3.0.0", "prettier": "3.0.3", "semantic-release": "21.1.1", - "sinon": "15.2.0" + "sinon": "16.0.0" }, "engines": { "node": ">=18" @@ -7624,9 +7624,9 @@ } }, "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 228fceab..5e60c801 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "conventional-changelog-jshint": "3.0.0", "prettier": "3.0.3", "semantic-release": "21.1.1", - "sinon": "15.2.0" + "sinon": "16.0.0" }, "engines": { "node": ">=18"