build(deps-dev): bump @types/sinon from 10.0.11 to 10.0.12

Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 10.0.11 to 10.0.12.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-06 07:26:23 +00:00 committed by GitHub
parent 1f861e88e7
commit 8100d06ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -31,7 +31,7 @@
"@types/ejs": "^3.1.1", "@types/ejs": "^3.1.1",
"@types/got": "^9.6.12", "@types/got": "^9.6.12",
"@types/node": "^18.0.3", "@types/node": "^18.0.3",
"@types/sinon": "^10.0.11", "@types/sinon": "^10.0.12",
"@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.27.1", "@typescript-eslint/parser": "^5.27.1",
"@vercel/ncc": "^0.34.0", "@vercel/ncc": "^0.34.0",
@ -1568,9 +1568,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/sinon": { "node_modules/@types/sinon": {
"version": "10.0.11", "version": "10.0.12",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.11.tgz", "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.12.tgz",
"integrity": "sha512-dmZsHlBsKUtBpHriNjlK0ndlvEh8dcb9uV9Afsbt89QIyydpC7NcR+nWlAhASfy3GHnxTl4FX/aKE7XZUt/B4g==", "integrity": "sha512-uWf4QJ4oky/GckJ1MYQxU52cgVDcXwBhDkpvLbi4EKoLPqLE4MOH6T/ttM33l3hi0oZ882G6oIzWv/oupRYSxQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/sinonjs__fake-timers": "*" "@types/sinonjs__fake-timers": "*"
@ -12772,9 +12772,9 @@
"dev": true "dev": true
}, },
"@types/sinon": { "@types/sinon": {
"version": "10.0.11", "version": "10.0.12",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.11.tgz", "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.12.tgz",
"integrity": "sha512-dmZsHlBsKUtBpHriNjlK0ndlvEh8dcb9uV9Afsbt89QIyydpC7NcR+nWlAhASfy3GHnxTl4FX/aKE7XZUt/B4g==", "integrity": "sha512-uWf4QJ4oky/GckJ1MYQxU52cgVDcXwBhDkpvLbi4EKoLPqLE4MOH6T/ttM33l3hi0oZ882G6oIzWv/oupRYSxQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/sinonjs__fake-timers": "*" "@types/sinonjs__fake-timers": "*"

View File

@ -35,7 +35,7 @@
"@types/ejs": "^3.1.1", "@types/ejs": "^3.1.1",
"@types/got": "^9.6.12", "@types/got": "^9.6.12",
"@types/node": "^18.0.3", "@types/node": "^18.0.3",
"@types/sinon": "^10.0.11", "@types/sinon": "^10.0.12",
"@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.27.1", "@typescript-eslint/parser": "^5.27.1",
"@vercel/ncc": "^0.34.0", "@vercel/ncc": "^0.34.0",