From 1f22e6c5e634fdfb21daa12d295feac44d428630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 11:28:00 +0900 Subject: [PATCH] deps: bump nock from 13.0.2 to 13.0.3 (#399) Bumps [nock](https://github.com/nock/nock) from 13.0.2 to 13.0.3. - [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.2...v13.0.3) 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 83f92674..a02c7d96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9836,9 +9836,9 @@ "dev": true }, "nock": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.2.tgz", - "integrity": "sha512-Wm8H22iT3UKPDf138tmgJ0NRfCLd9f2LByki9T2mGHnB66pEqvJh3gV/up1ZufZF24n7/pDYyLGybdqOzF3JIw==", + "version": "13.0.3", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.0.3.tgz", + "integrity": "sha512-hDscKS5chEfyEiF8J1syz8mkkH6Wetp04ECAAPNdL5k6e6WmRgx9FZZNnCrjePNdykgiiPXORBcXbNmMzFOP5w==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 979b64e4..b2a16331 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.2", + "nock": "^13.0.3", "prettier": "2.0.5", "standard-version": "^8.0.2", "ts-jest": "^25.5.1",