mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-27 22:11:59 +00:00
chore(deps): update dependency supertest to v6.1.6 (#1557)
Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
520a9e122c
commit
2f11ff5e2b
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.5",
|
||||
"supertest": "6.1.6",
|
||||
"ts-jest": "27.0.5",
|
||||
"ts-loader": "9.2.5",
|
||||
"ts-node": "10.2.0",
|
||||
|
|
|
@ -6245,10 +6245,10 @@ superagent@^6.1.0:
|
|||
readable-stream "^3.6.0"
|
||||
semver "^7.3.2"
|
||||
|
||||
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==
|
||||
supertest@6.1.6:
|
||||
version "6.1.6"
|
||||
resolved "https://registry.yarnpkg.com/supertest/-/supertest-6.1.6.tgz#6151c518f4c5ced2ac2aadb9f96f1bf8198174c8"
|
||||
integrity sha512-0hACYGNJ8OHRg8CRITeZOdbjur7NLuNs0mBjVhdpxi7hP6t3QIbOzLON5RTUmZcy2I9riuII3+Pr2C7yztrIIg==
|
||||
dependencies:
|
||||
methods "^1.1.2"
|
||||
superagent "^6.1.0"
|
||||
|
|
Loading…
Reference in a new issue