From 80265613741894a5605192feae4badc9c627b87f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:09:37 +0000 Subject: [PATCH] Bump sinon from 15.2.0 to 16.1.0 Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.1.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v15.2.0...v16.1.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 6c3605238..f464cc32c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "pino-pretty": "^10.2.3", "regenerator-runtime": "^0.14.0", "sass": "^1.66.1", - "sinon": "^15.2.0", + "sinon": "^16.1.0", "standard": "^17.1.0", "uglify-js": "^3.14.4", "webpack": "^5.88.1", @@ -10004,9 +10004,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.1.0", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.0.tgz", + "integrity": "sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==", "dependencies": { "@sinonjs/commons": "^3.0.0", "@sinonjs/fake-timers": "^10.3.0", diff --git a/package.json b/package.json index 96d9c25c2..e36bbb5aa 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "pino-pretty": "^10.2.3", "regenerator-runtime": "^0.14.0", "sass": "^1.66.1", - "sinon": "^15.2.0", + "sinon": "^16.1.0", "standard": "^17.1.0", "uglify-js": "^3.14.4", "webpack": "^5.88.1",