Merge pull request #136 from simonecorsi/dependabot/npm_and_yarn/types/sinon-10.0.12

build(deps-dev): bump @types/sinon from 10.0.11 to 10.0.12
This commit is contained in:
Simone Corsi 2022-07-06 10:49:28 +02:00 committed by GitHub
commit 9c234abace
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/got": "^9.6.12",
"@types/node": "^18.0.3",
"@types/sinon": "^10.0.11",
"@types/sinon": "^10.0.12",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.27.1",
"@vercel/ncc": "^0.34.0",
@ -1568,9 +1568,9 @@
"dev": true
},
"node_modules/@types/sinon": {
"version": "10.0.11",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.11.tgz",
"integrity": "sha512-dmZsHlBsKUtBpHriNjlK0ndlvEh8dcb9uV9Afsbt89QIyydpC7NcR+nWlAhASfy3GHnxTl4FX/aKE7XZUt/B4g==",
"version": "10.0.12",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.12.tgz",
"integrity": "sha512-uWf4QJ4oky/GckJ1MYQxU52cgVDcXwBhDkpvLbi4EKoLPqLE4MOH6T/ttM33l3hi0oZ882G6oIzWv/oupRYSxQ==",
"dev": true,
"dependencies": {
"@types/sinonjs__fake-timers": "*"
@ -12772,9 +12772,9 @@
"dev": true
},
"@types/sinon": {
"version": "10.0.11",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.11.tgz",
"integrity": "sha512-dmZsHlBsKUtBpHriNjlK0ndlvEh8dcb9uV9Afsbt89QIyydpC7NcR+nWlAhASfy3GHnxTl4FX/aKE7XZUt/B4g==",
"version": "10.0.12",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.12.tgz",
"integrity": "sha512-uWf4QJ4oky/GckJ1MYQxU52cgVDcXwBhDkpvLbi4EKoLPqLE4MOH6T/ttM33l3hi0oZ882G6oIzWv/oupRYSxQ==",
"dev": true,
"requires": {
"@types/sinonjs__fake-timers": "*"

View File

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