chore(deps): update dependency @types/supertest to v2.0.13

This commit is contained in:
renovate[bot] 2023-09-25 17:05:21 +00:00 committed by GitHub
parent ad1c207f20
commit 9d4ad46b19
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

@ -74,7 +74,7 @@
"@types/node": "20.6.5",
"@types/passport-http-bearer": "1.0.38",
"@types/passport-jwt": "3.0.10",
"@types/supertest": "2.0.12",
"@types/supertest": "2.0.13",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint": "8.49.0",
@ -3562,9 +3562,9 @@
}
},
"node_modules/@types/supertest": {
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.12.tgz",
"integrity": "sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ==",
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.13.tgz",
"integrity": "sha512-Vc/5/pRwSC055fU7Wu8erTj4gLpID9SdG2zRMuqaHLni3GTsrJ8gyB6MbFZZGLW6vQaGPhiUWRB6uWglv87MEg==",
"dev": true,
"dependencies": {
"@types/superagent": "*"
@ -15611,9 +15611,9 @@
}
},
"@types/supertest": {
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.12.tgz",
"integrity": "sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ==",
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.13.tgz",
"integrity": "sha512-Vc/5/pRwSC055fU7Wu8erTj4gLpID9SdG2zRMuqaHLni3GTsrJ8gyB6MbFZZGLW6vQaGPhiUWRB6uWglv87MEg==",
"dev": true,
"requires": {
"@types/superagent": "*"

View file

@ -91,7 +91,7 @@
"@types/node": "20.6.5",
"@types/passport-http-bearer": "1.0.38",
"@types/passport-jwt": "3.0.10",
"@types/supertest": "2.0.12",
"@types/supertest": "2.0.13",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"eslint": "8.49.0",