Skip to content

Commit d35adea

Browse files
authored
Merge pull request #986 from logto-io/simeng-audit-fix
fix: audit fix security issue
2 parents 0004204 + f6f2aa9 commit d35adea

File tree

2 files changed

+114
-65
lines changed

2 files changed

+114
-65
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
"micromatch@<4.0.8": "^4.0.8",
4141
"send@<0.19.0": "^0.19.0",
4242
"cookie@<0.7.0": "^0.7.0",
43-
"path-to-regexp@<0.1.12": "^0.1.12"
43+
"path-to-regexp@<0.1.12": "^0.1.12",
44+
"form-data@>=4.0.0 <4.0.4": "^4.0.4",
45+
"on-headers@<1.1.0": "^1.1.0"
4446
},
4547
"peerDependencyRules": {
4648
"allowedVersions": {

0 commit comments

Comments
 (0)