diff --git a/package-lock.json b/package-lock.json index 91b41fb6..ac83d894 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "add-to-calendar-button-react": "^2.13.5", - "axios": "^1.13.5", + "axios": "^1.15.0", "bootstrap": "^5.3.6", "clsx": "^2.1.1", "date-fns": "^4.1.0", @@ -6276,14 +6276,23 @@ } }, "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==", "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/axios/node_modules/proxy-from-env": { + "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==", + "license": "MIT", + "engines": { + "node": ">=10" } }, "node_modules/axobject-query": { diff --git a/package.json b/package.json index 509522de..722dff64 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "add-to-calendar-button-react": "^2.13.5", - "axios": "^1.13.5", + "axios": "^1.15.0", "bootstrap": "^5.3.6", "clsx": "^2.1.1", "date-fns": "^4.1.0",