From b7c565fd0c723c8ea259e7c84c9fb7c599580f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 05:04:42 +0000 Subject: [PATCH] build(deps-dev): bump fetch-mock from 9.3.1 to 9.10.1 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 9.3.1 to 9.10.1. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v9.3.1...v9.10.1) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index df200f2c9..012260eb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4852,9 +4852,9 @@ "dev": true }, "core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==", + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", + "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==", "dev": true }, "core-js-compat": { @@ -5819,9 +5819,9 @@ } }, "fetch-mock": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-9.3.1.tgz", - "integrity": "sha512-zt2QUNYuR1kVCG8vGV+awxe/dtH/ufjpu2EA08v04eAVu3Rnt1P8Df8//VJrtxIx6tAdH+NHuCkb/Z69HUOT9A==", + "version": "9.10.1", + "resolved": "https://registry.npmjs.org/fetch-mock/-/fetch-mock-9.10.1.tgz", + "integrity": "sha512-pTSLpg/Z9LvoqTRu8S9Aeyu4wsyNHLcqON6F5iw1nLHkSOZ+snKgkijwtOVtVsgNzyiZCq9NHRwGxPRpLwth7A==", "dev": true, "requires": { "babel-runtime": "^6.26.0",