chore(deps): update dependency supertest to v6.1.5 (#481)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-11 18:41:39 +00:00 committed by GitHub
parent 07799f8c2f
commit 3445bdf580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -34,7 +34,7 @@
"eslint-plugin-prettier": "3.4.0",
"jest": "27.0.6",
"prettier": "2.3.2",
"supertest": "6.1.4",
"supertest": "6.1.5",
"ts-jest": "27.0.4",
"ts-loader": "9.2.5",
"ts-node": "10.2.0",
@ -11839,9 +11839,9 @@
}
},
"node_modules/supertest": {
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-6.1.4.tgz",
"integrity": "sha512-giC9Zm+Bf1CZP09ciPdUyl+XlMAu6rbch79KYiYKOGcbK2R1wH8h+APul1i/3wN6RF1XfWOIF+8X1ga+7SBrug==",
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-6.1.5.tgz",
"integrity": "sha512-Is3pFB2TxSFPohDS2tIM8h2JOMvUQwbJ9TvTfsWAm89ZZv1CF4VTLAsQz+5+5S1wOgaMqFqSpFriU15L3e2AXQ==",
"dev": true,
"dependencies": {
"methods": "^1.1.2",
@ -22102,9 +22102,9 @@
}
},
"supertest": {
"version": "6.1.4",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-6.1.4.tgz",
"integrity": "sha512-giC9Zm+Bf1CZP09ciPdUyl+XlMAu6rbch79KYiYKOGcbK2R1wH8h+APul1i/3wN6RF1XfWOIF+8X1ga+7SBrug==",
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/supertest/-/supertest-6.1.5.tgz",
"integrity": "sha512-Is3pFB2TxSFPohDS2tIM8h2JOMvUQwbJ9TvTfsWAm89ZZv1CF4VTLAsQz+5+5S1wOgaMqFqSpFriU15L3e2AXQ==",
"dev": true,
"requires": {
"methods": "^1.1.2",

View File

@ -45,7 +45,7 @@
"eslint-plugin-prettier": "3.4.0",
"jest": "27.0.6",
"prettier": "2.3.2",
"supertest": "6.1.4",
"supertest": "6.1.5",
"ts-jest": "27.0.4",
"ts-loader": "9.2.5",
"ts-node": "10.2.0",