From 0cff95506cb0e6c6ce6f1a9a0dda0f5f9328d3e6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 18:54:44 +0000 Subject: [PATCH] Bump react from 16.13.1 to 17.0.2 in /AdminPanel Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.1 to 17.0.2. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v17.0.2/packages/react) Signed-off-by: dependabot-preview[bot] --- AdminPanel/package-lock.json | 45 +++++++++++++++++++++++++++--------- AdminPanel/package.json | 2 +- 2 files changed, 35 insertions(+), 12 deletions(-) diff --git a/AdminPanel/package-lock.json b/AdminPanel/package-lock.json index 1f78ad5d..34b876eb 100644 --- a/AdminPanel/package-lock.json +++ b/AdminPanel/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "aws-amplify": "^4.0.3", "aws-amplify-react": "^3.1.3", - "react": "^16.13.1", + "react": "^17.0.2", "react-dom": "^16.13.0", "react-json-table": "^0.1.1", "react-popup": "^0.10.0", @@ -26211,13 +26211,12 @@ } }, "node_modules/react": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react/-/react-16.13.1.tgz", - "integrity": "sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", + "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", "dependencies": { "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" + "object-assign": "^4.1.1" }, "engines": { "node": ">=0.10.0" @@ -29533,6 +29532,19 @@ "react": "^16.8.6" } }, + "node_modules/ts-react-json-table/node_modules/react": { + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", + "dependencies": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/tsconfig-paths": { "version": "3.9.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz", @@ -52948,13 +52960,12 @@ } }, "react": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react/-/react-16.13.1.tgz", - "integrity": "sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==", + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", + "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", "requires": { "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" + "object-assign": "^4.1.1" } }, "react-app-polyfill": { @@ -55593,6 +55604,18 @@ "integrity": "sha512-R04BcrlQ8W0526Riq6HvdNRBgZgAMgQFUcpGXymM4PgC+YWW64gfnTKitS8fimOv+rEbxM0mwvaeohwoSfccHg==", "requires": { "react": "^16.8.6" + }, + "dependencies": { + "react": { + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2" + } + } } }, "tsconfig-paths": { diff --git a/AdminPanel/package.json b/AdminPanel/package.json index 4a4e4cae..5e1207c9 100644 --- a/AdminPanel/package.json +++ b/AdminPanel/package.json @@ -5,7 +5,7 @@ "dependencies": { "aws-amplify": "^4.0.3", "aws-amplify-react": "^3.1.3", - "react": "^16.13.1", + "react": "^17.0.2", "react-dom": "^16.13.0", "react-json-table": "^0.1.1", "react-popup": "^0.10.0",