Skip to content

Commit b8ff326

Browse files
fix(syncer): bump axios from 1.3.4 to 1.3.5 in /modules/runner-binaries-syncer/lambdas/runner-binaries-syncer (#3171)
fix(syncer): bump axios Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.3.4...v1.3.5) --- 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 d46b04b commit b8ff326

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"@aws-lambda-powertools/logger": "^1.7.0",
4242
"@aws-sdk/client-s3": "^3.315.0",
4343
"@aws-sdk/lib-storage": "^3.305.0",
44-
"axios": "^1.3.4"
44+
"axios": "^1.3.5"
4545
}
4646
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,10 +2307,10 @@ aws-sdk-client-mock@^2.1.1:
23072307
sinon "^14.0.2"
23082308
tslib "^2.1.0"
23092309

2310-
axios@^1.3.4:
2311-
version "1.3.4"
2312-
resolved "https://registry.npmjs.org/axios/-/axios-1.3.4.tgz"
2313-
integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==
2310+
axios@^1.3.5:
2311+
version "1.3.5"
2312+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.5.tgz#e07209b39a0d11848e3e341fa087acd71dadc542"
2313+
integrity sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==
23142314
dependencies:
23152315
follow-redirects "^1.15.0"
23162316
form-data "^4.0.0"

0 commit comments

Comments
 (0)