From 1781263269e3b81a051b42ed227bd8b1947a682d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:30:13 +0000 Subject: [PATCH] chore(deps-dev): bump sinon from 16.1.1 to 16.1.3 Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.1 to 16.1.3. - [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/v16.1.1...v16.1.3) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b605521bc..6a73322f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "lint-staged": "^15.0.2", "prettier": "^3.0.3", "serverless": "^3.35.2", - "sinon": "^16.1.1", + "sinon": "^16.1.3", "unzipper": "^0.10.14", "webpack": "^5.89.0" }, @@ -13714,11 +13714,10 @@ } }, "node_modules/sinon": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.1.tgz", - "integrity": "sha512-tu0DS1g4Rm2xHT9mWK5g5aTogTXWwGGz3fQK/L5fnECPkcAQ3YcbAbJ4XxOkpDDnV4EV5n+lee5neq5QyVxoSg==", + "version": "16.1.3", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.3.tgz", + "integrity": "sha512-mjnWWeyxcAf9nC0bXcPmiDut+oE8HYridTNzBbF98AYVLmWwGRp2ISEpyhYflG1ifILT+eNn3BmKUJPxjXUPlA==", "dev": true, - "hasInstallScript": true, "dependencies": { "@sinonjs/commons": "^3.0.0", "@sinonjs/fake-timers": "^10.3.0", @@ -25903,9 +25902,9 @@ } }, "sinon": { - "version": "16.1.1", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.1.tgz", - "integrity": "sha512-tu0DS1g4Rm2xHT9mWK5g5aTogTXWwGGz3fQK/L5fnECPkcAQ3YcbAbJ4XxOkpDDnV4EV5n+lee5neq5QyVxoSg==", + "version": "16.1.3", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.3.tgz", + "integrity": "sha512-mjnWWeyxcAf9nC0bXcPmiDut+oE8HYridTNzBbF98AYVLmWwGRp2ISEpyhYflG1ifILT+eNn3BmKUJPxjXUPlA==", "dev": true, "requires": { "@sinonjs/commons": "^3.0.0", diff --git a/package.json b/package.json index 8859ed104..3f18ba6b5 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "lint-staged": "^15.0.2", "prettier": "^3.0.3", "serverless": "^3.35.2", - "sinon": "^16.1.1", + "sinon": "^16.1.3", "unzipper": "^0.10.14", "webpack": "^5.89.0" },