diff --git a/transformations-sample/package-lock.json b/transformations-sample/package-lock.json index e81cfe2..805d765 100644 --- a/transformations-sample/package-lock.json +++ b/transformations-sample/package-lock.json @@ -51,7 +51,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^9.2.0", - "react-router": "~7.6.3", + "react-router": "~7.12.0", "redux": "^5.0.1", "swr": "^2.3.4", "typescript": "~5.6.2" @@ -6239,9 +6239,9 @@ } }, "node_modules/react-router": { - "version": "7.6.3", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.6.3.tgz", - "integrity": "sha512-zf45LZp5skDC6I3jDLXQUu0u26jtuP4lEGbc7BbdyxenBN1vJSTA18czM2D+h5qyMBuMrD+9uB+mU37HIoKGRA==", + "version": "7.12.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.12.0.tgz", + "integrity": "sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", diff --git a/transformations-sample/package.json b/transformations-sample/package.json index e2cd82d..dc1829b 100644 --- a/transformations-sample/package.json +++ b/transformations-sample/package.json @@ -46,7 +46,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^9.2.0", - "react-router": "~7.6.3", + "react-router": "~7.12.0", "redux": "^5.0.1", "swr": "^2.3.4", "typescript": "~5.6.2"