Skip to content

Commit 09d18cd

Browse files
ryuknullyacosta738coderabbitai[bot]CodeRabbit
authored
fix: resolve CVE-2026-45736 by updating ws to 8.20.1 (#10)
* fix: resolve CVE-2026-45736 by updating ws to 8.20.1 - Add pnpm overrides to .npmrc to enforce ws@>=8.20.1 - Migrate overrides from package.json to .npmrc (pnpm v10+ format) - Update pnpm-lock.yaml with patched ws version Fixes Dependabot alert #23 Resolves GHSA-58qx-3vcg-4xpx * fix: apply CodeRabbit auto-fixes Fixed 3 file(s) based on 1 unresolved review comment. Co-authored-by: CodeRabbit <noreply@coderabbit.ai> --------- Co-authored-by: Yuniel Acosta Pérez <yunielacosta738@gmail.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: CodeRabbit <noreply@coderabbit.ai>
1 parent 658bfd9 commit 09d18cd

4 files changed

Lines changed: 528 additions & 620 deletions

File tree

.npmrc

Whitespace-only changes.

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,6 @@
2424
"engines": {
2525
"node": ">=24.15.0"
2626
},
27-
"pnpm": {
28-
"overrides": {
29-
"devalue": ">=5.8.1",
30-
"fast-uri": ">=3.1.2",
31-
"minimatch@>=10.0.0": ">=10.2.3",
32-
"path-to-regexp": ">=6.3.0",
33-
"undici@<6": ">=5.29.0",
34-
"ajv@>=7.0.0-alpha.0": ">=8.18.0",
35-
"smol-toml": ">=1.6.1",
36-
"yaml@>=2.0.0": ">=2.8.3"
37-
}
38-
},
3927
"devDependencies": {
4028
"@biomejs/biome": "^2.4.15"
4129
}

0 commit comments

Comments
 (0)