Skip to content

Commit d40b230

Browse files
committed
fix: packages/react-integration/demo-app-ts/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908293 - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908429 - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908531
1 parent 296178f commit d40b230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-integration/demo-app-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@patternfly/react-core": "workspace:^",
1212
"react": "^18.3.1",
1313
"react-dom": "^18.3.1",
14-
"react-router": "^7.9.4",
15-
"react-router-dom": "^7.9.4"
14+
"react-router": "^7.12.0",
15+
"react-router-dom": "^7.12.0"
1616
},
1717
"devDependencies": {
1818
"@vitejs/plugin-react-swc": "^3.11.0",

0 commit comments

Comments
 (0)