From 5a01ec0e2c1cdc694d78c028cd37f112151e3095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 08:21:12 +0200 Subject: [PATCH] Bump react-error-boundary from 3.1.1 to 3.1.3 (#652) Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/bvaughn/react-error-boundary/releases) - [Changelog](https://github.com/bvaughn/react-error-boundary/blob/master/CHANGELOG.md) - [Commits](https://github.com/bvaughn/react-error-boundary/compare/v3.1.1...v3.1.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fd7cb58f6a..11a18934ed 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "moment": "^2.29.1", "react": "^16.8.5", "react-dom": "^16.8.5", - "react-error-boundary": "^3.1.1", + "react-error-boundary": "^3.1.3", "react-hook-form": "^6.8.3", "react-i18next": "^11.7.0", "react-router-dom": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index 9f2ace54a2..c3a5260147 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15339,10 +15339,10 @@ react-element-to-jsx-string@^14.0.2, react-element-to-jsx-string@^14.3.1: "@base2/pretty-print-object" "1.0.0" is-plain-object "3.0.0" -react-error-boundary@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.1.tgz#932c5ca5cbab8ec4fe37fd7b415aa5c3a47597e7" - integrity sha512-W3xCd9zXnanqrTUeViceufD3mIW8Ut29BUD+S2f0eO2XCOU8b6UrJfY46RDGe5lxCJzfe4j0yvIfh0RbTZhKJw== +react-error-boundary@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/react-error-boundary/-/react-error-boundary-3.1.3.tgz#276bfa05de8ac17b863587c9e0647522c25e2a0b" + integrity sha512-A+F9HHy9fvt9t8SNDlonq01prnU8AmkjvGKV4kk8seB9kU3xMEO8J/PQlLVmoOIDODl5U2kufSBs4vrWIqhsAA== dependencies: "@babel/runtime" "^7.12.5"