Skip to content

Commit 914b3cf

Browse files
committed
Solve a vulnerability of dompurify through pnpm overrides
1 parent 2983d99 commit 914b3cf

File tree

2 files changed

+153
-137
lines changed

2 files changed

+153
-137
lines changed

playground/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@
7070
},
7171
"pnpm": {
7272
"overrides": {
73+
"dompurify@<3.2.4": ">=3.2.4",
7374
"esbuild@<=0.24.2": ">=0.25.0",
74-
"@babel/runtime@<7.26.10": ">=7.26.10",
75-
"http-proxy-middleware@<2.0.9": ">=2.0.9",
7675
"on-headers@<1.1.0": ">=1.1.0"
7776
}
7877
}

0 commit comments

Comments
 (0)