Merge pull request #307 from prymitive/dependabot/npm_and_yarn/ui/jest-fetch-mock-2.1.0

build(deps-dev): bump jest-fetch-mock from 2.0.1 to 2.1.0 in /ui
This commit is contained in:
Łukasz Mierzwa
2018-12-15 18:38:48 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -60,7 +60,7 @@
"enzyme-adapter-react-16": "1.7.1",
"jest-canvas-mock": "1.1.0",
"jest-date-mock": "1.0.6",
"jest-fetch-mock": "2.0.1",
"jest-fetch-mock": "2.1.0",
"markdownlint-cli": "0.13.0",
"node-sass": "4.11.0"
},

View File

@@ -6151,10 +6151,10 @@ jest-environment-node@^23.4.0:
jest-mock "^23.2.0"
jest-util "^23.4.0"
jest-fetch-mock@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/jest-fetch-mock/-/jest-fetch-mock-2.0.1.tgz#aef284ee851f6c0f8b78c5367576edb6f64ca526"
integrity sha512-ulFW7tpQ7ihe89an+gWW8p7sMt5/smk7I0RJcZ2MXkgoM0jHVaBgqeE6XoLbXi1lWF42hK2zdnGzD8I6gSC35A==
jest-fetch-mock@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/jest-fetch-mock/-/jest-fetch-mock-2.1.0.tgz#49c16451b82f311158ec897e467d704e0cb118f9"
integrity sha512-jrTNlxDsZZCq6tMhdyH7gIbt4iDUHRr6C4Jp+kXItLaaaladOm9/wJjIwU3tCAEohbuW/7/naOSfg2A8H6/35g==
dependencies:
cross-fetch "^2.2.2"
promise-polyfill "^7.1.1"