From f15d1fd58e331699b798755dcb210f929aa837f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 29 Nov 2018 17:32:19 +0000 Subject: [PATCH] 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] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index f0ed227f0..516fd4088 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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" }, diff --git a/ui/yarn.lock b/ui/yarn.lock index f6234a9af..ce1f593d0 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -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"