diff --git a/package-lock.json b/package-lock.json index d4453eaf..05044426 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "react-dom": "^19.2.3", "react-external-link": "^2.6.1", "react-redux": "^9.2.0", - "react-router": "^7.12.0", + "react-router": "^7.13.0", "redux-localstorage-simple": "^2.5.1", "workbox-core": "^7.4.0", "workbox-expiration": "^7.4.0", @@ -8094,9 +8094,9 @@ } }, "node_modules/react-router": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz", - "integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.13.0.tgz", + "integrity": "sha512-PZgus8ETambRT17BUm/LL8lX3Of+oiLaPuVTRH3l1eLvSPpKO3AvhAEb5N7ihAFZQrYDqkvvWfFh9p0z9VsjLw==", "dependencies": { "cookie": "^1.0.1", "set-cookie-parser": "^2.6.0" @@ -15525,9 +15525,9 @@ "dev": true }, "react-router": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz", - "integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.13.0.tgz", + "integrity": "sha512-PZgus8ETambRT17BUm/LL8lX3Of+oiLaPuVTRH3l1eLvSPpKO3AvhAEb5N7ihAFZQrYDqkvvWfFh9p0z9VsjLw==", "requires": { "cookie": "^1.0.1", "set-cookie-parser": "^2.6.0" diff --git a/package.json b/package.json index 7d338793..ea98c7e7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-dom": "^19.2.3", "react-external-link": "^2.6.1", "react-redux": "^9.2.0", - "react-router": "^7.12.0", + "react-router": "^7.13.0", "redux-localstorage-simple": "^2.5.1", "workbox-core": "^7.4.0", "workbox-expiration": "^7.4.0",