Skip to content

Commit c9ffd58

Browse files
authored
Merge pull request #125 from logto-io/simeng-audit-fix
fix: audit fix security issues
2 parents e319914 + 8919164 commit c9ffd58

File tree

3 files changed

+404
-228
lines changed

3 files changed

+404
-228
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,19 @@
4545
"pnpm": {
4646
"overrides": {
4747
"@babel/helpers@<7.27.0": "^7.27.0",
48-
"axios@>=1.0.0 <1.8.2": "^1.8.2",
4948
"dompurify@<3.2.4": "^3.2.4",
5049
"esbuild@<0.25.0": "^0.25.0",
5150
"mermaid-isomorphic": "github:silverhand-io/mermaid-isomorphic#c081c30",
5251
"prismjs@<1.30.0": "^1.30.0",
53-
"vite": "^6.2.7",
5452
"undici@>=6.0.0 <6.21.2": "^6.21.2",
5553
"undici@<5.29.0": "^5.29.0",
5654
"brace-expansion@>=2.0.0 <=2.0.1": "^2.0.2",
57-
"form-data@>=4.0.0 <4.0.4": "^4.0.4"
55+
"form-data@>=4.0.0 <4.0.4": "^4.0.4",
56+
"astro@<=4.16.18": "^4.16.19",
57+
"devalue@<5.3.2": "^5.3.2",
58+
"mermaid@>=11.0.0-alpha.1 <11.10.0": "^11.10.0",
59+
"axios@<1.12.0": "^1.12.0",
60+
"vite@>=6.0.0 <=6.3.5": "^6.3.6"
5861
}
5962
}
6063
}

0 commit comments

Comments
 (0)