Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/autoinstallers/rush-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"fast-xml-parser": "5.7.0",
"minimatch": "3.1.5",
"brace-expansion": "1.1.13",
"undici": "6.24.0"
"undici": "7.28.0"
}
},
"dependencies": {
Expand Down
95 changes: 51 additions & 44 deletions common/autoinstallers/rush-plugins/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions common/config/rush/.pnpmfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ module.exports = {
if (deps['hono']) deps['hono'] = '4.12.25';
if (deps['@hono/node-server']) deps['@hono/node-server'] = '1.19.13';
if (deps['@tootallnate/once']) deps['@tootallnate/once'] = '3.0.1';
if (deps['dompurify']) deps['dompurify'] = '3.4.9';
if (deps['dompurify']) deps['dompurify'] = '3.4.11';
if (deps['axios']) deps['axios'] = '1.16.0'; // security fix
if (deps['http-proxy-middleware']) deps['http-proxy-middleware'] = '3.0.7';
if (deps['ip-address']) { // security fix: force patch within 10.x range only to avoid breaking consumers on earlier majors
if (/^[\s\^~><=]*10[.\s]/.test(deps['ip-address'])) {
deps['ip-address'] = '10.1.1';
Expand All @@ -53,7 +54,7 @@ module.exports = {
if (deps['flatted']) deps['flatted'] = '3.4.2'; // security fix
if (deps['handlebars']) deps['handlebars'] = '4.7.9'; // security fix: prototype pollution
if (deps['tmp']) deps['tmp'] = '0.2.7'; // security fix
if (deps['undici']) deps['undici'] = '7.24.0'; // security fix: header injection
if (deps['undici']) deps['undici'] = '7.28.0'; // security fix: header injection
if (deps['uuid']) deps['uuid'] = '14.0.0'; // security fix
if (deps['@nevware21/ts-utils']) deps['@nevware21/ts-utils'] = '0.14.0'; // security fix: CVE-2026-46681 (prototype pollution)
if (deps['@opentelemetry/core']) deps['@opentelemetry/core'] = '2.8.0';
Expand Down
Loading
Loading