Merge pull request #12488 from nestjs/dependabot/npm_and_yarn/types/sinon-10.0.18

chore(deps-dev): bump @types/sinon from 10.0.17 to 10.0.18
This commit is contained in:
Kamil Mysliwiec
2023-10-06 08:19:21 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -56,7 +56,7 @@
"@types/http-errors": "2.0.2",
"@types/mocha": "10.0.2",
"@types/node": "20.8.2",
"@types/sinon": "10.0.17",
"@types/sinon": "10.0.18",
"@types/supertest": "2.0.14",
"@types/ws": "8.5.6",
"@typescript-eslint/eslint-plugin": "6.7.4",
@@ -4195,9 +4195,9 @@
}
},
"node_modules/@types/sinon": {
"version": "10.0.17",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.17.tgz",
"integrity": "sha512-+6ILpcixQ0Ma3dHMTLv4rSycbDXkDljgKL+E0nI2RUxxhYTFyPSjt6RVMxh7jUshvyVcBvicb0Ktj+lAJcjgeA==",
"version": "10.0.18",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.18.tgz",
"integrity": "sha512-OpQC9ug8BcnNxue2WF5aTruMaDRFn6NyfaE4DmAKOlQMn54b7CnCvDFV3wj5fk/HbSSTYmOYs2bTb5ShANjyQg==",
"dev": true,
"dependencies": {
"@types/sinonjs__fake-timers": "*"

View File

@@ -104,7 +104,7 @@
"@types/http-errors": "2.0.2",
"@types/mocha": "10.0.2",
"@types/node": "20.8.2",
"@types/sinon": "10.0.17",
"@types/sinon": "10.0.18",
"@types/supertest": "2.0.14",
"@types/ws": "8.5.6",
"@typescript-eslint/eslint-plugin": "6.7.4",