Skip to content

Commit

Permalink
fix: address express and path-to-regexp vulnerabilities (#2285)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmssd committed Sep 16, 2024
1 parent 668d31e commit e3487bc
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tmp
/yarn.lock
stats.html
.vscode
.idea
msw-*.tgz
.husky/_
.env
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"headers-polyfill": "^4.0.2",
"is-node-process": "^1.2.0",
"outvariant": "^1.4.2",
"path-to-regexp": "^6.2.0",
"path-to-regexp": "^6.3.0",
"strict-event-emitter": "^0.5.1",
"type-fest": "^4.9.0",
"yargs": "^17.7.2"
Expand Down Expand Up @@ -177,7 +177,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"express": "^4.18.2",
"express": "^5.0.0",
"fs-extra": "^11.2.0",
"fs-teardown": "^0.3.0",
"glob": "^10.3.10",
Expand Down
Loading

0 comments on commit e3487bc

Please sign in to comment.