From 54d5d9f32b7ef4aeaeef204b6106110e9e03e06a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Nov 2024 02:11:36 +0000 Subject: [PATCH] fix: upgrade react-router-dom from 6.27.0 to 6.28.0 Snyk has created this PR to upgrade react-router-dom from 6.27.0 to 6.28.0. See this package in npm: react-router-dom See this project in Snyk: https://app.snyk.io/org/zot/project/cab1b976-23df-484a-a838-3c6fb8cdfe13?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 29 ++++++++++++++++------------- package.json | 2 +- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97a80293..a087f594 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "markdown-to-jsx": "^7.5.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "^6.27.0", + "react-router-dom": "^6.28.0", "react-sticky-el": "^2.1.1", "web-vitals": "^2.1.3", "xlsx": "^0.18.5" @@ -3571,9 +3571,10 @@ } }, "node_modules/@remix-run/router": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.20.0.tgz", - "integrity": "sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==", + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.21.0.tgz", + "integrity": "sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==", + "license": "MIT", "engines": { "node": ">=14.0.0" } @@ -14216,11 +14217,12 @@ } }, "node_modules/react-router": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.27.0.tgz", - "integrity": "sha512-YA+HGZXz4jaAkVoYBE98VQl+nVzI+cVI2Oj/06F5ZM+0u3TgedN9Y9kmMRo2mnkSK2nCpNQn0DVob4HCsY/WLw==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.28.0.tgz", + "integrity": "sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg==", + "license": "MIT", "dependencies": { - "@remix-run/router": "1.20.0" + "@remix-run/router": "1.21.0" }, "engines": { "node": ">=14.0.0" @@ -14230,12 +14232,13 @@ } }, "node_modules/react-router-dom": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.27.0.tgz", - "integrity": "sha512-+bvtFWMC0DgAFrfKXKG9Fc+BcXWRUO1aJIihbB79xaeq0v5UzfvnM5houGUm1Y461WVRcgAQ+Clh5rdb1eCx4g==", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.28.0.tgz", + "integrity": "sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==", + "license": "MIT", "dependencies": { - "@remix-run/router": "1.20.0", - "react-router": "6.27.0" + "@remix-run/router": "1.21.0", + "react-router": "6.28.0" }, "engines": { "node": ">=14.0.0" diff --git a/package.json b/package.json index 34c0eb46..99666971 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "markdown-to-jsx": "^7.5.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-router-dom": "^6.27.0", + "react-router-dom": "^6.28.0", "react-sticky-el": "^2.1.1", "web-vitals": "^2.1.3", "xlsx": "^0.18.5"