Update dependency nock to v11.0.0 (#72)

This commit is contained in:
Renovate Bot
2019-08-13 16:00:20 +03:00
committed by Ricardo Ambrogi
parent 72fde9df1e
commit a9a159dea1
2 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
"coveralls": "3.0.6",
"eslint": "6.1.0",
"jest": "24.8.0",
"nock": "11.0.0-beta.31",
"nock": "11.0.0",
"ts-loader": "6.0.4",
"typescript": "3.5.3",
"webpack": "4.39.1",

View File

@@ -4362,10 +4362,10 @@ nice-try@^1.0.4:
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
nock@11.0.0-beta.31:
version "11.0.0-beta.31"
resolved "https://registry.yarnpkg.com/nock/-/nock-11.0.0-beta.31.tgz#ba8735549942f0cba6b3cb8e3b024a3728ec8d5a"
integrity sha512-/O6hUiBQod3dc2D+Gl9mnbIzoNsnPEbZzHygD4t7BsMY1nFGWIniL1gFJVR0UAGkoY7sJEDGUFeMnpcafevLaw==
nock@11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/nock/-/nock-11.0.0.tgz#ad13e1bcea890d8942cfacc5d0aff5e0ef9a6331"
integrity sha512-lrlqTP3Ii8pT/j86F6tR2kRPUPA/aMWQ8TADzvLLDsZtqXlPdasKbg4G86bsnXUfM5yMlDIs9gIe/i7ZtPmCoA==
dependencies:
chai "^4.1.2"
debug "^4.1.0"