From a6baa39988b85528fd574be8e232a06f72c397b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2020 13:54:10 +0900 Subject: [PATCH] deps: bump nock from 13.0.3 to 13.0.4 (#410) Bumps [nock](https://github.com/nock/nock) from 13.0.3 to 13.0.4. - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v13.0.3...v13.0.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2206f05..c90aac1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9887,9 +9887,9 @@ "dev": true }, "nock": { - "version": "13.0.3", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.3.tgz", - "integrity": "sha512-hDscKS5chEfyEiF8J1syz8mkkH6Wetp04ECAAPNdL5k6e6WmRgx9FZZNnCrjePNdykgiiPXORBcXbNmMzFOP5w==", + "version": "13.0.4", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.4.tgz", + "integrity": "sha512-alqTV8Qt7TUbc74x1pKRLSENzfjp4nywovcJgi/1aXDiUxXdt7TkruSTF5MDWPP7UoPVgea4F9ghVdmX0xxnSA==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 9f83162..966fba9 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "jest": "^25.5.4", "jest-circus": "^26.3.0", "lint-staged": "^10.2.11", - "nock": "^13.0.3", + "nock": "^13.0.4", "prettier": "2.0.5", "standard-version": "^8.0.2", "ts-jest": "^25.5.1",