Skip to content

Commit

Permalink
chore(deps-dev): bump fetch-mock from 7.4.0 to 7.5.1 (#1216)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump fetch-mock from 7.4.0 to 7.5.1

Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 7.4.0 to 7.5.1.
- [Release notes](https://github.com/wheresrhys/fetch-mock/releases)
- [Commits](wheresrhys/fetch-mock@v7.4.0...v7.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Finish upgrading via bolt
  • Loading branch information
dependabot-preview[bot] authored and malept committed Oct 7, 2019
1 parent 210d280 commit 9d0c3dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -144,7 +144,7 @@
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.1.1",
"fetch-mock": "^7.4.0",
"fetch-mock": "^7.5.1",
"generate-changelog": "^1.8.0",
"listr": "^0.14.1",
"minimist": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/core/package.json
Expand Up @@ -20,7 +20,7 @@
"asar": "^2.0.1",
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"fetch-mock": "^7.4.0",
"fetch-mock": "^7.5.1",
"mocha": "^6.2.1",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
Expand Down Expand Up @@ -62,4 +62,4 @@
"engines": {
"node": ">= 8.0"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3721,10 +3721,10 @@ fd-slicer@~1.0.0:
dependencies:
pend "~1.2.0"

fetch-mock@^7.4.0:
version "7.4.0"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-7.4.0.tgz#34f2f5cca03de93af9b253ebb8a678b72563cb02"
integrity sha512-q2zrAJh2CcPf6yrDIRxAo18vs1yohETzTNVvtJsqznAAWS4XuJ5M8uaIfrw8odHm7wZJIfMdA6P3RObMNYSWXQ==
fetch-mock@^7.5.1:
version "7.5.1"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-7.5.1.tgz#78fc8e4ffc7d7cdd6048b6e501f21be2db489352"
integrity sha512-yTb46p7y14bfyWCox50lYqs6NRSo7XPOKzsnLzrSOqRWAGLsvF+aAv0dPkTLeKaBeH3aVSVwWeXzMrctXEZVag==
dependencies:
babel-polyfill "^6.26.0"
core-js "^2.6.9"
Expand Down

0 comments on commit 9d0c3dc

Please sign in to comment.