Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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
1 change: 1 addition & 0 deletions common/config/rush/.pnpmfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
if (deps['@tootallnate/once']) deps['@tootallnate/once'] = '3.0.1';
if (deps['dompurify']) deps['dompurify'] = '3.4.9';
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 Down
Loading
Loading