Skip to content

Commit 5fab4db

Browse files
authored
chore: pnpm audit fix (#7340)
1 parent 0b02ec7 commit 5fab4db

File tree

2 files changed

+55
-658
lines changed

2 files changed

+55
-658
lines changed

package.json

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -42,29 +42,13 @@
4242
},
4343
"pnpm": {
4444
"overrides": {
45-
"@75lb/deep-merge@<1.1.2": "^1.1.2",
46-
"@babel/helpers@<7.27.0": "^7.27.0",
47-
"@babel/runtime@<7.27.0": "^7.27.0",
48-
"axios@>=1.0.0 <1.8.3": "^1.8.3",
49-
"braces@<3.0.3": "^3.0.3",
50-
"cross-spawn@<6.0.6": "^6.0.6",
51-
"cross-spawn@>=7.0.0 <7.0.5": "^7.0.5",
52-
"[email protected]": "^3.1.0",
53-
"dompurify@<3.2.4": "^3.2.4",
54-
"esbuild@<0.25.0": "^0.25.0",
55-
"formidable@<3.2.4": "^3.2.4",
56-
"katex@<0.16.21": "^0.16.21",
57-
"koa@<2.15.4": "^2.15.4",
58-
"micromatch@<4.0.8": "^4.0.8",
59-
"nanoid@>=4.0.0 <5.0.9": "^5.0.9",
60-
"path-to-regexp@>=0.2.0 <1.9.0": "^1.9.0",
61-
"path-to-regexp@>=4.0.0 <6.3.0": "^6.3.0",
62-
"prismjs@<1.30.0": "^1.30.0",
63-
"puppeteer-core@<23.10.3": "^23.10.3",
64-
"rollup@>=4.0.0 <4.22.4": "^4.22.4",
65-
"ws@>=8.0.0 <8.17.1": "^8.18.0",
66-
"[email protected]": "^3.2.1",
67-
"tar-fs@>=3.0.0 < 3.0.8": "^3.0.8"
45+
"cross-spawn@<6.0.6": ">=6.0.6",
46+
"dompurify@<3.2.4": ">=3.2.4",
47+
"esbuild@<=0.24.2": ">=0.25.0",
48+
"formidable@<3.2.4": ">=3.2.4",
49+
"micromatch@<4.0.8": ">=4.0.8",
50+
"nanoid@>=4.0.0 <5.0.9": ">=5.0.9",
51+
"prismjs@<1.30.0": ">=1.30.0"
6852
},
6953
"peerDependencyRules": {
7054
"allowedVersions": {

0 commit comments

Comments
 (0)