chore(deps): update dependency react-router-dom to v6.9.0

This commit is contained in:
renovate[bot] 2023-03-10 15:27:15 +00:00 committed by GitHub
parent 5f063a2512
commit 11c8159bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 26 deletions

View file

@ -26,7 +26,7 @@
"prettier": "2.8.4", "prettier": "2.8.4",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-router-dom": "6.6.2", "react-router-dom": "6.9.0",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"recharts": "2.3.2", "recharts": "2.3.2",
"tailwindcss": "3.2.7", "tailwindcss": "3.2.7",
@ -3409,9 +3409,9 @@
} }
}, },
"node_modules/@remix-run/router": { "node_modules/@remix-run/router": {
"version": "1.2.1", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.2.1.tgz", "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.4.0.tgz",
"integrity": "sha512-XiY0IsyHR+DXYS5vBxpoBe/8veTeoRpMHP+vDosLZxL5bnpetzI0igkxkLZS235ldLzyfkxF+2divEwWHP3vMQ==", "integrity": "sha512-BJ9SxXux8zAg991UmT8slpwpsd31K1dHHbD3Ba4VzD+liLQ4WAMSxQp2d2ZPRPfN0jN2NPRowcSSoM7lCaF08Q==",
"engines": { "engines": {
"node": ">=14" "node": ">=14"
} }
@ -15172,11 +15172,11 @@
} }
}, },
"node_modules/react-router": { "node_modules/react-router": {
"version": "6.6.2", "version": "6.9.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.6.2.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.9.0.tgz",
"integrity": "sha512-uJPG55Pek3orClbURDvfljhqFvMgJRo59Pktywkk8hUUkTY2aRfza8Yhl/vZQXs+TNQyr6tu+uqz/fLxPICOGQ==", "integrity": "sha512-51lKevGNUHrt6kLuX3e/ihrXoXCa9ixY/nVWRLlob4r/l0f45x3SzBvYJe3ctleLUQQ5fVa4RGgJOTH7D9Umhw==",
"dependencies": { "dependencies": {
"@remix-run/router": "1.2.1" "@remix-run/router": "1.4.0"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=14"
@ -15186,12 +15186,12 @@
} }
}, },
"node_modules/react-router-dom": { "node_modules/react-router-dom": {
"version": "6.6.2", "version": "6.9.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.6.2.tgz", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.9.0.tgz",
"integrity": "sha512-6SCDXxRQqW5af8ImOqKza7icmQ47/EMbz572uFjzvcArg3lZ+04PxSPp8qGs+p2Y+q+b+S/AjXv8m8dyLndIIA==", "integrity": "sha512-/seUAPY01VAuwkGyVBPCn1OXfVbaWGGu4QN9uj0kCPcTyNYgL1ldZpxZUpRU7BLheKQI4Twtl/OW2nHRF1u26Q==",
"dependencies": { "dependencies": {
"@remix-run/router": "1.2.1", "@remix-run/router": "1.4.0",
"react-router": "6.6.2" "react-router": "6.9.0"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=14"
@ -21263,9 +21263,9 @@
} }
}, },
"@remix-run/router": { "@remix-run/router": {
"version": "1.2.1", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.2.1.tgz", "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.4.0.tgz",
"integrity": "sha512-XiY0IsyHR+DXYS5vBxpoBe/8veTeoRpMHP+vDosLZxL5bnpetzI0igkxkLZS235ldLzyfkxF+2divEwWHP3vMQ==" "integrity": "sha512-BJ9SxXux8zAg991UmT8slpwpsd31K1dHHbD3Ba4VzD+liLQ4WAMSxQp2d2ZPRPfN0jN2NPRowcSSoM7lCaF08Q=="
}, },
"@rollup/plugin-babel": { "@rollup/plugin-babel": {
"version": "5.3.1", "version": "5.3.1",
@ -29886,20 +29886,20 @@
} }
}, },
"react-router": { "react-router": {
"version": "6.6.2", "version": "6.9.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.6.2.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.9.0.tgz",
"integrity": "sha512-uJPG55Pek3orClbURDvfljhqFvMgJRo59Pktywkk8hUUkTY2aRfza8Yhl/vZQXs+TNQyr6tu+uqz/fLxPICOGQ==", "integrity": "sha512-51lKevGNUHrt6kLuX3e/ihrXoXCa9ixY/nVWRLlob4r/l0f45x3SzBvYJe3ctleLUQQ5fVa4RGgJOTH7D9Umhw==",
"requires": { "requires": {
"@remix-run/router": "1.2.1" "@remix-run/router": "1.4.0"
} }
}, },
"react-router-dom": { "react-router-dom": {
"version": "6.6.2", "version": "6.9.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.6.2.tgz", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.9.0.tgz",
"integrity": "sha512-6SCDXxRQqW5af8ImOqKza7icmQ47/EMbz572uFjzvcArg3lZ+04PxSPp8qGs+p2Y+q+b+S/AjXv8m8dyLndIIA==", "integrity": "sha512-/seUAPY01VAuwkGyVBPCn1OXfVbaWGGu4QN9uj0kCPcTyNYgL1ldZpxZUpRU7BLheKQI4Twtl/OW2nHRF1u26Q==",
"requires": { "requires": {
"@remix-run/router": "1.2.1", "@remix-run/router": "1.4.0",
"react-router": "6.6.2" "react-router": "6.9.0"
} }
}, },
"react-scripts": { "react-scripts": {

View file

@ -25,7 +25,7 @@
"prettier": "2.8.4", "prettier": "2.8.4",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-router-dom": "6.6.2", "react-router-dom": "6.9.0",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"recharts": "2.3.2", "recharts": "2.3.2",
"tailwindcss": "3.2.7", "tailwindcss": "3.2.7",