mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-22 12:04:16 +00:00
fix(deps): update dependency react-router-dom to v7.14.1
This commit is contained in:
16
commafeed-client/package-lock.json
generated
16
commafeed-client/package-lock.json
generated
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user