From 4c4ef05073b080c4ffbe921e83e8941d8e920c2b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 21:39:07 +0000 Subject: [PATCH] chore(deps): bump fetch-mock from 9.5.0 to 9.9.1 Bumps [fetch-mock](https://github.com/wheresrhys/fetch-mock) from 9.5.0 to 9.9.1. - [Release notes](https://github.com/wheresrhys/fetch-mock/releases) - [Commits](https://github.com/wheresrhys/fetch-mock/compare/v9.5.0...v9.9.1) 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 4e17ee455..d4505aa43 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.9.1", "history": "^4.10.1", "http-proxy-middleware": "^1.0.3", "lodash.camelcase": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index 7bc8052fb..4d5b2e068 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6229,10 +6229,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.9.1: + version "9.9.1" + resolved "https://registry.yarnpkg.com/fetch-mock/-/fetch-mock-9.9.1.tgz#a425fe10931b148843397624c483a0ab0946700a" + integrity sha512-XV+ZFdOTNp7eMLbk2xR4ElvdA4t82zlHvqRYBmAZih+nBBG5YemXT2V5Mkb1LuRBlaLlQVcGkz4OLlI2TEAXnw== dependencies: babel-runtime "^6.26.0" core-js "^3.0.0"