From cca4b5aeaafe2681d08c787429eed0edf736a74c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 00:24:54 +0000 Subject: [PATCH] Bump nock from 11.7.0 to 11.7.1 Bumps [nock](https://github.com/nock/nock) from 11.7.0 to 11.7.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/v11.7.0...v11.7.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 542a0250c..a2ae45ad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24331,12 +24331,11 @@ } }, "nock": { - "version": "11.7.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-11.7.0.tgz", - "integrity": "sha512-7c1jhHew74C33OBeRYyQENT+YXQiejpwIrEjinh6dRurBae+Ei4QjeUaPlkptIF0ZacEiVCnw8dWaxqepkiihg==", + "version": "11.7.1", + "resolved": "https://registry.npmjs.org/nock/-/nock-11.7.1.tgz", + "integrity": "sha512-fW+dlMyquAEvgtmGoRHftKrNnJ7yZcbINQDTW7OKRoTYa+11GA0u0UokWHuvCyZrG5TXkplnEv2jmj6R3vvImg==", "dev": true, "requires": { - "chai": "^4.1.2", "debug": "^4.1.0", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.13", diff --git a/package.json b/package.json index a31b2a67e..14e563e22 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "mocha": "7.0.0", "mock-local-storage": "1.1.11", "mock-socket": "9.0.2", - "nock": "11.7.0", + "nock": "11.7.1", "postcss-import": "12.0.1", "postcss-loader": "3.0.0", "postcss-nested": "4.1.2",