From e18f92318ef60e1b3546287aafbe3e91de06457d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:08:40 +0000 Subject: [PATCH] Bump react-router-dom from 6.1.1 to 7.9.2 Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.1.1 to 7.9.2. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.9.2/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.9.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/behandling-papirsoknad/package.json | 2 +- packages/papirsoknad-felles/package.json | 2 +- .../package.json | 2 +- packages/sak-aktor/package.json | 2 +- packages/sak-app/package.json | 2 +- packages/sak-behandling-velger/package.json | 2 +- packages/sak-fagsak-profil/package.json | 2 +- packages/sak-historikk/package.json | 2 +- packages/sak-infosider/package.json | 2 +- packages/sak-totrinnskontroll/package.json | 2 +- packages/storybook-utils/package.json | 2 +- packages/storybook/package.json | 2 +- yarn.lock | 27 ++++++++++++++++++- 14 files changed, 39 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index dab9f8a2578..48d39e83874 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "react-dom": "^17.0.2", "react-modal": "3.14.4", "react-router": "^6.1.1", - "react-router-dom": "^6.1.1" + "react-router-dom": "^7.9.2" }, "devDependencies": { "@babel/core": "^7.16.5", diff --git a/packages/behandling-papirsoknad/package.json b/packages/behandling-papirsoknad/package.json index 475e54f8f9f..037c98de808 100644 --- a/packages/behandling-papirsoknad/package.json +++ b/packages/behandling-papirsoknad/package.json @@ -33,7 +33,7 @@ "react": "^17.0.2", "react-intl": "^5.23.0", "react-redux": "^7.2.6", - "react-router-dom": "^6.1.1", + "react-router-dom": "^7.9.2", "redux": "^4.1.2", "redux-form": "^8.3.8", "reselect": "^4.1.5" diff --git a/packages/papirsoknad-felles/package.json b/packages/papirsoknad-felles/package.json index 204386bc15e..cac967a6c2b 100644 --- a/packages/papirsoknad-felles/package.json +++ b/packages/papirsoknad-felles/package.json @@ -23,7 +23,7 @@ "react": "^17.0.2", "react-intl": "^5.23.0", "react-redux": "^7.2.6", - "react-router-dom": "^6.1.1", + "react-router-dom": "^7.9.2", "redux": "^4.1.2", "redux-form": "^8.3.8", "reselect": "^4.1.5" diff --git a/packages/papirsoknad-panel-lagre-soknad/package.json b/packages/papirsoknad-panel-lagre-soknad/package.json index 21e05ecb98b..4c76a184807 100644 --- a/packages/papirsoknad-panel-lagre-soknad/package.json +++ b/packages/papirsoknad-panel-lagre-soknad/package.json @@ -22,7 +22,7 @@ "react": "^17.0.2", "react-intl": "^5.23.0", "react-redux": "^7.2.6", - "react-router-dom": "^6.1.1", + "react-router-dom": "^7.9.2", "redux": "^4.1.2", "redux-form": "^8.3.8" }, diff --git a/packages/sak-aktor/package.json b/packages/sak-aktor/package.json index 4dbe7588742..6367e53bbe2 100644 --- a/packages/sak-aktor/package.json +++ b/packages/sak-aktor/package.json @@ -15,7 +15,7 @@ "nav-frontend-typografi-style": "2.0.1", "react": "^17.0.2", "react-intl": "^5.23.0", - "react-router-dom": "^6.1.1" + "react-router-dom": "^7.9.2" }, "devDependencies": { "@fpsak-frontend/storybook-utils": "^1.0.0", diff --git a/packages/sak-app/package.json b/packages/sak-app/package.json index 9ce4fa58e1c..ae4ff6888d6 100644 --- a/packages/sak-app/package.json +++ b/packages/sak-app/package.json @@ -55,7 +55,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-responsive": "^8.2.0", - "react-router-dom": "^6.1.1" + "react-router-dom": "^7.9.2" }, "devDependencies": { "@fpsak-frontend/storybook-utils": "^1.0.0", diff --git a/packages/sak-behandling-velger/package.json b/packages/sak-behandling-velger/package.json index 2c814b1aacd..463ff906a9b 100644 --- a/packages/sak-behandling-velger/package.json +++ b/packages/sak-behandling-velger/package.json @@ -24,7 +24,7 @@ "nav-frontend-typografi-style": "2.0.1", "react": "^17.0.2", "react-intl": "^5.23.0", - "react-router-dom": "^6.1.1" + "react-router-dom": "^7.9.2" }, "devDependencies": { "@fpsak-frontend/storybook-utils": "^1.0.0", diff --git a/packages/sak-fagsak-profil/package.json b/packages/sak-fagsak-profil/package.json index 001a45f5eb3..ba415309f8d 100644 --- a/packages/sak-fagsak-profil/package.json +++ b/packages/sak-fagsak-profil/package.json @@ -20,7 +20,7 @@ "nav-frontend-typografi-style": "2.0.1", "react": "^17.0.2", "react-intl": "^5.23.0", - "react-router-dom": "^6.1.1" + "react-router-dom": "^7.9.2" }, "devDependencies": { "@fpsak-frontend/storybook-utils": "^1.0.0", diff --git a/packages/sak-historikk/package.json b/packages/sak-historikk/package.json index 292dce14838..d8ce9e53c89 100644 --- a/packages/sak-historikk/package.json +++ b/packages/sak-historikk/package.json @@ -26,7 +26,7 @@ "nav-frontend-typografi-style": "2.0.1", "react": "^17.0.2", "react-intl": "^5.23.0", - "react-router-dom": "^6.1.1" + "react-router-dom": "^7.9.2" }, "devDependencies": { "@fpsak-frontend/utils-test": "^1.0.0", diff --git a/packages/sak-infosider/package.json b/packages/sak-infosider/package.json index bc82635ca81..c36f51698f5 100644 --- a/packages/sak-infosider/package.json +++ b/packages/sak-infosider/package.json @@ -12,7 +12,7 @@ "nav-frontend-typografi-style": "2.0.1", "react": "^17.0.2", "react-intl": "^5.23.0", - "react-router-dom": "^6.1.1" + "react-router-dom": "^7.9.2" }, "devDependencies": { "@fpsak-frontend/storybook-utils": "^1.0.0", diff --git a/packages/sak-totrinnskontroll/package.json b/packages/sak-totrinnskontroll/package.json index 1dee3eb2997..79a10c43471 100644 --- a/packages/sak-totrinnskontroll/package.json +++ b/packages/sak-totrinnskontroll/package.json @@ -28,7 +28,7 @@ "react": "^17.0.2", "react-hook-form": "7.22.1", "react-intl": "^5.23.0", - "react-router-dom": "^6.1.1" + "react-router-dom": "^7.9.2" }, "devDependencies": { "@fpsak-frontend/storybook-utils": "1.0.0", diff --git a/packages/storybook-utils/package.json b/packages/storybook-utils/package.json index ab6c6a97012..880b8de8864 100644 --- a/packages/storybook-utils/package.json +++ b/packages/storybook-utils/package.json @@ -7,6 +7,6 @@ "dependencies": { "history": "^5.1.0", "react": "^17.0.2", - "react-router-dom": "^6.1.1" + "react-router-dom": "^7.9.2" } } diff --git a/packages/storybook/package.json b/packages/storybook/package.json index c2838e1a8e4..a09631f895e 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -56,7 +56,7 @@ "history": "^5.1.0", "react": "^17.0.2", "react-intl": "^5.23.0", - "react-router-dom": "^6.1.1", + "react-router-dom": "^7.9.2", "redux": "^4.1.2" } } diff --git a/yarn.lock b/yarn.lock index ddabc1e72b9..da6c01a86e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6563,6 +6563,11 @@ cookie@0.4.0: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== +cookie@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610" + integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA== + copy-anything@^2.0.1: version "2.0.3" resolved "https://registry.yarnpkg.com/copy-anything/-/copy-anything-2.0.3.tgz#842407ba02466b0df844819bbe3baebbe5d45d87" @@ -14471,7 +14476,7 @@ react-responsive@^8.2.0: prop-types "^15.6.1" shallow-equal "^1.1.0" -react-router-dom@^6.0.0, react-router-dom@^6.1.1: +react-router-dom@^6.0.0: version "6.1.1" resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.1.1.tgz#ed59376ff9115bc49227e87982a32e91e9530ca3" integrity sha512-O3UH89DI4o+swd2q6lF4dSmpuNCxwkUXcj0zAFcVc1H+YoPE6T7uwoFMX0ws1pUvCY8lYDucFpOqCCdal6VFzg== @@ -14479,6 +14484,13 @@ react-router-dom@^6.0.0, react-router-dom@^6.1.1: history "^5.1.0" react-router "6.1.1" +react-router-dom@^7.9.2: + version "7.9.2" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.9.2.tgz#2bb35d226ca23329f4e39c8f86d1db26ee4fdf26" + integrity sha512-pagqpVJnjZOfb+vIM23eTp7Sp/AAJjOgaowhP1f1TWOdk5/W8Uk8d/M/0wfleqx7SgjitjNPPsKeCZE1hTSp3w== + dependencies: + react-router "7.9.2" + react-router@6.1.1, react-router@^6.0.0, react-router@^6.1.1: version "6.1.1" resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.1.1.tgz#16f41bf54e87d995bcd4d447720a693f77d8fcb9" @@ -14486,6 +14498,14 @@ react-router@6.1.1, react-router@^6.0.0, react-router@^6.1.1: dependencies: history "^5.1.0" +react-router@7.9.2: + version "7.9.2" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.9.2.tgz#f424a14f87e4d7b5b268ce3647876e9504e4fca6" + integrity sha512-i2TPp4dgaqrOqiRGLZmqh2WXmbdFknUyiCRmSKs0hf6fWXkTKg5h56b+9F22NbGRAMxjYfqQnpi63egzD2SuZA== + dependencies: + cookie "^1.0.1" + set-cookie-parser "^2.6.0" + react-shallow-renderer@^16.13.1: version "16.14.1" resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz#bf0d02df8a519a558fd9b8215442efa5c840e124" @@ -15421,6 +15441,11 @@ set-blocking@^2.0.0, set-blocking@~2.0.0: resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= +set-cookie-parser@^2.6.0: + version "2.7.1" + resolved "https://registry.yarnpkg.com/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz#3016f150072202dfbe90fadee053573cc89d2943" + integrity sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ== + set-value@^2.0.0, set-value@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b"