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

Commit 686624a

Browse files
fix(webhook): Bump axios from 1.2.1 to 1.2.2 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#2827)
chore: Bump axios Bumps [axios](https://github.com/axios/axios) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.2.1...1.2.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0f2aa6 commit 686624a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"typescript": "^4.9.4"
3636
},
3737
"dependencies": {
38-
"axios": "^1.2.1",
38+
"axios": "^1.2.2",
3939
"aws-sdk": "^2.1284.0",
4040
"tslog": "^3.3.4"
4141
}

Diff for: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1231,10 +1231,10 @@ aws-sdk@^2.1284.0:
12311231
uuid "8.0.0"
12321232
xml2js "0.4.19"
12331233

1234-
axios@^1.2.1:
1235-
version "1.2.1"
1236-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a"
1237-
integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==
1234+
axios@^1.2.2:
1235+
version "1.2.2"
1236+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.2.tgz#72681724c6e6a43a9fea860fc558127dbe32f9f1"
1237+
integrity sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==
12381238
dependencies:
12391239
follow-redirects "^1.15.0"
12401240
form-data "^4.0.0"

0 commit comments

Comments
 (0)