build(deps-dev): bump jest-fetch-mock from 2.0.0 to 2.0.1 in /ui

Bumps [jest-fetch-mock](https://github.com/jefflau/jest-fetch-mock) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/jefflau/jest-fetch-mock/releases)
- [Commits](https://github.com/jefflau/jest-fetch-mock/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-11-29 17:32:19 +00:00
parent 39ebd4568c
commit f15d1fd58e
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -6103,10 +6103,10 @@ jest-environment-node@^23.4.0:
jest-mock "^23.2.0"
jest-util "^23.4.0"
jest-fetch-mock@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/jest-fetch-mock/-/jest-fetch-mock-2.0.0.tgz#fa78869d7eaccc25e7595e9ff11c3e357ae7eaa7"
integrity sha512-8rrCMn4gU6cfPUsgnKvvcpBHXXxOg2qUKv8TP5HdwTSnNN7zuNin8Z6ckaMgU6mcqvfMGUtAeqz/PCHl7Gty8w==
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==
dependencies:
cross-fetch "^2.2.2"
promise-polyfill "^7.1.1"