Skip to content

Commit 736c465

Browse files
committed
Solve vulnerabilities through pnpm overrides
1 parent 29fe558 commit 736c465

File tree

4 files changed

+163
-231
lines changed

4 files changed

+163
-231
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,11 @@
9595
},
9696
"engines": {
9797
"node": ">=18.0.0"
98+
},
99+
"pnpm": {
100+
"overrides": {
101+
"glob@>=10.3.7 <=11.0.3": ">=11.1.0",
102+
"js-yaml@<4.1.1": ">=4.1.1"
103+
}
98104
}
99105
}

playground/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"overrides": {
7373
"dompurify@<3.2.4": ">=3.2.4",
7474
"esbuild@<=0.24.2": ">=0.25.0",
75+
"js-yaml@<4.1.1": ">=4.1.1",
7576
"on-headers@<1.1.0": ">=1.1.0"
7677
}
7778
}

0 commit comments

Comments
 (0)