Skip to content

Commit

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

Bumps [fetch-mock](https:/wheresrhys/fetch-mock) from 9.10.3 to 9.10.4.
- [Release notes](https:/wheresrhys/fetch-mock/releases)
- [Commits](wheresrhys/fetch-mock@v9.10.3...v9.10.4)

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

* Finish upgrading via bolt

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Jul 20, 2020
1 parent b3bdfd5 commit 1da33f3
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 @@ -129,7 +129,7 @@
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-mocha": "^7.0.1",
"fetch-mock": "^9.10.3",
"fetch-mock": "^9.10.4",
"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 @@
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"electron-installer-common": "^0.10.2",
"fetch-mock": "^9.10.3",
"fetch-mock": "^9.10.4",
"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.3",
"fetch-mock": "^9.10.4",
"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 @@ -4204,10 +4204,10 @@ fd-slicer@~1.1.0:
dependencies:
pend "~1.2.0"

fetch-mock@^9.10.3:
version "9.10.3"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.10.3.tgz#33d85cf9f1e463822a8f5e2c28f9a8a8c7256abd"
integrity sha512-vvTW3vu+6sgDuOpInd8VtaaYlt56Un/zrEvBmT8JppDXj2ZY3PQgIAoxqdSAFR5o/10jJ1yFBhXLQ/Dce/p+jg==
fetch-mock@^9.10.4:
version "9.10.4"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.10.4.tgz#e5f98c7d56d57b29caec55d928930150f39519ba"
integrity sha512-1ExE0cyv4+wHH/4NlSnh8tBBfVMUt6QFIRcuAGN7L4a0SAj7vOXh2z2G9XlEZS2qzgbj9ixDXFFE8gDmsCZ83g==
dependencies:
babel-runtime "^6.26.0"
core-js "^3.0.0"
Expand Down

0 comments on commit 1da33f3

Please sign in to comment.