Skip to content

Commit 0152dbf

Browse files
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](wheresrhys/fetch-mock@v9.10.0...v9.10.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Finish upgrading via bolt Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
1 parent 4314e1d commit 0152dbf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"eslint-config-airbnb-base": "^14.1.0",
129129
"eslint-plugin-import": "^2.18.2",
130130
"eslint-plugin-mocha": "^7.0.0",
131-
"fetch-mock": "^9.2.1",
131+
"fetch-mock": "^9.10.1",
132132
"generate-changelog": "^1.8.0",
133133
"husky": "^4.2.5",
134134
"lint-staged": "^10.1.3",

packages/api/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"asar": "^3.0.1",
2222
"chai": "4.2.0",
2323
"chai-as-promised": "^7.0.0",
24-
"fetch-mock": "^9.2.1",
24+
"fetch-mock": "^9.10.1",
2525
"mocha": "^7.1.2",
2626
"proxyquire": "^2.1.3",
2727
"sinon": "^9.0.2"

packages/publisher/electron-release-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"typings": "dist/PublisherERS.d.ts",
1010
"devDependencies": {
1111
"chai": "4.2.0",
12-
"fetch-mock": "^9.2.1",
12+
"fetch-mock": "^9.10.1",
1313
"mocha": "^7.1.2",
1414
"proxyquire": "^2.1.3"
1515
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4105,10 +4105,10 @@ fast-levenshtein@^2.0.6:
41054105
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
41064106
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
41074107

4108-
fetch-mock@^9.2.1:
4109-
version "9.10.0"
4110-
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.10.0.tgz#76f3ac06c6dd3cc7597e65f9b96920e2f7e6d0e0"
4111-
integrity sha512-PXhrVbtbR7idW2UwuPe86cGcRhNeoopzJGqaQIjyUBlq7/w2q2l+/HbAg8vn3g8fknfNOkLuVA4H7CVgwF0rxw==
4108+
fetch-mock@^9.10.1:
4109+
version "9.10.1"
4110+
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.10.1.tgz#1f0a7a3795490956bf4cfd5fa6ff912bc4dc71d3"
4111+
integrity sha512-pTSLpg/Z9LvoqTRu8S9Aeyu4wsyNHLcqON6F5iw1nLHkSOZ+snKgkijwtOVtVsgNzyiZCq9NHRwGxPRpLwth7A==
41124112
dependencies:
41134113
babel-runtime "^6.26.0"
41144114
core-js "^3.0.0"

0 commit comments

Comments
 (0)