Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 53f1f86

Browse files
chore: Bump axios (#1334)
Bumps [axios](https://github.com/axios/axios) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9ebce0 commit 53f1f86

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"typescript": "^4.4.4"
3333
},
3434
"dependencies": {
35-
"axios": "^0.23.0"
35+
"axios": "^0.24.0"
3636
}
3737
}

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1042,10 +1042,10 @@ aws-sdk@^2.1010.0:
10421042
uuid "3.3.2"
10431043
xml2js "0.4.19"
10441044

1045-
axios@^0.23.0:
1046-
version "0.23.0"
1047-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.23.0.tgz#b0fa5d0948a8d1d75e3d5635238b6c4625b05149"
1048-
integrity sha512-NmvAE4i0YAv5cKq8zlDoPd1VLKAqX5oLuZKs8xkJa4qi6RGn0uhCYFjWtHHC9EM/MwOwYWOs53W+V0aqEXq1sg==
1045+
axios@^0.24.0:
1046+
version "0.24.0"
1047+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
1048+
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
10491049
dependencies:
10501050
follow-redirects "^1.14.4"
10511051

0 commit comments

Comments
 (0)