Skip to content

Commit

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

Bumps [fetch-mock](https:/wheresrhys/fetch-mock) from 9.1.2 to 9.2.1.
- [Release notes](https:/wheresrhys/fetch-mock/releases)
- [Commits](wheresrhys/fetch-mock@v9.1.2...v9.2.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Finish upgrading via bolt

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: malept <[email protected]>
  • Loading branch information
dependabot-preview[bot] and malept authored Mar 19, 2020
1 parent 794d073 commit 77dcecd
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.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.3.0",
"fetch-mock": "^9.1.2",
"fetch-mock": "^9.2.1",
"generate-changelog": "^1.8.0",
"husky": "^4.2.3",
"lint-staged": "^10.0.8",
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.1.2",
"fetch-mock": "^9.2.1",
"mocha": "^7.1.1",
"proxyquire": "^2.1.3",
"sinon": "^9.0.0"
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.1.2",
"fetch-mock": "^9.2.1",
"mocha": "^7.1.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 @@ -4094,10 +4094,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.1.2:
version "9.1.2"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.1.2.tgz#9cb7bede34a52d80e14f743319a1f5fc2007a7a7"
integrity sha512-XzUVQ3Ej6D2Hk+JkZV0SMyKojZFpu33KLyrKW0NPixfq9k7Jjoq6oh+vDCKn7GNzF6wGyKmMotJ0G7lZftRC3w==
fetch-mock@^9.2.1:
version "9.2.1"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.2.1.tgz#bf1ae34800cf27570a9c1058d3472461d159c696"
integrity sha512-VgnqSA7KUI9uJceekpzrVyJvy3U6qZo2BmzVz8RuWvF4Wc5EV7TbFFZwQM7OGV4CKmsMPYarOyxqd74aM3xO3w==
dependencies:
babel-runtime "^6.26.0"
core-js "^3.0.0"
Expand Down

0 comments on commit 77dcecd

Please sign in to comment.