diff --git a/Functions/scraper/package-lock.json b/Functions/scraper/package-lock.json index c458609..61c1ad6 100644 --- a/Functions/scraper/package-lock.json +++ b/Functions/scraper/package-lock.json @@ -8,7 +8,7 @@ "name": "smartcard-scraper", "version": "1.0.0", "dependencies": { - "axios": "^1.13.6", + "axios": "^1.14.0", "cheerio": "^1.2.0", "firebase-admin": "^13.6.1", "puppeteer": "^24.40.0", @@ -711,14 +711,23 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.13.6", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz", - "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz", + "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==", "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/b4a": { diff --git a/Functions/scraper/package.json b/Functions/scraper/package.json index 132a800..b23ee54 100644 --- a/Functions/scraper/package.json +++ b/Functions/scraper/package.json @@ -24,6 +24,6 @@ "puppeteer-extra-plugin-stealth": "^2.11.2", "firebase-admin": "^13.6.1", "cheerio": "^1.2.0", - "axios": "^1.13.6" + "axios": "^1.14.0" } }