diff --git a/firestore-semantic-search/functions/package-lock.json b/firestore-semantic-search/functions/package-lock.json index 6d5d2b6b..9042bb4d 100644 --- a/firestore-semantic-search/functions/package-lock.json +++ b/firestore-semantic-search/functions/package-lock.json @@ -16,7 +16,7 @@ "@tensorflow/tfjs-node": "^4.22.0", "@tensorflow/tfjs-node-gpu": "^4.22.0", "@types/fs-extra": "^11.0.4", - "axios": "^1.10.0", + "axios": "^1.15.0", "firebase-admin": "^12.2.0", "firebase-functions": "^4.3.1", "fs-extra": "^11.3.0", @@ -3279,14 +3279,14 @@ } }, "node_modules/axios": { - "version": "1.13.6", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz", - "integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==", + "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/babel-jest": { @@ -9128,10 +9128,13 @@ } }, "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "license": "MIT" + "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/pump": { "version": "3.0.4", diff --git a/firestore-semantic-search/functions/package.json b/firestore-semantic-search/functions/package.json index 477e52ee..755c3d63 100644 --- a/firestore-semantic-search/functions/package.json +++ b/firestore-semantic-search/functions/package.json @@ -25,7 +25,7 @@ "@tensorflow/tfjs-node": "^4.22.0", "@tensorflow/tfjs-node-gpu": "^4.22.0", "@types/fs-extra": "^11.0.4", - "axios": "^1.10.0", + "axios": "^1.15.0", "firebase-admin": "^12.2.0", "firebase-functions": "^4.3.1", "fs-extra": "^11.3.0",