Skip to content

Commit

Permalink
Fix security issue: Backtracking regular expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomthd committed Nov 25, 2024
1 parent 9edc8fa commit 6affa13
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 62 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
"react-i18next": "^11.11.4",
"react-linkify": "^0.2.2",
"react-redux": "^7.2.6",
"react-router": "5.3.x",
"react-router-dom": "5.3.x",
"react-router-dom-v5-compat": "^6.11.2",
"react-tagsinput": "^3.19.0",
Expand Down Expand Up @@ -171,7 +170,8 @@
"webpack-dev-server": "^4.9.2"
},
"resolutions": {
"webpack": "5.94.0"
"webpack": "5.94.0",
"webpack-dev-server/express": "^4.21.0"
},
"engines": {
"node": ">=14.17.0"
Expand Down
1 change: 0 additions & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^11.11.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
}
}
Loading

0 comments on commit 6affa13

Please sign in to comment.