From 0b3760a45abe7d6a7aba295b17550a436d123a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 23:28:21 +0000 Subject: [PATCH] Bump @types/sinon from 10.0.20 to 17.0.0 Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 10.0.20 to 17.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) --- updated-dependencies: - dependency-name: "@types/sinon" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c4f70aa9..ec6d5985f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "@types/react-dom": "^17.0.22", "@types/react-syntax-highlighter": "^15.5.9", "@types/shelljs": "^0.8.14", - "@types/sinon": "^10.0.20", + "@types/sinon": "^17.0.0", "@types/sinon-chai": "^3.2.11", "@types/targz": "^1.0.3", "@types/tmp": "^0.2.5", @@ -5797,9 +5797,9 @@ } }, "node_modules/@types/sinon": { - "version": "10.0.20", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz", - "integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.0.tgz", + "integrity": "sha512-oN4AeDMFCeNZrAffCjhLcwwVymRZL2c9mljUmhPnd0eiM06d4ELDg0Q0TSvnZXrCIFlSA859qIdcfu1HapswPQ==", "dev": true, "dependencies": { "@types/sinonjs__fake-timers": "*" @@ -21427,9 +21427,9 @@ } }, "@types/sinon": { - "version": "10.0.20", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.20.tgz", - "integrity": "sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.0.tgz", + "integrity": "sha512-oN4AeDMFCeNZrAffCjhLcwwVymRZL2c9mljUmhPnd0eiM06d4ELDg0Q0TSvnZXrCIFlSA859qIdcfu1HapswPQ==", "dev": true, "requires": { "@types/sinonjs__fake-timers": "*" diff --git a/package.json b/package.json index 6c5195cb4..c4fcdb273 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "@types/react-dom": "^17.0.22", "@types/react-syntax-highlighter": "^15.5.9", "@types/shelljs": "^0.8.14", - "@types/sinon": "^10.0.20", + "@types/sinon": "^17.0.0", "@types/sinon-chai": "^3.2.11", "@types/targz": "^1.0.3", "@types/tmp": "^0.2.5",