From dfa4127bae200d5f4187be3bc1aeab25c7cf81f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 21:14:25 +0000 Subject: [PATCH] Bump react-error-boundary from 3.1.3 to 3.1.4 in /awx/ui Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary) from 3.1.3 to 3.1.4. - [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.3...v3.1.4) --- updated-dependencies: - dependency-name: react-error-boundary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- awx/ui/package-lock.json | 17 ++++++++++------- awx/ui/package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index f644ed5e63..59768b3cfe 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -26,7 +26,7 @@ "react": "17.0.2", "react-ace": "^9.3.0", "react-dom": "17.0.2", - "react-error-boundary": "^3.1.3", + "react-error-boundary": "^3.1.4", "react-router-dom": "^5.1.2", "react-virtualized": "^9.21.1", "rrule": "2.6.4", @@ -18250,15 +18250,18 @@ } }, "node_modules/react-error-boundary": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.3.tgz", - "integrity": "sha512-A+F9HHy9fvt9t8SNDlonq01prnU8AmkjvGKV4kk8seB9kU3xMEO8J/PQlLVmoOIDODl5U2kufSBs4vrWIqhsAA==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.4.tgz", + "integrity": "sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==", "dependencies": { "@babel/runtime": "^7.12.5" }, "engines": { "node": ">=10", "npm": ">=6" + }, + "peerDependencies": { + "react": ">=16.13.1" } }, "node_modules/react-error-overlay": { @@ -36011,9 +36014,9 @@ } }, "react-error-boundary": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.3.tgz", - "integrity": "sha512-A+F9HHy9fvt9t8SNDlonq01prnU8AmkjvGKV4kk8seB9kU3xMEO8J/PQlLVmoOIDODl5U2kufSBs4vrWIqhsAA==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.4.tgz", + "integrity": "sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==", "requires": { "@babel/runtime": "^7.12.5" } diff --git a/awx/ui/package.json b/awx/ui/package.json index a31ac08960..9eeafacbbb 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -26,7 +26,7 @@ "react": "17.0.2", "react-ace": "^9.3.0", "react-dom": "17.0.2", - "react-error-boundary": "^3.1.3", + "react-error-boundary": "^3.1.4", "react-router-dom": "^5.1.2", "react-virtualized": "^9.21.1", "rrule": "2.6.4",