Merge pull request #537 from simonecorsi/dependabot/npm_and_yarn/types/sinon-10.0.16

build(deps-dev): bump @types/sinon from 10.0.15 to 10.0.16
This commit is contained in:
Simone Corsi
2023-08-02 07:51:55 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -31,7 +31,7 @@
"@types/ejs": "^3.1.2",
"@types/got": "^9.6.12",
"@types/node": "^18.16.3",
"@types/sinon": "^10.0.15",
"@types/sinon": "^10.0.16",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.36.1",
@@ -2165,9 +2165,9 @@
"dev": true
},
"node_modules/@types/sinon": {
"version": "10.0.15",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.15.tgz",
"integrity": "sha512-3lrFNQG0Kr2LDzvjyjB6AMJk4ge+8iYhQfdnSwIwlG88FUOV43kPcQqDZkDa/h3WSZy6i8Fr0BSjfQtB1B3xuQ==",
"version": "10.0.16",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.16.tgz",
"integrity": "sha512-j2Du5SYpXZjJVJtXBokASpPRj+e2z+VUhCPHmM6WMfe3dpHu6iVKJMU6AiBcMp/XTAYnEj6Wc1trJUWwZ0QaAQ==",
"dev": true,
"dependencies": {
"@types/sinonjs__fake-timers": "*"
@@ -14674,9 +14674,9 @@
"dev": true
},
"@types/sinon": {
"version": "10.0.15",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.15.tgz",
"integrity": "sha512-3lrFNQG0Kr2LDzvjyjB6AMJk4ge+8iYhQfdnSwIwlG88FUOV43kPcQqDZkDa/h3WSZy6i8Fr0BSjfQtB1B3xuQ==",
"version": "10.0.16",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.16.tgz",
"integrity": "sha512-j2Du5SYpXZjJVJtXBokASpPRj+e2z+VUhCPHmM6WMfe3dpHu6iVKJMU6AiBcMp/XTAYnEj6Wc1trJUWwZ0QaAQ==",
"dev": true,
"requires": {
"@types/sinonjs__fake-timers": "*"

View File

@@ -35,7 +35,7 @@
"@types/ejs": "^3.1.2",
"@types/got": "^9.6.12",
"@types/node": "^18.16.3",
"@types/sinon": "^10.0.15",
"@types/sinon": "^10.0.16",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/ncc": "^0.36.1",