From a3f7ea4140f3f85196f7ea5d76bd2eeb5524a646 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 11:56:13 +0000 Subject: [PATCH] deps: bump nock from 12.0.2 to 12.0.3 Bumps [nock](https://github.com/nock/nock) from 12.0.2 to 12.0.3. - [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/v12.0.2...v12.0.3) 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 57de544..7348451 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9263,9 +9263,9 @@ "dev": true }, "nock": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/nock/-/nock-12.0.2.tgz", - "integrity": "sha512-pTckyfP8QHvwXP/oX+zQuSIL3S/mWTd84ba4pOGZlS/FgRZyljv4C3ZyOjgMilvkydSaERML/aJEF13EBUuDTQ==", + "version": "12.0.3", + "resolved": "https://registry.npmjs.org/nock/-/nock-12.0.3.tgz", + "integrity": "sha512-QNb/j8kbFnKCiyqi9C5DD0jH/FubFGj5rt9NQFONXwQm3IPB0CULECg/eS3AU1KgZb/6SwUa4/DTRKhVxkGABw==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index b8a4746..96fee01 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "jest": "^25.1.0", "jest-circus": "^25.1.0", "lint-staged": "^10.0.8", - "nock": "^12.0.2", + "nock": "^12.0.3", "prettier": "1.19.1", "standard-version": "^7.1.0", "ts-jest": "^25.2.1",