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

This commit is contained in:
renovate[bot] 2022-06-19 02:58:40 +00:00 committed by GitHub
parent 0153b61172
commit cf75f40fb8
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

@ -70,7 +70,7 @@
"@types/long": "4.0.2", "@types/long": "4.0.2",
"@types/node": "15.6.0", "@types/node": "15.6.0",
"@types/passport-jwt": "3.0.6", "@types/passport-jwt": "3.0.6",
"@types/supertest": "2.0.11", "@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.27.1", "@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1", "@typescript-eslint/parser": "5.27.1",
"eslint": "8.17.0", "eslint": "8.17.0",
@ -3087,9 +3087,9 @@
} }
}, },
"node_modules/@types/supertest": { "node_modules/@types/supertest": {
"version": "2.0.11", "version": "2.0.12",
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.11.tgz", "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.12.tgz",
"integrity": "sha512-uci4Esokrw9qGb9bvhhSVEjd6rkny/dk5PK/Qz4yxKiyppEI+dOPlNrZBahE3i+PoKFYyDxChVXZ/ysS/nrm1Q==", "integrity": "sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/superagent": "*" "@types/superagent": "*"
@ -14914,9 +14914,9 @@
} }
}, },
"@types/supertest": { "@types/supertest": {
"version": "2.0.11", "version": "2.0.12",
"resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.11.tgz", "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-2.0.12.tgz",
"integrity": "sha512-uci4Esokrw9qGb9bvhhSVEjd6rkny/dk5PK/Qz4yxKiyppEI+dOPlNrZBahE3i+PoKFYyDxChVXZ/ysS/nrm1Q==", "integrity": "sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/superagent": "*" "@types/superagent": "*"

View file

@ -86,7 +86,7 @@
"@types/long": "4.0.2", "@types/long": "4.0.2",
"@types/node": "15.6.0", "@types/node": "15.6.0",
"@types/passport-jwt": "3.0.6", "@types/passport-jwt": "3.0.6",
"@types/supertest": "2.0.11", "@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.27.1", "@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1", "@typescript-eslint/parser": "5.27.1",
"eslint": "8.17.0", "eslint": "8.17.0",