mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
chore(deps): update dependency supertest to v6.1.5 (#1527)
Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
9c2e47dcc4
commit
7b6da15a79
2 changed files with 5 additions and 5 deletions
|
@ -79,7 +79,7 @@
|
|||
"eslint-plugin-import": "2.24.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",
|
||||
|
|
|
@ -6291,10 +6291,10 @@ superagent@^6.1.0:
|
|||
readable-stream "^3.6.0"
|
||||
semver "^7.3.2"
|
||||
|
||||
supertest@6.1.4:
|
||||
version "6.1.4"
|
||||
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.4.tgz#ea8953343e0ca316e80e975b39340934f754eb06"
|
||||
integrity sha512-giC9Zm+Bf1CZP09ciPdUyl+XlMAu6rbch79KYiYKOGcbK2R1wH8h+APul1i/3wN6RF1XfWOIF+8X1ga+7SBrug==
|
||||
supertest@6.1.5:
|
||||
version "6.1.5"
|
||||
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.5.tgz#b011c8465281b30c64e9d4be4cb3808b91cd1ec0"
|
||||
integrity sha512-Is3pFB2TxSFPohDS2tIM8h2JOMvUQwbJ9TvTfsWAm89ZZv1CF4VTLAsQz+5+5S1wOgaMqFqSpFriU15L3e2AXQ==
|
||||
dependencies:
|
||||
methods "^1.1.2"
|
||||
superagent "^6.1.0"
|
||||
|
|
Loading…
Reference in a new issue