Skip to content

Commit 3ca8f9f

Browse files
committed
chore(security): override path-to-regexp 0.1.x for express 4 ReDoS
1 parent 0bddd77 commit 3ca8f9f

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
"minimatch@>=3 <3.1.3": "^3.1.3",
111111
"protobufjs@<7.5.5": "^7.5.5",
112112
"fast-xml-parser@>=4 <4.5.5": "^4.5.5",
113-
"fast-xml-parser@>=5 <5.7.0": "^5.7.0"
113+
"fast-xml-parser@>=5 <5.7.0": "^5.7.0",
114+
"path-to-regexp@<0.1.13": "^0.1.13"
114115
},
115116
"onlyBuiltDependencies": [
116117
"@depot/cli",

pnpm-lock.yaml

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)