From 2bc20f58ef078f66d0e5a91719f8ed3a5750fa78 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 02:32:40 +0000 Subject: [PATCH] chore(deps): bump fetch-suspense from 1.2.0 to 1.2.2 in /web Bumps [fetch-suspense](https://github.com/CharlesStover/fetch-suspense) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/CharlesStover/fetch-suspense/releases) - [Commits](https://github.com/CharlesStover/fetch-suspense/commits) Signed-off-by: dependabot-preview[bot] --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index d5c3f0e..7c3c270 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@sentry/browser": "^5.12.4", - "fetch-suspense": "^1.2.0", + "fetch-suspense": "^1.2.2", "framer-motion": "^1.8.4", "i18next": ">=19.3.1", "i18next-browser-languagedetector": "^4.0.2", diff --git a/web/yarn.lock b/web/yarn.lock index 2fd0f16..3d7b4bb 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -5433,10 +5433,10 @@ fb-watchman@^2.0.0: dependencies: bser "^2.0.0" -fetch-suspense@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/fetch-suspense/-/fetch-suspense-1.2.0.tgz#6b3fc182bebab26a255381421e3d39bbbbcd6c0b" - integrity sha512-EtJ+ZRA7gto/axcYdiCq2qlCzFnTXRc5jua3C2H+2WLFXWjNyQvUggiA601JZnewmxCYZE/sVhQtIBCIBZkf3g== +fetch-suspense@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/fetch-suspense/-/fetch-suspense-1.2.2.tgz#f6a6635060aed82c5ba59d34a9ef906fbff3d16c" + integrity sha512-GqfncRoLp8014UA5AQSRRbUNkRLHJBdZFi9L9QABiNabc4vtlEeBruiayTnXFQFB9tRWSb2iflNNtgdBuYTwTA== dependencies: deep-equal "^1.0.1"