From 0152dbf0cc84f4eaa4daa86e186f519afd782e37 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 15:55:32 -0700 Subject: [PATCH] build(deps-dev): bump fetch-mock from 9.10.0 to 9.10.1 (#1704) * build(deps-dev): bump fetch-mock from 9.10.0 to 9.10.1 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 9.10.0 to 9.10.1. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v9.10.0...v9.10.1) Signed-off-by: dependabot-preview[bot] * Finish upgrading via bolt Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: dependabot-preview[bot] --- package.json | 2 +- packages/api/core/package.json | 2 +- packages/publisher/electron-release-server/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6113a26d1a..ba9990aa67 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-mocha": "^7.0.0", - "fetch-mock": "^9.2.1", + "fetch-mock": "^9.10.1", "generate-changelog": "^1.8.0", "husky": "^4.2.5", "lint-staged": "^10.1.3", diff --git a/packages/api/core/package.json b/packages/api/core/package.json index 45fc5851d3..4d6c28bf26 100644 --- a/packages/api/core/package.json +++ b/packages/api/core/package.json @@ -21,7 +21,7 @@ "asar": "^3.0.1", "chai": "4.2.0", "chai-as-promised": "^7.0.0", - "fetch-mock": "^9.2.1", + "fetch-mock": "^9.10.1", "mocha": "^7.1.2", "proxyquire": "^2.1.3", "sinon": "^9.0.2" diff --git a/packages/publisher/electron-release-server/package.json b/packages/publisher/electron-release-server/package.json index a11e023834..83bb99299c 100644 --- a/packages/publisher/electron-release-server/package.json +++ b/packages/publisher/electron-release-server/package.json @@ -9,7 +9,7 @@ "typings": "dist/PublisherERS.d.ts", "devDependencies": { "chai": "4.2.0", - "fetch-mock": "^9.2.1", + "fetch-mock": "^9.10.1", "mocha": "^7.1.2", "proxyquire": "^2.1.3" }, diff --git a/yarn.lock b/yarn.lock index 02021d3399..3857edfc03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4105,10 +4105,10 @@ fast-levenshtein@^2.0.6: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= -fetch-mock@^9.2.1: - version "9.10.0" - resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.10.0.tgz#76f3ac06c6dd3cc7597e65f9b96920e2f7e6d0e0" - integrity sha512-PXhrVbtbR7idW2UwuPe86cGcRhNeoopzJGqaQIjyUBlq7/w2q2l+/HbAg8vn3g8fknfNOkLuVA4H7CVgwF0rxw== +fetch-mock@^9.10.1: + version "9.10.1" + resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.10.1.tgz#1f0a7a3795490956bf4cfd5fa6ff912bc4dc71d3" + integrity sha512-pTSLpg/Z9LvoqTRu8S9Aeyu4wsyNHLcqON6F5iw1nLHkSOZ+snKgkijwtOVtVsgNzyiZCq9NHRwGxPRpLwth7A== dependencies: babel-runtime "^6.26.0" core-js "^3.0.0"