mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency nock to v13.1.1
This commit is contained in:
parent
4ae5cff740
commit
4a27096af5
2 changed files with 5 additions and 5 deletions
|
@ -177,7 +177,7 @@
|
||||||
"jwks-rsa": "2.0.3",
|
"jwks-rsa": "2.0.3",
|
||||||
"mocha": "9.0.2",
|
"mocha": "9.0.2",
|
||||||
"mock-knex": "0.4.10",
|
"mock-knex": "0.4.10",
|
||||||
"nock": "13.1.0",
|
"nock": "13.1.1",
|
||||||
"papaparse": "5.3.1",
|
"papaparse": "5.3.1",
|
||||||
"postcss": "8.3.5",
|
"postcss": "8.3.5",
|
||||||
"rewire": "5.0.0",
|
"rewire": "5.0.0",
|
||||||
|
|
|
@ -7209,10 +7209,10 @@ no-case@^3.0.4:
|
||||||
lower-case "^2.0.2"
|
lower-case "^2.0.2"
|
||||||
tslib "^2.0.3"
|
tslib "^2.0.3"
|
||||||
|
|
||||||
nock@13.1.0:
|
nock@13.1.1:
|
||||||
version "13.1.0"
|
version "13.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/nock/-/nock-13.1.0.tgz#41c8ce8b35ab7d618c4cbf40de1d5bce319979ba"
|
resolved "https://registry.yarnpkg.com/nock/-/nock-13.1.1.tgz#3c830129d4560957f59b6f480a41ddbaf9cf57af"
|
||||||
integrity sha512-3N3DUY8XYrxxzWazQ+nSBpiaJ3q6gcpNh4gXovC/QBxrsvNp4tq+wsLHF6mJ3nrn3lPLn7KCJqKxy/9aD+0fdw==
|
integrity sha512-YKTR9MjfK3kS9/l4nuTxyYm30cgOExRHzkLNhL8nhEUyU4f8Za/dRxOqjhVT1vGs0svWo3dDnJTUX1qxYeWy5w==
|
||||||
dependencies:
|
dependencies:
|
||||||
debug "^4.1.0"
|
debug "^4.1.0"
|
||||||
json-stringify-safe "^5.0.1"
|
json-stringify-safe "^5.0.1"
|
||||||
|
|
Loading…
Reference in a new issue