From eaec4d135beaf981653d05d7ffa1b942840d5a40 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jun 2023 21:30:23 +0000 Subject: [PATCH] fix: upgrade react-router-dom from 6.3.0 to 6.11.1 Snyk has created this PR to upgrade react-router-dom from 6.3.0 to 6.11.1. See this package in npm: https://www.npmjs.com/package/react-router-dom See this project in Snyk: https://app.snyk.io/org/dennisrono/project/c43c9a1c-f5ec-4e7e-a25d-6027082ce98b?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package-lock.json | 31 ++++++++++++++----------------- client/package.json | 2 +- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 9b673b1..fec34cc 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1918,6 +1918,11 @@ } } }, + "@remix-run/router": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.6.1.tgz", + "integrity": "sha512-YUkWj+xs0oOzBe74OgErsuR3wVn+efrFhXBWrit50kOiED+pvQe2r6MWY0iJMQU/mSVKxvNzL4ZaYvjdX+G7ZA==" + }, "@rollup/plugin-babel": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", @@ -5711,14 +5716,6 @@ "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" }, - "history": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/history/-/history-5.3.0.tgz", - "integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==", - "requires": { - "@babel/runtime": "^7.7.6" - } - }, "hoopy": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", @@ -9324,20 +9321,20 @@ "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==" }, "react-router": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.3.0.tgz", - "integrity": "sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.11.1.tgz", + "integrity": "sha512-OZINSdjJ2WgvAi7hgNLazrEV8SGn6xrKA+MkJe9wVDMZ3zQ6fdJocUjpCUCI0cNrelWjcvon0S/QK/j0NzL3KA==", "requires": { - "history": "^5.2.0" + "@remix-run/router": "1.6.1" } }, "react-router-dom": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.3.0.tgz", - "integrity": "sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.11.1.tgz", + "integrity": "sha512-dPC2MhoPeTQ1YUOt5uIK376SMNWbwUxYRWk2ZmTT4fZfwlOvabF8uduRKKJIyfkCZvMgiF0GSCQckmkGGijIrg==", "requires": { - "history": "^5.2.0", - "react-router": "6.3.0" + "@remix-run/router": "1.6.1", + "react-router": "6.11.1" } }, "react-scripts": { diff --git a/client/package.json b/client/package.json index f9cf888..672ac4e 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ "axios": "^0.26.1", "react": "^18.0.0", "react-dom": "^18.0.0", - "react-router-dom": "^6.3.0", + "react-router-dom": "^6.11.1", "react-scripts": "5.0.0", "web-vitals": "^0.2.4", "workbox-background-sync": "^5.1.4",