Merge pull request #1030 from shlinkio/dependabot/npm_and_yarn/react-router-dom-6.21.3

Bump react-router-dom from 6.21.2 to 6.21.3
This commit is contained in:
Alejandro Celaya 2024-01-20 09:31:48 +01:00 committed by GitHub
commit 6ff036ab45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View file

@ -29,7 +29,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-external-link": "^2.2.0", "react-external-link": "^2.2.0",
"react-redux": "^9.1.0", "react-redux": "^9.1.0",
"react-router-dom": "^6.21.2", "react-router-dom": "^6.21.3",
"reactstrap": "^9.2.2", "reactstrap": "^9.2.2",
"redux-localstorage-simple": "^2.5.1", "redux-localstorage-simple": "^2.5.1",
"uuid": "^9.0.1", "uuid": "^9.0.1",
@ -8853,9 +8853,9 @@
} }
}, },
"node_modules/react-router": { "node_modules/react-router": {
"version": "6.21.2", "version": "6.21.3",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.21.2.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.21.3.tgz",
"integrity": "sha512-jJcgiwDsnaHIeC+IN7atO0XiSRCrOsQAHHbChtJxmgqG2IaYQXSnhqGb5vk2CU/wBQA12Zt+TkbuJjIn65gzbA==", "integrity": "sha512-a0H638ZXULv1OdkmiK6s6itNhoy33ywxmUFT/xtSoVyf9VnC7n7+VT4LjVzdIHSaF5TIh9ylUgxMXksHTgGrKg==",
"dependencies": { "dependencies": {
"@remix-run/router": "1.14.2" "@remix-run/router": "1.14.2"
}, },
@ -8867,12 +8867,12 @@
} }
}, },
"node_modules/react-router-dom": { "node_modules/react-router-dom": {
"version": "6.21.2", "version": "6.21.3",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.2.tgz", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.3.tgz",
"integrity": "sha512-tE13UukgUOh2/sqYr6jPzZTzmzc70aGRP4pAjG2if0IP3aUT+sBtAKUJh0qMh0zylJHGLmzS+XWVaON4UklHeg==", "integrity": "sha512-kNzubk7n4YHSrErzjLK72j0B5i969GsuCGazRl3G6j1zqZBLjuSlYBdVdkDOgzGdPIffUOc9nmgiadTEVoq91g==",
"dependencies": { "dependencies": {
"@remix-run/router": "1.14.2", "@remix-run/router": "1.14.2",
"react-router": "6.21.2" "react-router": "6.21.3"
}, },
"engines": { "engines": {
"node": ">=14.0.0" "node": ">=14.0.0"
@ -17115,20 +17115,20 @@
} }
}, },
"react-router": { "react-router": {
"version": "6.21.2", "version": "6.21.3",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.21.2.tgz", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.21.3.tgz",
"integrity": "sha512-jJcgiwDsnaHIeC+IN7atO0XiSRCrOsQAHHbChtJxmgqG2IaYQXSnhqGb5vk2CU/wBQA12Zt+TkbuJjIn65gzbA==", "integrity": "sha512-a0H638ZXULv1OdkmiK6s6itNhoy33ywxmUFT/xtSoVyf9VnC7n7+VT4LjVzdIHSaF5TIh9ylUgxMXksHTgGrKg==",
"requires": { "requires": {
"@remix-run/router": "1.14.2" "@remix-run/router": "1.14.2"
} }
}, },
"react-router-dom": { "react-router-dom": {
"version": "6.21.2", "version": "6.21.3",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.2.tgz", "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.3.tgz",
"integrity": "sha512-tE13UukgUOh2/sqYr6jPzZTzmzc70aGRP4pAjG2if0IP3aUT+sBtAKUJh0qMh0zylJHGLmzS+XWVaON4UklHeg==", "integrity": "sha512-kNzubk7n4YHSrErzjLK72j0B5i969GsuCGazRl3G6j1zqZBLjuSlYBdVdkDOgzGdPIffUOc9nmgiadTEVoq91g==",
"requires": { "requires": {
"@remix-run/router": "1.14.2", "@remix-run/router": "1.14.2",
"react-router": "6.21.2" "react-router": "6.21.3"
} }
}, },
"react-smooth": { "react-smooth": {

View file

@ -46,7 +46,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-external-link": "^2.2.0", "react-external-link": "^2.2.0",
"react-redux": "^9.1.0", "react-redux": "^9.1.0",
"react-router-dom": "^6.21.2", "react-router-dom": "^6.21.3",
"reactstrap": "^9.2.2", "reactstrap": "^9.2.2",
"redux-localstorage-simple": "^2.5.1", "redux-localstorage-simple": "^2.5.1",
"uuid": "^9.0.1", "uuid": "^9.0.1",