From a27366ecbc98a0ee88f78575f8bfdcb9096bb7e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 05:53:35 +0000 Subject: [PATCH] chore(deps-dev): bump nock from 11.7.2 to 11.8.2 Bumps [nock](https://github.com/nock/nock) from 11.7.2 to 11.8.2. - [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.2...v11.8.2) 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 73e6242a..d7a3da86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7968,9 +7968,9 @@ "dev": true }, "nock": { - "version": "11.7.2", - "resolved": "https://registry.npmjs.org/nock/-/nock-11.7.2.tgz", - "integrity": "sha512-7swr5bL1xBZ5FctyubjxEVySXOSebyqcL7Vy1bx1nS9IUqQWj81cmKjVKJLr8fHhtzI1MV8nyCdENA/cGcY1+Q==", + "version": "11.8.2", + "resolved": "https://registry.npmjs.org/nock/-/nock-11.8.2.tgz", + "integrity": "sha512-udrFXJ/aqPM9NmrKOcNJ67lvrs/zroNq2sbumhaMPW5JLNy/6LsWiZEwU9DiQIUHOcOCR4MPeqIG7uQNbDGExA==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index a4a9584e..f2c0ccac 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint-plugin-jsdoc": "^21.0.0", "husky": "^4.2.1", "jest": "^25.1.0", - "nock": "^11.7.2", + "nock": "^11.8.2", "semantic-release": "^17.0.2" }, "config": {