fix: upgrade react-router-dom from 6.26.2 to 6.27.0 (#368)

Snyk has created this PR to upgrade react-router-dom from 6.26.2 to 6.27.0.

See this package in npm:
react-router-dom

See this project in Snyk:
https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Jeremy Kahn 2024-11-02 11:42:27 -05:00 committed by GitHub
parent 4719dbae4d
commit 5418848687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 26 additions and 26 deletions

50
package-lock.json generated
View File

@ -36,7 +36,7 @@
"react-git-info": "^2.0.1", "react-git-info": "^2.0.1",
"react-markdown": "^8.0.3", "react-markdown": "^8.0.3",
"react-qrcode-logo": "^2.10.0", "react-qrcode-logo": "^2.10.0",
"react-router-dom": "^6.26.2", "react-router-dom": "^6.27.0",
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "^15.5.0",
"react-youtube": "^10.1.0", "react-youtube": "^10.1.0",
"readable-web-to-node-stream": "^3.0.2", "readable-web-to-node-stream": "^3.0.2",
@ -6462,9 +6462,9 @@
} }
}, },
"node_modules/@remix-run/router": { "node_modules/@remix-run/router": {
"version": "1.19.2", "version": "1.20.0",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.19.2.tgz", "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.20.0.tgz",
"integrity": "sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==", "integrity": "sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=14.0.0" "node": ">=14.0.0"
@ -18269,12 +18269,12 @@
} }
}, },
"node_modules/react-router": { "node_modules/react-router": {
"version": "6.26.2", "version": "6.27.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.26.2.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.27.0.tgz",
"integrity": "sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==", "integrity": "sha512-YA+HGZXz4jaAkVoYBE98VQl+nVzI+cVI2Oj/06F5ZM+0u3TgedN9Y9kmMRo2mnkSK2nCpNQn0DVob4HCsY/WLw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@remix-run/router": "1.19.2" "@remix-run/router": "1.20.0"
}, },
"engines": { "engines": {
"node": ">=14.0.0" "node": ">=14.0.0"
@ -18284,13 +18284,13 @@
} }
}, },
"node_modules/react-router-dom": { "node_modules/react-router-dom": {
"version": "6.26.2", "version": "6.27.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.26.2.tgz", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.27.0.tgz",
"integrity": "sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==", "integrity": "sha512-+bvtFWMC0DgAFrfKXKG9Fc+BcXWRUO1aJIihbB79xaeq0v5UzfvnM5houGUm1Y461WVRcgAQ+Clh5rdb1eCx4g==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@remix-run/router": "1.19.2", "@remix-run/router": "1.20.0",
"react-router": "6.26.2" "react-router": "6.27.0"
}, },
"engines": { "engines": {
"node": ">=14.0.0" "node": ">=14.0.0"
@ -27202,9 +27202,9 @@
} }
}, },
"@remix-run/router": { "@remix-run/router": {
"version": "1.19.2", "version": "1.20.0",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.19.2.tgz", "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.20.0.tgz",
"integrity": "sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==" "integrity": "sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg=="
}, },
"@rollup/plugin-inject": { "@rollup/plugin-inject": {
"version": "5.0.5", "version": "5.0.5",
@ -35642,20 +35642,20 @@
"dev": true "dev": true
}, },
"react-router": { "react-router": {
"version": "6.26.2", "version": "6.27.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.26.2.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.27.0.tgz",
"integrity": "sha512-tvN1iuT03kHgOFnLPfLJ8V95eijteveqdOSk+srqfePtQvqCExB8eHOYnlilbOcyJyKnYkr1vJvf7YqotAJu1A==", "integrity": "sha512-YA+HGZXz4jaAkVoYBE98VQl+nVzI+cVI2Oj/06F5ZM+0u3TgedN9Y9kmMRo2mnkSK2nCpNQn0DVob4HCsY/WLw==",
"requires": { "requires": {
"@remix-run/router": "1.19.2" "@remix-run/router": "1.20.0"
} }
}, },
"react-router-dom": { "react-router-dom": {
"version": "6.26.2", "version": "6.27.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.26.2.tgz", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.27.0.tgz",
"integrity": "sha512-z7YkaEW0Dy35T3/QKPYB1LjMK2R1fxnHO8kWpUMTBdfVzZrWOiY9a7CtN8HqdWtDUWd5FY6Dl8HFsqVwH4uOtQ==", "integrity": "sha512-+bvtFWMC0DgAFrfKXKG9Fc+BcXWRUO1aJIihbB79xaeq0v5UzfvnM5houGUm1Y461WVRcgAQ+Clh5rdb1eCx4g==",
"requires": { "requires": {
"@remix-run/router": "1.19.2", "@remix-run/router": "1.20.0",
"react-router": "6.26.2" "react-router": "6.27.0"
} }
}, },
"react-syntax-highlighter": { "react-syntax-highlighter": {

View File

@ -33,7 +33,7 @@
"react-git-info": "^2.0.1", "react-git-info": "^2.0.1",
"react-markdown": "^8.0.3", "react-markdown": "^8.0.3",
"react-qrcode-logo": "^2.10.0", "react-qrcode-logo": "^2.10.0",
"react-router-dom": "^6.26.2", "react-router-dom": "^6.27.0",
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "^15.5.0",
"react-youtube": "^10.1.0", "react-youtube": "^10.1.0",
"readable-web-to-node-stream": "^3.0.2", "readable-web-to-node-stream": "^3.0.2",