diff --git a/cargo-dist/templates/installer/npm/npm-shrinkwrap.json b/cargo-dist/templates/installer/npm/npm-shrinkwrap.json index 60d4f68e8..18c41caab 100644 --- a/cargo-dist/templates/installer/npm/npm-shrinkwrap.json +++ b/cargo-dist/templates/installer/npm/npm-shrinkwrap.json @@ -9,7 +9,7 @@ "version": "0.0.0", "hasInstallScript": true, "dependencies": { - "axios": "^1.7.9", + "axios": "^1.9.0", "axios-proxy-builder": "^0.1.2", "console.table": "^0.10.0", "detect-libc": "^2.0.3", @@ -81,9 +81,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", - "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz", + "integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/cargo-dist/templates/installer/npm/package.json b/cargo-dist/templates/installer/npm/package.json index 127d85c2b..ab24c8042 100644 --- a/cargo-dist/templates/installer/npm/package.json +++ b/cargo-dist/templates/installer/npm/package.json @@ -23,7 +23,7 @@ "npm": "9.5.0" }, "dependencies": { - "axios": "^1.7.9", + "axios": "^1.9.0", "axios-proxy-builder": "^0.1.2", "console.table": "^0.10.0", "detect-libc": "^2.0.3",