chore(deps-dev): bump supertest from 6.3.3 to 6.3.4 (#14250)
* chore(deps-dev): bump supertest from 6.3.3 to 6.3.4 Bumps [supertest](https://github.com/ladjs/supertest) from 6.3.3 to 6.3.4. - [Release notes](https://github.com/ladjs/supertest/releases) - [Commits](https://github.com/ladjs/supertest/compare/v6.3.3...v6.3.4) --- updated-dependencies: - dependency-name: supertest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
acb1da5647
commit
5ecb413a93
|
|
@ -210,7 +210,7 @@
|
|||
"request-promise-native": "1.0.9",
|
||||
"staged-git-files": "1.3.0",
|
||||
"string-width": "7.0.0",
|
||||
"supertest": "6.3.3",
|
||||
"supertest": "6.3.4",
|
||||
"to-vfile": "8.0.0",
|
||||
"tosource": "2.0.0-alpha.3",
|
||||
"unified": "9.2.2",
|
||||
|
|
|
|||
|
|
@ -383,8 +383,8 @@ devDependencies:
|
|||
specifier: 7.0.0
|
||||
version: 7.0.0
|
||||
supertest:
|
||||
specifier: 6.3.3
|
||||
version: 6.3.3
|
||||
specifier: 6.3.4
|
||||
version: 6.3.4
|
||||
to-vfile:
|
||||
specifier: 8.0.0
|
||||
version: 8.0.0
|
||||
|
|
@ -8442,8 +8442,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/supertest@6.3.3:
|
||||
resolution: {integrity: sha512-EMCG6G8gDu5qEqRQ3JjjPs6+FYT1a7Hv5ApHvtSghmOFJYtsU5S+pSb6Y2EUeCEY3CmEL3mmQ8YWlPOzQomabA==}
|
||||
/supertest@6.3.4:
|
||||
resolution: {integrity: sha512-erY3HFDG0dPnhw4U+udPfrzXa4xhSG+n4rxfRuZWCUvjFWwKl+OxWf/7zk50s84/fAAs7vf5QAb9uRa0cCykxw==}
|
||||
engines: {node: '>=6.4.0'}
|
||||
dependencies:
|
||||
methods: 1.1.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue