Skip to content

Commit 72dfe53

Browse files
committed
fix: packages/demo-app-ts/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504
1 parent 88bd5bc commit 72dfe53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/demo-app-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@patternfly/react-styles": "^6.0.0",
1515
"react": "^18",
1616
"react-dom": "^18",
17-
"react-router": "^5.3.3",
18-
"react-router-dom": "^5.3.3"
17+
"react-router": "^6.0.0",
18+
"react-router-dom": "^6.0.0"
1919
},
2020
"devDependencies": {
2121
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",

0 commit comments

Comments
 (0)