From 1d80e102c2c958542923ca507169140088a73252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 20:07:34 +0000 Subject: [PATCH] chore(deps): bump easy-peasy from 3.3.0 to 3.3.1 Bumps [easy-peasy](https://github.com/ctrlplusb/easy-peasy) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/ctrlplusb/easy-peasy/releases) - [Changelog](https://github.com/ctrlplusb/easy-peasy/blob/master/CHANGELOG.md) - [Commits](https://github.com/ctrlplusb/easy-peasy/compare/v3.3.0...v3.3.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 92167fa..0273442 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@sentry/browser": "^5.15.5", - "easy-peasy": "^3.3.0", + "easy-peasy": "^3.3.1", "fetch-suspense": "^1.2.2", "framer-motion": "^1.10.3", "i18next": ">=19.4.4", diff --git a/yarn.lock b/yarn.lock index 32bf3ce..8d4d7ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4398,10 +4398,10 @@ duplexify@^3.4.2, duplexify@^3.6.0: readable-stream "^2.0.0" stream-shift "^1.0.0" -easy-peasy@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/easy-peasy/-/easy-peasy-3.3.0.tgz#1ae7cbaa834dad5aa404f1437726fb8c0eed3cef" - integrity sha512-wkTDAG+nRy+4g8Z3/k1vuTyrhxet19oY5MCmuRgOObm8dtZ2m+g5Mk/sdf3UWPuyx/sKIYH5Fy/HXab8iNKjTQ== +easy-peasy@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/easy-peasy/-/easy-peasy-3.3.1.tgz#46525c31d75e7b4bac2c48e4a09f340df5ff524f" + integrity sha512-c1M6xrMQyOl3JCwUdZCMcAMAuKQAxG76n2OydBTpvCPS7OSK7ZVseJL96KeCB3fpvKEvIQC8h8nShObtVPrzaA== dependencies: debounce "^1.2.0" immer-peasy "3.1.3"