mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-13 17:31:11 +00:00
fix: resolve dependabot security vulnerabilities
- axios: 0.21.4 -> 1.13.5 (prototype pollution DoS) - semver: force >=7.5.2 (ReDoS)
This commit is contained in:
+3
-1
@@ -45,6 +45,8 @@
|
||||
"@types/node": "^22.10.5"
|
||||
},
|
||||
"resolutions": {
|
||||
"typescript": "^5.5.4"
|
||||
"typescript": "^5.5.4",
|
||||
"axios": "^1.13.5",
|
||||
"semver": "^7.5.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user