Skip to content

Commit c9730ab

Browse files
committed
fix: web/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908530 - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908287
1 parent 1b3b49c commit c9730ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-intl": "^5.25.1",
2121
"react-intl-po": "^2.2.2",
2222
"react-redux": "^8.1.3",
23-
"react-router-dom": "^6.20.0",
23+
"react-router-dom": "^6.30.3",
2424
"react-scripts": "5.0.1",
2525
"redux": "^4.2.1",
2626
"redux-batched-actions": "^0.5.0",

0 commit comments

Comments
 (0)