Skip to content

Commit 8a6bea7

Browse files
IEvangelistCopilot
andauthored
Bump transitive deps postcss, fast-xml-parser, uuid to patched versions (#752)
Addresses Dependabot alerts: - #68 fast-xml-parser < 5.7.0 (XML Comment/CDATA injection) -> 5.7.1 - #71 uuid < 14.0.0 (missing buffer bounds check) -> 14.0.0 - #72 postcss < 8.5.10 (XSS via unescaped </style>) -> 8.5.10 Updated pnpm overrides in src/frontend/package.json to force patched versions of these transitive dependencies and regenerated pnpm-lock.yaml. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4376a9d commit 8a6bea7

2 files changed

Lines changed: 39 additions & 39 deletions

File tree

src/frontend/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,18 @@
112112
"ajv@>=7.0.0-alpha.0 <8.18.0": "8.18.0",
113113
"devalue@<5.6.4": ">=5.6.4",
114114
"dompurify@<3.4.0": ">=3.4.0",
115-
"fast-xml-parser@<5.5.7": ">=5.5.7",
115+
"fast-xml-parser@<5.7.0": ">=5.7.0",
116116
"flatted@<3.4.2": ">=3.4.2",
117117
"h3@<1.15.9": ">=1.15.9",
118118
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
119119
"seroval": ">=1.4.1",
120120
"lodash-es@>=4.0.0 <=4.17.22": ">=4.17.23",
121121
"minimatch@<10.2.3": ">=10.2.3",
122+
"postcss@<8.5.10": ">=8.5.10",
122123
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
123124
"simple-git@<3.32.3": ">=3.32.3",
124-
"svgo@=4.0.0": ">=4.0.1"
125+
"svgo@=4.0.0": ">=4.0.1",
126+
"uuid@<14.0.0": ">=14.0.0"
125127
}
126128
}
127129
}

src/frontend/pnpm-lock.yaml

Lines changed: 35 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)