0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update dependency nock to v13.0.3

This commit is contained in:
Renovate Bot 2020-07-27 18:03:46 +00:00 committed by renovate[bot]
parent 1a17f8069b
commit f89e0d6e4b
2 changed files with 5 additions and 5 deletions

View file

@ -157,7 +157,7 @@
"jwks-rsa": "1.8.1",
"mocha": "8.0.1",
"mock-knex": "0.4.9",
"nock": "13.0.2",
"nock": "13.0.3",
"proxyquire": "2.1.3",
"rewire": "5.0.0",
"should": "13.2.3",

View file

@ -6259,10 +6259,10 @@ no-case@^3.0.3:
lower-case "^2.0.1"
tslib "^1.10.0"
nock@13.0.2:
version "13.0.2"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.2.tgz#3e50f88348edbb90cce1bbbf0a3ea6a068993983"
integrity sha512-Wm8H22iT3UKPDf138tmgJ0NRfCLd9f2LByki9T2mGHnB66pEqvJh3gV/up1ZufZF24n7/pDYyLGybdqOzF3JIw==
nock@13.0.3:
version "13.0.3"
resolved "https://registry.yarnpkg.com/nock/-/nock-13.0.3.tgz#9f81f04499af6a87f9c419a023920b623d715110"
integrity sha512-hDscKS5chEfyEiF8J1syz8mkkH6Wetp04ECAAPNdL5k6e6WmRgx9FZZNnCrjePNdykgiiPXORBcXbNmMzFOP5w==
dependencies:
debug "^4.1.0"
json-stringify-safe "^5.0.1"