From b07b8a23dbbe30b1831832886895819fbad8a667 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 02:34:41 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 12.0.0 to 12.0.1 Bumps [nock](https://github.com/nock/nock) from 12.0.0 to 12.0.1. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/master/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v12.0.0...v12.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 61eee0a5..a6cd660f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "husky": "4.2.3", "jasmine": "3.5.0", "lint-staged": "10.0.7", - "nock": "12.0.0", + "nock": "12.0.1", "nyc": "15.0.0", "prettier": "1.19.1", "pretty-quick": "2.0.1", diff --git a/yarn.lock b/yarn.lock index d6bb97b4..f3f0004b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1614,10 +1614,10 @@ nice-try@^1.0.4: resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== -nock@12.0.0: - version "12.0.0" - resolved "https://registry.npmjs.org/nock/-/nock-12.0.0.tgz#f405309bbf305d9a5bba2e9718aab4463edc9572" - integrity sha512-aTzDlXFH/Xq4m2V5x5nV13RTvYX8RXXcurCx6z4+y8IsloFMizZsDe/189GX1pSMJ99HBFZAokS5sMiMX/qfaQ== +nock@12.0.1: + version "12.0.1" + resolved "https://registry.npmjs.org/nock/-/nock-12.0.1.tgz#6d497d01f23cb52c733545c97e09e8318f6af801" + integrity sha512-f5u5k7O5D2YXH2WEFQVLLPa36D5C0dxU9Lrg6KOuaFCMDt7yd1W4S3hbZClCMczxc4EZ0k1bEhPeMWSewrxYNw== dependencies: debug "^4.1.0" json-stringify-safe "^5.0.1"