diff --git a/smoke-tests/test/fixtures/large-install/package-lock.json b/smoke-tests/test/fixtures/large-install/package-lock.json index 65c96e14e859a..fb49716c424b2 100644 --- a/smoke-tests/test/fixtures/large-install/package-lock.json +++ b/smoke-tests/test/fixtures/large-install/package-lock.json @@ -84,7 +84,7 @@ "archiver": "6.0.1", "argparse": "2.0.1", "autoprefixer": "10.4.15", - "axios": "1.5.0", + "axios": "^1.8.3", "chalk": "4.1.2", "copy-webpack-plugin": "11.0.0", "cross-env": "7.0.3", @@ -4395,12 +4395,13 @@ } }, "node_modules/axios": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz", - "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz", + "integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==", "dev": true, + "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } @@ -8417,9 +8418,9 @@ "integrity": "sha512-kpSxF0FWhrJMIy/Fu28oMXD8HNzHMwOJsgZ3n+IyRSCH39zaQtUDVq90XxJl3ZRzuWeyn+d802UNzsVqBoBa9w==" }, "node_modules/follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", + "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", "dev": true, "funding": [ { @@ -8427,6 +8428,7 @@ "url": "https://github.com/sponsors/RubenVerborgh" } ], + "license": "MIT", "engines": { "node": ">=4.0" }, diff --git a/smoke-tests/test/fixtures/large-install/package.json b/smoke-tests/test/fixtures/large-install/package.json index c3a8ebdba35a9..67aa9baecf888 100644 --- a/smoke-tests/test/fixtures/large-install/package.json +++ b/smoke-tests/test/fixtures/large-install/package.json @@ -78,7 +78,7 @@ "archiver": "6.0.1", "argparse": "2.0.1", "autoprefixer": "10.4.15", - "axios": "1.5.0", + "axios": "1.8.3", "chalk": "4.1.2", "copy-webpack-plugin": "11.0.0", "cross-env": "7.0.3",