Skip to content

Commit 64e31bc

Browse files
authored
chore: fix high severity security vulnerabilities (#1053)
Add pnpm overrides to fix the following high severity Dependabot alerts: - devalue@<5.6.2 -> ^5.6.2 (CVE for DoS via memory/CPU exhaustion) - @angular/core@<20.3.16 -> ^20.3.16 (XSS via unsanitized SVG attributes) - @remix-run/router@<1.23.2 -> ^1.23.2 (XSS via open redirects)
1 parent 3dc9c2e commit 64e31bc

File tree

2 files changed

+51
-61
lines changed

2 files changed

+51
-61
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
"@angular/common@<19.2.16": "^19.2.16",
4444
"@react-router/node@<7.9.5": "^7.9.5",
4545
"qs@<6.14.1": "^6.14.1",
46-
"tar@<=7.5.3": "^7.5.4"
46+
"tar@<=7.5.3": "^7.5.4",
47+
"devalue@<5.6.2": "^5.6.2",
48+
"@angular/core@<20.3.16": "^20.3.16",
49+
"@remix-run/router@<1.23.2": "^1.23.2"
4750
},
4851
"peerDependencyRules": {
4952
"allowedVersions": {

0 commit comments

Comments
 (0)