diff --git a/package-lock.json b/package-lock.json index 37fb28c5a3..5f681afa06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "acorn": "^8.14.1", "acorn-walk": "^8.3.4", "async": "^3.2.3", - "axios": "^1.15.0", + "axios": "^1.18.1", "babel-plugin-styled-components": "^1.13.2", "bcryptjs": "^2.4.3", "blob-util": "^1.2.1", @@ -15576,13 +15576,14 @@ } }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz", + "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.11", + "follow-redirects": "^1.16.0", "form-data": "^4.0.5", + "https-proxy-agent": "^5.0.1", "proxy-from-env": "^2.1.0" } }, @@ -48371,12 +48372,13 @@ "dev": true }, "axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz", + "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==", "requires": { - "follow-redirects": "^1.15.11", + "follow-redirects": "^1.16.0", "form-data": "^4.0.5", + "https-proxy-agent": "^5.0.1", "proxy-from-env": "^2.1.0" } }, diff --git a/package.json b/package.json index e7c1be7817..d813759e16 100644 --- a/package.json +++ b/package.json @@ -245,7 +245,7 @@ "acorn": "^8.14.1", "acorn-walk": "^8.3.4", "async": "^3.2.3", - "axios": "^1.15.0", + "axios": "^1.18.1", "babel-plugin-styled-components": "^1.13.2", "bcryptjs": "^2.4.3", "blob-util": "^1.2.1",