Merge pull request #27 from simonecorsi/dependabot/npm_and_yarn/types/sinon-10.0.11

build(deps-dev): bump @types/sinon from 9.0.10 to 10.0.11
This commit is contained in:
Simone Corsi 2022-05-06 11:20:35 +02:00 committed by GitHub
commit 70c8d54fb9
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

@ -30,7 +30,7 @@
"@types/ejs": "^3.1.0",
"@types/got": "^9.6.12",
"@types/node": "^17.0.31",
"@types/sinon": "^9.0.10",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vercel/ncc": "^0.33.3",
@ -1623,9 +1623,9 @@
"dev": true
},
"node_modules/@types/sinon": {
"version": "9.0.10",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-9.0.10.tgz",
"integrity": "sha512-/faDC0erR06wMdybwI/uR8wEKV/E83T0k4sepIpB7gXuy2gzx2xiOjmztq6a2Y6rIGJ04D+6UU0VBmWy+4HEMA==",
"version": "10.0.11",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.11.tgz",
"integrity": "sha512-dmZsHlBsKUtBpHriNjlK0ndlvEh8dcb9uV9Afsbt89QIyydpC7NcR+nWlAhASfy3GHnxTl4FX/aKE7XZUt/B4g==",
"dev": true,
"dependencies": {
"@types/sinonjs__fake-timers": "*"
@ -13946,9 +13946,9 @@
"dev": true
},
"@types/sinon": {
"version": "9.0.10",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-9.0.10.tgz",
"integrity": "sha512-/faDC0erR06wMdybwI/uR8wEKV/E83T0k4sepIpB7gXuy2gzx2xiOjmztq6a2Y6rIGJ04D+6UU0VBmWy+4HEMA==",
"version": "10.0.11",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.11.tgz",
"integrity": "sha512-dmZsHlBsKUtBpHriNjlK0ndlvEh8dcb9uV9Afsbt89QIyydpC7NcR+nWlAhASfy3GHnxTl4FX/aKE7XZUt/B4g==",
"dev": true,
"requires": {
"@types/sinonjs__fake-timers": "*"

View File

@ -38,7 +38,7 @@
"@types/ejs": "^3.1.0",
"@types/got": "^9.6.12",
"@types/node": "^17.0.31",
"@types/sinon": "^9.0.10",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vercel/ncc": "^0.33.3",