mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update nock to version 9.0.4 🚀 (#7957)
* chore(package): update nock to version 9.0.4 https://greenkeeper.io/ * chore: yarn.lock
This commit is contained in:
parent
4718d55630
commit
0159600ae0
2 changed files with 16 additions and 3 deletions
|
@ -124,7 +124,7 @@
|
|||
"matchdep": "1.0.1",
|
||||
"minimist": "1.2.0",
|
||||
"mocha": "3.2.0",
|
||||
"nock": "8.2.1",
|
||||
"nock": "9.0.4",
|
||||
"rewire": "2.5.2",
|
||||
"run-sequence": "1.2.2",
|
||||
"should": "11.1.2",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -3765,7 +3765,7 @@ lodash@4.16.6, lodash@~4.16.4:
|
|||
version "4.16.6"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.6.tgz#d22c9ac660288f3843e16ba7d2b5d06cca27d777"
|
||||
|
||||
lodash@4.17.4, lodash@^4.0.0, lodash@^4.12.0, lodash@^4.13.1, lodash@^4.17.4, lodash@^4.6.0, lodash@^4.7.0, lodash@^4.8.0:
|
||||
lodash@4.17.4, lodash@^4.0.0, lodash@^4.12.0, lodash@^4.13.1, lodash@^4.17.4, lodash@^4.6.0, lodash@^4.7.0, lodash@^4.8.0, lodash@~4.17.2:
|
||||
version "4.17.4"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
|
||||
|
||||
|
@ -4236,7 +4236,20 @@ netjet@1.1.3:
|
|||
lru-cache "^4.0.0"
|
||||
posthtml "^0.9.0"
|
||||
|
||||
nock@8.2.1, nock@^8.0.0:
|
||||
nock@9.0.4:
|
||||
version "9.0.4"
|
||||
resolved "https://registry.yarnpkg.com/nock/-/nock-9.0.4.tgz#56156e7d0c19980e294d932312e25859d1e3409b"
|
||||
dependencies:
|
||||
chai ">=1.9.2 <4.0.0"
|
||||
debug "^2.2.0"
|
||||
deep-equal "^1.0.0"
|
||||
json-stringify-safe "^5.0.1"
|
||||
lodash "~4.17.2"
|
||||
mkdirp "^0.5.0"
|
||||
propagate "0.4.0"
|
||||
qs "^6.0.2"
|
||||
|
||||
nock@^8.0.0:
|
||||
version "8.2.1"
|
||||
resolved "https://registry.yarnpkg.com/nock/-/nock-8.2.1.tgz#64cc65e1bdd3893f58cba7e1abfdc38f40f0364a"
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Reference in a new issue