From eb88818df93189cd54c302fdc18a2c6e876ab08e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 13:11:23 +0900 Subject: [PATCH] deps: bump nock from 13.0.1 to 13.0.2 (#375) Bumps [nock](https://github.com/nock/nock) from 13.0.1 to 13.0.2. - [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.1...v13.0.2) 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 602ec88..df0e131 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9719,9 +9719,9 @@ "dev": true }, "nock": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.1.tgz", - "integrity": "sha512-45qR68yd+izs5D81klZrhDwfHx1wulnKotZZYEuEMjw2K6VWClHg9ROf8hBf0tvxe11hP3m6skQZcCpeGv87zg==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.2.tgz", + "integrity": "sha512-Wm8H22iT3UKPDf138tmgJ0NRfCLd9f2LByki9T2mGHnB66pEqvJh3gV/up1ZufZF24n7/pDYyLGybdqOzF3JIw==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 11f8e4d..c4c2397 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "jest": "^25.5.4", "jest-circus": "^26.1.0", "lint-staged": "^10.2.11", - "nock": "^13.0.1", + "nock": "^13.0.2", "prettier": "2.0.5", "standard-version": "^8.0.0", "ts-jest": "^25.5.1",