Merge pull request #151 from simonecorsi/dependabot/npm_and_yarn/types/sinon-10.0.13

build(deps-dev): bump @types/sinon from 10.0.12 to 10.0.13
This commit is contained in:
Simone Corsi 2022-07-21 07:16:44 +02:00 committed by GitHub
commit f1dbbe06d4
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.6", "@types/node": "^18.0.6",
"@types/sinon": "^10.0.12", "@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7", "@typescript-eslint/parser": "^5.30.7",
"@vercel/ncc": "^0.34.0", "@vercel/ncc": "^0.34.0",
@ -1617,9 +1617,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/sinon": { "node_modules/@types/sinon": {
"version": "10.0.12", "version": "10.0.13",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.12.tgz", "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.13.tgz",
"integrity": "sha512-uWf4QJ4oky/GckJ1MYQxU52cgVDcXwBhDkpvLbi4EKoLPqLE4MOH6T/ttM33l3hi0oZ882G6oIzWv/oupRYSxQ==", "integrity": "sha512-UVjDqJblVNQYvVNUsj0PuYYw0ELRmgt1Nt5Vk0pT5f16ROGfcKJY8o1HVuMOJOpD727RrGB9EGvoaTQE5tgxZQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/sinonjs__fake-timers": "*" "@types/sinonjs__fake-timers": "*"
@ -12729,9 +12729,9 @@
"dev": true "dev": true
}, },
"@types/sinon": { "@types/sinon": {
"version": "10.0.12", "version": "10.0.13",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.12.tgz", "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.13.tgz",
"integrity": "sha512-uWf4QJ4oky/GckJ1MYQxU52cgVDcXwBhDkpvLbi4EKoLPqLE4MOH6T/ttM33l3hi0oZ882G6oIzWv/oupRYSxQ==", "integrity": "sha512-UVjDqJblVNQYvVNUsj0PuYYw0ELRmgt1Nt5Vk0pT5f16ROGfcKJY8o1HVuMOJOpD727RrGB9EGvoaTQE5tgxZQ==",
"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.6", "@types/node": "^18.0.6",
"@types/sinon": "^10.0.12", "@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "^5.30.7", "@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7", "@typescript-eslint/parser": "^5.30.7",
"@vercel/ncc": "^0.34.0", "@vercel/ncc": "^0.34.0",