From 8874746e3f6430e4da5a41fc1bd74929d8adebc2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 09:15:30 -0800 Subject: [PATCH] build(deps-dev): bump fetch-mock from 9.0.0 to 9.1.0 (#1548) * build(deps-dev): bump fetch-mock from 9.0.0 to 9.1.0 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v9.0.0...v9.1.0) Signed-off-by: dependabot-preview[bot] * Finish upgrading via bolt --- package.json | 2 +- packages/api/core/package.json | 2 +- .../publisher/electron-release-server/package.json | 4 ++-- yarn.lock | 14 ++++++++++---- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 492d4a153e..bf38f86d32 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-mocha": "^6.3.0", - "fetch-mock": "^9.0.0", + "fetch-mock": "^9.1.0", "generate-changelog": "^1.8.0", "husky": "^4.2.3", "lint-staged": "^10.0.8", diff --git a/packages/api/core/package.json b/packages/api/core/package.json index 73f4e702d2..6c6b77ff39 100644 --- a/packages/api/core/package.json +++ b/packages/api/core/package.json @@ -21,7 +21,7 @@ "asar": "^2.0.1", "chai": "4.2.0", "chai-as-promised": "^7.0.0", - "fetch-mock": "^9.0.0", + "fetch-mock": "^9.1.0", "mocha": "^7.1.0", "proxyquire": "^2.1.3", "sinon": "^9.0.0" diff --git a/packages/publisher/electron-release-server/package.json b/packages/publisher/electron-release-server/package.json index dcc1c65d51..96e4dcdfbd 100644 --- a/packages/publisher/electron-release-server/package.json +++ b/packages/publisher/electron-release-server/package.json @@ -9,9 +9,9 @@ "typings": "dist/PublisherERS.d.ts", "devDependencies": { "chai": "4.2.0", + "fetch-mock": "^9.1.0", "mocha": "^7.1.0", - "proxyquire": "^2.1.3", - "fetch-mock": "^9.0.0" + "proxyquire": "^2.1.3" }, "engines": { "node": ">= 10.0.0" diff --git a/yarn.lock b/yarn.lock index e34df676cb..04cec2735c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4161,15 +4161,16 @@ 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.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.0.0.tgz#0174913da7a9411fc820529868c188aad49a3f3a" - integrity sha512-Nr7vPs0CdkhHiet0E9upniEAcHCb9liTNFtXtsphi3xKmkdllVIBDqcPwvIzS+wqjJMePs6BMNolLdQd0/+qAg== +fetch-mock@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.1.0.tgz#13527b5f33956359e961f0c1f7aa8d92c4d37d8a" + integrity sha512-s6mHgPwAdoQ1EDWFkPOD6vmhN1Pmp87csGO+3B91MRh/EdkVFKYIyDNQO1YaJv6TnaAI4qiJY5Gq/5h/i2yXNg== dependencies: babel-runtime "^6.26.0" core-js "^3.0.0" debug "^4.1.1" glob-to-regexp "^0.4.0" + is-subset "^0.1.1" lodash.isequal "^4.5.0" path-to-regexp "^2.2.1" querystring "^0.2.0" @@ -5603,6 +5604,11 @@ is-string@^1.0.5: resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6" integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== +is-subset@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-subset/-/is-subset-0.1.1.tgz#8a59117d932de1de00f245fcdd39ce43f1e939a6" + integrity sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY= + is-symbol@^1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937"