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

Commit fa06b30

Browse files
fix(syncer): bump axios from 1.3.3 to 1.3.4 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#3059)
fix(syncer): bump axios Bumps [axios](https://github.com/axios/axios) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.3.3...v1.3.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f626c6d commit fa06b30

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.5"
3636
},
3737
"dependencies": {
38-
"axios": "^1.3.3",
38+
"axios": "^1.3.4",
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
@@ -1198,10 +1198,10 @@ aws-sdk@^2.1312.0:
11981198
uuid "8.0.0"
11991199
xml2js "0.4.19"
12001200

1201-
axios@^1.3.3:
1202-
version "1.3.3"
1203-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.3.tgz#e7011384ba839b885007c9c9fae1ff23dceb295b"
1204-
integrity sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA==
1201+
axios@^1.3.4:
1202+
version "1.3.4"
1203+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024"
1204+
integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==
12051205
dependencies:
12061206
follow-redirects "^1.15.0"
12071207
form-data "^4.0.0"

0 commit comments

Comments
 (0)