diff --git a/package-lock.json b/package-lock.json index 16a91ef..9fa616b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/http-client": "^3.0.2", "@actions/tool-cache": "^3.0.1", "@octokit/auth-unauthenticated": "^5.0.1", - "axios": "1.15.0", + "axios": "1.15.2", "cachedir": "^2.4.0", "semver": "^7.6.0" }, @@ -809,9 +809,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/package.json b/package.json index 9c4e292..f00c5bf 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/http-client": "^3.0.2", "@actions/tool-cache": "^3.0.1", "@octokit/auth-unauthenticated": "^5.0.1", - "axios": "1.15.0", + "axios": "1.15.2", "cachedir": "^2.4.0", "semver": "^7.6.0" },