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

Commit 6c507ab

Browse files
chore: Bump axios from 1.1.2 to 1.1.3 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#2531)
chore: Bump axios Bumps [axios](https://github.com/axios/axios) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.1.2...v1.1.3) --- 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 f8e4d2a commit 6c507ab

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
@@ -34,7 +34,7 @@
3434
"typescript": "^4.8.4"
3535
},
3636
"dependencies": {
37-
"axios": "^1.1.2",
37+
"axios": "^1.1.3",
3838
"tslog": "^3.3.4"
3939
}
4040
}

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1349,10 +1349,10 @@ aws-sdk@^2.1231.0:
13491349
uuid "8.0.0"
13501350
xml2js "0.4.19"
13511351

1352-
axios@^1.1.2:
1353-
version "1.1.2"
1354-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.2.tgz#8b6f6c540abf44ab98d9904e8daf55351ca4a331"
1355-
integrity sha512-bznQyETwElsXl2RK7HLLwb5GPpOLlycxHCtrpDR/4RqqBzjARaOTo3jz4IgtntWUYee7Ne4S8UHd92VCuzPaWA==
1352+
axios@^1.1.3:
1353+
version "1.1.3"
1354+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35"
1355+
integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==
13561356
dependencies:
13571357
follow-redirects "^1.15.0"
13581358
form-data "^4.0.0"

0 commit comments

Comments
 (0)