From 919e33025655443c6f15ae3fe96137f65dd5002e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 18:39:50 +0000 Subject: [PATCH] chore(deps): bump fetch-mock from 9.5.0 to 9.8.0 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 9.5.0 to 9.8.0. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v9.5.0...v9.8.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 29962f420..e43454dda 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@votingworks/qrcode.react": "^1.0.1", "abortcontroller-polyfill": "^1.4.0", "base64-js": "^1.3.1", - "fetch-mock": "^9.5.0", + "fetch-mock": "^9.8.0", "history": "^4.10.1", "http-proxy-middleware": "^1.0.3", "lodash.camelcase": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index 9ff5ab678..f32faa012 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6252,10 +6252,10 @@ fd-slicer@~1.1.0: dependencies: pend "~1.2.0" -fetch-mock@^9.5.0: - version "9.5.0" - resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.5.0.tgz#aca0759fbfb6653f66bc28ac63adeb75645f0d17" - integrity sha512-x5t6+6owOr2x8WdloBpuKy7bRZ+JRjRJjjZSsEbBVNfUI8JzJfRw5TtdOOd+OyWXxqQtMjMLdRWh35ZLhRlv3g== +fetch-mock@^9.8.0: + version "9.8.0" + resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.8.0.tgz#86c722182bf7b797e454235bfbf586f480bd4023" + integrity sha512-vXX8zTYP9vzAaPfTH6NJxbnX0t8yZnrgTAnHvsfq9nZhknWmpOtYlVLb4VDjjojp1nZ6z7ob0r7XGG77VqALLQ== dependencies: babel-runtime "^6.26.0" core-js "^3.0.0"