Merge pull request #12487 from nestjs/dependabot/npm_and_yarn/types/supertest-2.0.14

chore(deps-dev): bump @types/supertest from 2.0.13 to 2.0.14
This commit is contained in:
Kamil Mysliwiec
2023-10-05 08:20:21 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -57,7 +57,7 @@
"@types/mocha": "10.0.2",
"@types/node": "20.8.2",
"@types/sinon": "10.0.17",
"@types/supertest": "2.0.13",
"@types/supertest": "2.0.14",
"@types/ws": "8.5.6",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.3",
@@ -4233,9 +4233,9 @@
}
},
"node_modules/@types/supertest": {
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.13.tgz",
"integrity": "sha512-Vc/5/pRwSC055fU7Wu8erTj4gLpID9SdG2zRMuqaHLni3GTsrJ8gyB6MbFZZGLW6vQaGPhiUWRB6uWglv87MEg==",
"version": "2.0.14",
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.14.tgz",
"integrity": "sha512-Q900DeeHNFF3ZYYepf/EyJfZDA2JrnWLaSQ0YNV7+2GTo8IlJzauEnDGhya+hauncpBYTYGpVHwGdssJeAQ7eA==",
"dev": true,
"dependencies": {
"@types/superagent": "*"

View File

@@ -105,7 +105,7 @@
"@types/mocha": "10.0.2",
"@types/node": "20.8.2",
"@types/sinon": "10.0.17",
"@types/supertest": "2.0.13",
"@types/supertest": "2.0.14",
"@types/ws": "8.5.6",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.3",