diff --git a/package-lock.json b/package-lock.json index aa76794..3e8f067 100644 --- a/package-lock.json +++ b/package-lock.json @@ -226,11 +226,13 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "axios": { - "version": "0.21.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", + "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", "requires": { - "follow-redirects": "^1.14.0" + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, "balanced-match": { diff --git a/package.json b/package.json index c6514f0..cebf696 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Generate your Stats GitHub Profile in SVG", "main": "src/api/withexpress.ts", "dependencies": { - "axios": "^0.21.0", + "axios": "^1.5.1", "dotenv": "^16.0.1", "express": "^4.18.2", "millify": "^4.0.0",