diff --git a/src/credentials_rotators/npm-token-rotation/package.json b/src/credentials_rotators/npm-token-rotation/package.json index 2386d4b..6263a0a 100644 --- a/src/credentials_rotators/npm-token-rotation/package.json +++ b/src/credentials_rotators/npm-token-rotation/package.json @@ -31,7 +31,7 @@ "@aws-cdk/core": "^1.198.1", "@types/totp-generator": "^0.0.1", "ajv": "^8.6.1", - "axios": "^1.6.0", + "axios": "^1.7.4", "esbuild": "^0.12.15", "source-map-support": "^0.5.19", "totp-generator": "^0.0.9" diff --git a/src/credentials_rotators/npm-token-rotation/yarn.lock b/src/credentials_rotators/npm-token-rotation/yarn.lock index 4bab0a4..3d7c115 100644 --- a/src/credentials_rotators/npm-token-rotation/yarn.lock +++ b/src/credentials_rotators/npm-token-rotation/yarn.lock @@ -1581,12 +1581,12 @@ aws-cdk@^1.198.1: optionalDependencies: fsevents "2.3.2" -axios@^1.6.0: - version "1.6.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2" - integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A== +axios@^1.7.4: + version "1.7.4" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2" + integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw== dependencies: - follow-redirects "^1.15.0" + follow-redirects "^1.15.6" form-data "^4.0.0" proxy-from-env "^1.1.0" @@ -2066,7 +2066,7 @@ find-up@^4.0.0, find-up@^4.1.0: locate-path "^5.0.0" path-exists "^4.0.0" -follow-redirects@^1.15.0: +follow-redirects@^1.15.6: version "1.15.6" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b" integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==