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

Commit 1aa261e

Browse files
fix(syncer): bump axios from 1.2.2 to 1.3.3 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#2959)
fix(syncer): bump axios Bumps [axios](https://github.com/axios/axios) from 1.2.2 to 1.3.3. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@1.2.2...v1.3.3) --- 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 7ede744 commit 1aa261e

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.2",
38+
"axios": "^1.3.3",
3939
"aws-sdk": "^2.1312.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
@@ -1254,10 +1254,10 @@ aws-sdk@^2.1312.0:
12541254
uuid "8.0.0"
12551255
xml2js "0.4.19"
12561256

1257-
axios@^1.2.2:
1258-
version "1.2.2"
1259-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.2.tgz#72681724c6e6a43a9fea860fc558127dbe32f9f1"
1260-
integrity sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==
1257+
axios@^1.3.3:
1258+
version "1.3.3"
1259+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.3.tgz#e7011384ba839b885007c9c9fae1ff23dceb295b"
1260+
integrity sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA==
12611261
dependencies:
12621262
follow-redirects "^1.15.0"
12631263
form-data "^4.0.0"

0 commit comments

Comments
 (0)