Skip to content

Commit 9c24e73

Browse files
authored
Merge pull request #1001 from logto-io/simeng-audit-fix
fix: security issues audit fix
2 parents 4aad166 + 26330de commit 9c24e73

File tree

2 files changed

+2149
-2472
lines changed

2 files changed

+2149
-2472
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@
4242
"cookie@<0.7.0": "^0.7.0",
4343
"path-to-regexp@<0.1.12": "^0.1.12",
4444
"form-data@>=4.0.0 <4.0.4": "^4.0.4",
45-
"on-headers@<1.1.0": "^1.1.0"
45+
"on-headers@<1.1.0": "^1.1.0",
46+
"tmp@<=0.2.3": "^0.2.4",
47+
"devalue@<5.3.2": "^5.3.2",
48+
"vite@<=5.4.19": "^5.4.20",
49+
"vite@>=6.0.0 <=6.3.5": "^6.3.6",
50+
"nuxt@>=3.6.0 <3.19.0": "^3.19.0"
4651
},
4752
"peerDependencyRules": {
4853
"allowedVersions": {

0 commit comments

Comments
 (0)