diff --git a/src/NuGet/ColonesExchangeRate.Tests/ColonesExchangeRate.Tests.csproj b/src/NuGet/ColonesExchangeRate.Tests/ColonesExchangeRate.Tests.csproj index 176e23f..a275fe1 100644 --- a/src/NuGet/ColonesExchangeRate.Tests/ColonesExchangeRate.Tests.csproj +++ b/src/NuGet/ColonesExchangeRate.Tests/ColonesExchangeRate.Tests.csproj @@ -7,7 +7,7 @@ true - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/npm/package-lock.json b/src/npm/package-lock.json index 65a3118..4d4850b 100644 --- a/src/npm/package-lock.json +++ b/src/npm/package-lock.json @@ -9,7 +9,7 @@ "version": "2.1.0", "license": "MIT", "dependencies": { - "axios": "^1.13.5" + "axios": "^1.14.0" }, "engines": { "node": ">=18.0.0" @@ -22,14 +22,14 @@ "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/call-bind-apply-helpers": { @@ -289,9 +289,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==" + "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" + } } } } diff --git a/src/npm/package.json b/src/npm/package.json index e27067e..8c73dd1 100644 --- a/src/npm/package.json +++ b/src/npm/package.json @@ -42,6 +42,6 @@ }, "homepage": "https://dsanchezcr.github.io/ColonesExchangeRate", "dependencies": { - "axios": "^1.13.5" + "axios": "^1.14.0" } -} \ No newline at end of file +}