diff --git a/src/credentials_rotators/npm-token-rotation/package.json b/src/credentials_rotators/npm-token-rotation/package.json index fe2dc68..02b106d 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.8.2", + "axios": "^1.12.0", "esbuild": "^0.25.0", "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 59e25ac..ee2291f 100644 --- a/src/credentials_rotators/npm-token-rotation/yarn.lock +++ b/src/credentials_rotators/npm-token-rotation/yarn.lock @@ -1677,10 +1677,10 @@ aws-cdk@^1.198.1: optionalDependencies: fsevents "2.3.2" -axios@^1.8.2: - version "1.11.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6" - integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA== +axios@^1.12.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3" + integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg== dependencies: follow-redirects "^1.15.6" form-data "^4.0.4"