mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore: Upgrade supertest to version 3.4.2
This commit is contained in:
parent
66a384aae9
commit
1163057546
@ -99,7 +99,7 @@
|
|||||||
"prettier": "^1.15.3",
|
"prettier": "^1.15.3",
|
||||||
"proxyquire": "^2.1.0",
|
"proxyquire": "^2.1.0",
|
||||||
"superagent": "^4.0.0",
|
"superagent": "^4.0.0",
|
||||||
"supertest": "^3.3.0",
|
"supertest": "^3.4.2",
|
||||||
"supervisor": "^0.12.0"
|
"supervisor": "^0.12.0"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
@ -6226,10 +6226,10 @@ supertap@^1.0.0:
|
|||||||
serialize-error "^2.1.0"
|
serialize-error "^2.1.0"
|
||||||
strip-ansi "^4.0.0"
|
strip-ansi "^4.0.0"
|
||||||
|
|
||||||
supertest@^3.3.0:
|
supertest@^3.4.2:
|
||||||
version "3.3.0"
|
version "3.4.2"
|
||||||
resolved "https://registry.yarnpkg.com/supertest/-/supertest-3.3.0.tgz#79b27bd7d34392974ab33a31fa51a3e23385987e"
|
resolved "https://registry.yarnpkg.com/supertest/-/supertest-3.4.2.tgz#bad7de2e43d60d27c8caeb8ab34a67c8a5f71aad"
|
||||||
integrity sha512-dMQSzYdaZRSANH5LL8kX3UpgK9G1LRh/jnggs/TI0W2Sz7rkMx9Y48uia3K9NgcaWEV28tYkBnXE4tiFC77ygQ==
|
integrity sha512-WZWbwceHUo2P36RoEIdXvmqfs47idNNZjCuJOqDz6rvtkk8ym56aU5oglORCpPeXGxT7l9rkJ41+O1lffQXYSA==
|
||||||
dependencies:
|
dependencies:
|
||||||
methods "^1.1.2"
|
methods "^1.1.2"
|
||||||
superagent "^3.8.3"
|
superagent "^3.8.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user