From 004a7155e0f18b723afefccf5c7536a17fac4262 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 23:33:25 +0000 Subject: [PATCH] build(deps-dev): bump nock from 11.3.0 to 11.3.2 Bumps [nock](https://github.com/nock/nock) from 11.3.0 to 11.3.2. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/next/CHANGELOG.md) - [Commits](https://github.com/nock/nock/commits) 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 66affc7e..eeb0f942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -707,9 +707,9 @@ "dev": true }, "nock": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-11.3.0.tgz", - "integrity": "sha512-j5KXO096ov2XLvISUJQwl3UYJZy5dvArbK8Gt7+r0+gjtTU2uYiWJwhU4yIMXbtlHoX0od2LQgShAKXUObVbrA==", + "version": "11.3.2", + "resolved": "https://registry.npmjs.org/nock/-/nock-11.3.2.tgz", + "integrity": "sha512-Bb00vTmuXyucMT9gcnMSiE2n6P5yrRoAyej0eF6ik6VUxG0FKp4RcSx1TzFusEDtY3hMNpsd7ZYUSIvwtNpTrw==", "dev": true, "requires": { "chai": "^4.1.2", diff --git a/package.json b/package.json index a3663fc2..586b175d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/tape": "^4.2.33", "husky": "^3.0.4", "intercept-stdout": "^0.1.2", - "nock": "^11.3.0", + "nock": "^11.3.2", "prettier": "^1.18.2", "tape": "^4.11.0", "to-readable-stream": "^2.1.0",