Skip to content

Commit

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

Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 7.3.3 to 7.3.6.
- [Release notes](https://github.com/wheresrhys/fetch-mock/releases)
- [Commits](wheresrhys/fetch-mock@v7.3.3...v7.3.6)

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

* Upgrade the core package too
  • Loading branch information
dependabot-preview[bot] authored and malept committed Jul 10, 2019
1 parent 2779894 commit 662b5ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-react": "^7.14.2",
"fetch-mock": "^7.3.3",
"fetch-mock": "^7.3.6",
"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.3.3",
"fetch-mock": "^7.3.6",
"mocha": "^6.1.4",
"proxyquire": "^2.0.1",
"sinon": "^7.3.2"
Expand Down
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2587,10 +2587,10 @@ core-js-pure@3.1.4:
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.1.4.tgz#5fa17dc77002a169a3566cc48dc774d2e13e3769"
integrity sha512-uJ4Z7iPNwiu1foygbcZYJsJs1jiXrTTCvxfLDXNhI/I+NHbSIEyr548y4fcsCEyWY0XgfAG/qqaunJ1SThHenA==

core-js@^2.4.0, core-js@^2.5.0:
version "2.6.5"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895"
integrity sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A==
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==

core-js@^3.0.0:
version "3.1.4"
Expand Down Expand Up @@ -3769,12 +3769,13 @@ fd-slicer@~1.0.0:
dependencies:
pend "~1.2.0"

fetch-mock@^7.3.3:
version "7.3.3"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-7.3.3.tgz#d1abdf309cdef8adb4b0fc0596d3f97fcfbd4528"
integrity sha512-MHKcwZ4n9TmnfnVfelUBrrfxtC9tztafIR+F8l/Yu9N+y48fU1BAwj3iSxhYFYELVw73rCZh2DPWtWCekY/t+w==
fetch-mock@^7.3.6:
version "7.3.6"
resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-7.3.6.tgz#81c002bfbf11db185e14d20221541bf90560269e"
integrity sha512-o/TgQDn9IVdZlpZcQCg/JytEh+fliDQGiF9HSVDj161OJ3dnrLvHomD4F3gDcqXuDePlRYQ2iz0gtEQ/oG3Wfg==
dependencies:
babel-polyfill "^6.26.0"
core-js "^2.6.9"
glob-to-regexp "^0.4.0"
path-to-regexp "^2.2.1"
whatwg-url "^6.5.0"
Expand Down

0 comments on commit 662b5ce

Please sign in to comment.