feat(core): Upgrade axios and follow-redirects to address CVE-2023-26159 (#8366)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-01-17 16:41:01 +01:00
committed by GitHub
parent 639d34769e
commit 3912c5e7ab
5 changed files with 50 additions and 39 deletions

View File

@@ -20,6 +20,6 @@
"dist/**/*"
],
"dependencies": {
"axios": "1.6.2"
"axios": "1.6.5"
}
}