diff --git a/.github/actions/redirection-verification/package-lock.json b/.github/actions/redirection-verification/package-lock.json index 4538ef55b5..ec9453070a 100644 --- a/.github/actions/redirection-verification/package-lock.json +++ b/.github/actions/redirection-verification/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", - "axios": "^1.7.7", + "axios": "^1.8.2", "js-yaml": "^4.1.0" } }, @@ -224,9 +224,10 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.7.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", - "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/.github/actions/redirection-verification/package.json b/.github/actions/redirection-verification/package.json index 78bf27f149..2eb36b38b7 100644 --- a/.github/actions/redirection-verification/package.json +++ b/.github/actions/redirection-verification/package.json @@ -12,7 +12,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", - "axios": "^1.7.7", + "axios": "^1.8.2", "js-yaml": "^4.1.0" } }