fix(deps): update dependency react-router-dom to v7.14.1

This commit is contained in:
renovate[bot]
2026-04-16 21:56:46 +00:00
committed by GitHub
parent dde235825d
commit c1580b8359
2 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@
"react-infinite-scroller": "1.2.6",
"react-querybuilder": "8.14.4",
"react-redux": "9.2.0",
"react-router-dom": "7.14.0",
"react-router-dom": "7.14.1",
"react-swipeable": "7.0.2",
"style-to-object": "1.0.14",
"throttle-debounce": "5.0.2",
@@ -5586,9 +5586,9 @@
}
},
"node_modules/react-router": {
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.14.0.tgz",
"integrity": "sha512-m/xR9N4LQLmAS0ZhkY2nkPA1N7gQ5TUVa5n8TgANuDTARbn1gt+zLPXEm7W0XDTbrQ2AJSJKhoa6yx1D8BcpxQ==",
"version": "7.14.1",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-7.14.1.tgz",
"integrity": "sha512-5BCvFskyAAVumqhEKh/iPhLOIkfxcEUz8WqFIARCkMg8hZZzDYX9CtwxXA0e+qT8zAxmMC0x3Ckb9iMONwc5jg==",
"license": "MIT",
"dependencies": {
"cookie": "^1.0.1",
@@ -5608,12 +5608,12 @@
}
},
"node_modules/react-router-dom": {
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.14.0.tgz",
"integrity": "sha512-2G3ajSVSZMEtmTjIklRWlNvo8wICEpLihfD/0YMDxbWK2UyP5EGfnoIn9AIQGnF3G/FX0MRbHXdFcD+rL1ZreQ==",
"version": "7.14.1",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.14.1.tgz",
"integrity": "sha512-ZkrQuwwhGibjQLqH1eCdyiZyLWglPxzxdl5tgwgKEyCSGC76vmAjleGocRe3J/MLfzMUIKwaFJWpFVJhK3d2xA==",
"license": "MIT",
"dependencies": {
"react-router": "7.14.0"
"react-router": "7.14.1"
},
"engines": {
"node": ">=20.0.0"

View File

@@ -46,7 +46,7 @@
"react-infinite-scroller": "1.2.6",
"react-querybuilder": "8.14.4",
"react-redux": "9.2.0",
"react-router-dom": "7.14.0",
"react-router-dom": "7.14.1",
"react-swipeable": "7.0.2",
"style-to-object": "1.0.14",
"throttle-debounce": "5.0.2",