diff --git a/services/frontend/package-lock.json b/services/frontend/package-lock.json index ce059abd..50e0915c 100644 --- a/services/frontend/package-lock.json +++ b/services/frontend/package-lock.json @@ -42,7 +42,7 @@ "@vue/eslint-config-typescript": "^14.6.0", "@vue/test-utils": "^2.4.1", "autoprefixer": "^10.4.17", - "axios": "^1.13.5", + "axios": "^1.15.0", "cypress": "^13.0.0", "daisyui": "^5.1.31", "esbuild": "^0.27.0", @@ -6375,15 +6375,15 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", - "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", + "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", "dev": true, "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", - "proxy-from-env": "^1.1.0" + "proxy-from-env": "^2.1.0" } }, "node_modules/babel-plugin-const-enum": { @@ -12471,9 +12471,14 @@ "license": "ISC" }, "node_modules/proxy-from-env": { - "version": "1.1.0", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", "dev": true, - "license": "MIT" + "license": "MIT", + "engines": { + "node": ">=10" + } }, "node_modules/psl": { "version": "1.15.0", diff --git a/services/frontend/package.json b/services/frontend/package.json index 057c1255..089905c4 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -53,7 +53,7 @@ "@vue/eslint-config-typescript": "^14.6.0", "@vue/test-utils": "^2.4.1", "autoprefixer": "^10.4.17", - "axios": "^1.13.5", + "axios": "^1.15.0", "cypress": "^13.0.0", "daisyui": "^5.1.31", "esbuild": "^0.27.0",