Skip to content

Commit

Permalink
build(deps-dev): bump fetch-mock from 9.10.1 to 9.10.2 (#1783)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump fetch-mock from 9.10.1 to 9.10.2

Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 9.10.1 to 9.10.2.
- [Release notes](https://github.com/wheresrhys/fetch-mock/releases)
- [Commits](wheresrhys/fetch-mock@v9.10.1...v9.10.2)

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>
  • Loading branch information
1 parent deff81a commit 1489ab5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-mocha": "^7.0.1",
"fetch-mock": "^9.10.1",
"fetch-mock": "^9.10.2",
"generate-changelog": "^1.8.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"asar": "^3.0.1",
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"fetch-mock": "^9.10.1",
"fetch-mock": "^9.10.2",
"mocha": "^8.0.1",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/electron-release-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "dist/PublisherERS.d.ts",
"devDependencies": {
"chai": "4.2.0",
"fetch-mock": "^9.10.1",
"fetch-mock": "^9.10.2",
"mocha": "^8.0.1",
"proxyquire": "^2.1.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4146,10 +4146,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.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==
fetch-mock@^9.10.2:
version "9.10.2"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.10.2.tgz#68f33d0c598cd5ef1e41bddcacde63eb9ec5cf1f"
integrity sha512-5buRoztM1wVluB7RTtesMWxbIWd3m9j82Y38U01iFJLbaG9DmPeIsWYZZAow8G+F264IKsbAlsO8Z88RH7lLsg==
dependencies:
babel-runtime "^6.26.0"
core-js "^3.0.0"
Expand Down

0 comments on commit 1489ab5

Please sign in to comment.