Skip to content

Commit

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

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

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

* Finish upgrading via bolt

* chore(deps-dev): upgrade fetch-mock to 7.7.3
  • Loading branch information
dependabot-preview[bot] authored and malept committed Nov 20, 2019
1 parent 5f11002 commit 38c32ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.2.0",
"fetch-mock": "^7.5.1",
"fetch-mock": "^7.7.0",
"generate-changelog": "^1.8.0",
"listr": "^0.14.1",
"minimist": "^1.2.0",
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 @@ -20,7 +20,7 @@
"asar": "^2.0.1",
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"fetch-mock": "^7.5.1",
"fetch-mock": "^7.7.0",
"mocha": "^6.2.2",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2572,9 +2572,9 @@ core-js-compat@^3.1.1:
semver "^6.3.0"

core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.9:
version "2.6.9"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"
integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==
version "2.6.10"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.10.tgz#8a5b8391f8cc7013da703411ce5b585706300d7f"
integrity sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA==

[email protected], core-util-is@~1.0.0:
version "1.0.2"
Expand Down Expand Up @@ -3730,10 +3730,10 @@ fd-slicer@~1.0.0:
dependencies:
pend "~1.2.0"

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==
fetch-mock@^7.7.0:
version "7.7.3"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-7.7.3.tgz#6a3f94cfed6e423ab7f5464912982030da605335"
integrity sha512-I4OkK90JFQnjH8/n3HDtWxH/I6D1wrxoAM2ri+nb444jpuH3RTcgvXx2el+G20KO873W727/66T7QhOvFxNHPg==
dependencies:
babel-polyfill "^6.26.0"
core-js "^2.6.9"
Expand Down

0 comments on commit 38c32ca

Please sign in to comment.