update dependency supertest to v6.1.5 (#7360)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-08-11 17:43:36 -04:00
committed by GitHub
parent e5766fd9c0
commit cc7c479301
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -45,7 +45,7 @@
"stylelint-config-standard": "22.0.0",
"stylelint-order": "4.1.0",
"stylelint-scss": "3.20.1",
"supertest": "6.1.4",
"supertest": "6.1.5",
"tedious": "11.4.0",
"ts-jest": "27.0.4",
"ts-node": "10.2.0"
@@ -47607,9 +47607,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",
@@ -98861,9 +98861,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

@@ -60,7 +60,7 @@
"stylelint-config-standard": "22.0.0",
"stylelint-order": "4.1.0",
"stylelint-scss": "3.20.1",
"supertest": "6.1.4",
"supertest": "6.1.5",
"tedious": "11.4.0",
"ts-jest": "27.0.4",
"ts-node": "10.2.0"