diff --git a/youtube/youtube-extension/package-lock.json b/youtube/youtube-extension/package-lock.json index 8bc1dc5d..224fc963 100644 --- a/youtube/youtube-extension/package-lock.json +++ b/youtube/youtube-extension/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@contentstack/ui-extensions-sdk": "^2.2.0", - "axios": "^1.13.5", + "axios": "^1.15.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-dragula": "^1.1.17", @@ -1661,14 +1661,14 @@ } }, "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/balanced-match": { @@ -4121,10 +4121,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/punycode": { "version": "2.3.1", diff --git a/youtube/youtube-extension/package.json b/youtube/youtube-extension/package.json index bf9d1ca8..8330e8cf 100644 --- a/youtube/youtube-extension/package.json +++ b/youtube/youtube-extension/package.json @@ -5,7 +5,7 @@ "author": "Contentstack", "dependencies": { "@contentstack/ui-extensions-sdk": "^2.2.0", - "axios": "^1.13.5", + "axios": "^1.15.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-dragula": "^1.1.17",