From fc52c139e5a561d5ae77b3babd64c5e7928e6deb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 15:52:33 +0000 Subject: [PATCH] Build(deps-dev): bump nock from 11.3.2 to 11.3.4 (#3992) Bumps [nock](https://github.com/nock/nock) from 11.3.2 to 11.3.4. - [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.3.2...v11.3.4) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a33ef13b35..3b6167705b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17818,9 +17818,9 @@ } }, "nock": { - "version": "11.3.2", - "resolved": "https://registry.npmjs.org/nock/-/nock-11.3.2.tgz", - "integrity": "sha512-Bb00vTmuXyucMT9gcnMSiE2n6P5yrRoAyej0eF6ik6VUxG0FKp4RcSx1TzFusEDtY3hMNpsd7ZYUSIvwtNpTrw==", + "version": "11.3.4", + "resolved": "https://registry.npmjs.org/nock/-/nock-11.3.4.tgz", + "integrity": "sha512-Mqjk3DeOkuji8eYaveUku+vMswxzVyhrKAz1J9jE86IsEHQg4136Z/PHz81lcjyz9F3yrJXu56Gb/S+LFUOZVg==", "dev": true, "requires": { "chai": "^4.1.2", diff --git a/package.json b/package.json index e65993f14a..3cb6f7f4cf 100644 --- a/package.json +++ b/package.json @@ -223,7 +223,7 @@ "mocha-env-reporter": "^4.0.0", "mocha-junit-reporter": "^1.23.1", "mocha-yaml-loader": "^1.0.3", - "nock": "11.3.2", + "nock": "11.3.4", "node-mocks-http": "^1.7.6", "nodemon": "^1.19.1", "npm-run-all": "^4.1.5",