From e6a580318872f4f97471792c5f09fcfb77c6c0a3 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Sat, 5 Nov 2022 19:45:49 -0400 Subject: [PATCH] Update React Router to latest version (#3717) --- apps/account-ui/package.json | 4 +-- package-lock.json | 60 +++++++++++++++++------------------- 2 files changed, 30 insertions(+), 34 deletions(-) diff --git a/apps/account-ui/package.json b/apps/account-ui/package.json index 0123d92afd..77efb93452 100644 --- a/apps/account-ui/package.json +++ b/apps/account-ui/package.json @@ -18,8 +18,8 @@ "react-dom": "^17.0.2", "react-hook-form": "^7.38.0", "react-i18next": "^12.0.0", - "react-router": "^6.4.1", - "react-router-dom": "^6.4.1" + "react-router": "^6.4.3", + "react-router-dom": "^6.4.3" }, "devDependencies": { "@types/react": "^17.0.45", diff --git a/package-lock.json b/package-lock.json index 6c5930d0df..68a6eaf83a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,8 +42,8 @@ "react-dom": "^17.0.2", "react-hook-form": "^7.38.0", "react-i18next": "^12.0.0", - "react-router": "^6.4.1", - "react-router-dom": "^6.4.1" + "react-router": "^6.4.3", + "react-router-dom": "^6.4.3" }, "devDependencies": { "@types/react": "^17.0.45", @@ -109,10 +109,11 @@ } }, "apps/account-ui/node_modules/react-router": { - "version": "6.4.2", - "license": "MIT", + "version": "6.4.3", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.4.3.tgz", + "integrity": "sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA==", "dependencies": { - "@remix-run/router": "1.0.2" + "@remix-run/router": "1.0.3" }, "engines": { "node": ">=14" @@ -122,11 +123,12 @@ } }, "apps/account-ui/node_modules/react-router-dom": { - "version": "6.4.2", - "license": "MIT", + "version": "6.4.3", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.4.3.tgz", + "integrity": "sha512-MiaYQU8CwVCaOfJdYvt84KQNjT78VF0TJrA17SIQgNHRvLnXDJO6qsFqq8F/zzB1BWZjCFIrQpu4QxcshitziQ==", "dependencies": { - "@remix-run/router": "1.0.2", - "react-router": "6.4.2" + "@remix-run/router": "1.0.3", + "react-router": "6.4.3" }, "engines": { "node": ">=14" @@ -3437,8 +3439,9 @@ "integrity": "sha512-F+j1irDc9M6zvY6qNtDryhbpnHz3R8ymHRdGelNHQzPTIK88YSWEnT1c9iUI+uM/iuZol7sJmO5STtg2aPIDRQ==" }, "node_modules/@remix-run/router": { - "version": "1.0.2", - "license": "MIT", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.0.3.tgz", + "integrity": "sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==", "engines": { "node": ">=14" } @@ -11984,14 +11987,6 @@ "react-router-dom": "4 || 5" } }, - "node_modules/react-router-dom-v5-compat/node_modules/@remix-run/router": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.0.3.tgz", - "integrity": "sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==", - "engines": { - "node": ">=14" - } - }, "node_modules/react-router-dom-v5-compat/node_modules/history": { "version": "5.3.0", "license": "MIT", @@ -17245,7 +17240,9 @@ "integrity": "sha512-F+j1irDc9M6zvY6qNtDryhbpnHz3R8ymHRdGelNHQzPTIK88YSWEnT1c9iUI+uM/iuZol7sJmO5STtg2aPIDRQ==" }, "@remix-run/router": { - "version": "1.0.2" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.0.3.tgz", + "integrity": "sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==" }, "@rollup/plugin-commonjs": { "version": "23.0.2", @@ -18207,8 +18204,8 @@ "react-dom": "^17.0.2", "react-hook-form": "^7.38.0", "react-i18next": "^12.0.0", - "react-router": "^6.4.1", - "react-router-dom": "^6.4.1", + "react-router": "6.4.3", + "react-router-dom": "6.4.3", "vite": "^3.2.2", "vite-plugin-checker": "^0.5.1" }, @@ -18231,16 +18228,20 @@ } }, "react-router": { - "version": "6.4.2", + "version": "6.4.3", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.4.3.tgz", + "integrity": "sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA==", "requires": { - "@remix-run/router": "1.0.2" + "@remix-run/router": "1.0.3" } }, "react-router-dom": { - "version": "6.4.2", + "version": "6.4.3", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.4.3.tgz", + "integrity": "sha512-MiaYQU8CwVCaOfJdYvt84KQNjT78VF0TJrA17SIQgNHRvLnXDJO6qsFqq8F/zzB1BWZjCFIrQpu4QxcshitziQ==", "requires": { - "@remix-run/router": "1.0.2", - "react-router": "6.4.2" + "@remix-run/router": "1.0.3", + "react-router": "6.4.3" } } } @@ -23072,11 +23073,6 @@ "react-router": "6.4.3" }, "dependencies": { - "@remix-run/router": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.0.3.tgz", - "integrity": "sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==" - }, "history": { "version": "5.3.0", "requires": {