Skip to content

Commit d345178

Browse files
chore: Bump axios (#1752)
Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.25.0...v0.26.0) --- 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 f7dcff7 commit d345178

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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
@@ -34,7 +34,7 @@
3434
"typescript": "^4.5.5"
3535
},
3636
"dependencies": {
37-
"axios": "^0.25.0",
37+
"axios": "^0.26.0",
3838
"tslog": "^3.3.1"
3939
}
4040
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,12 +1101,12 @@ aws-sdk@^2.1075.0:
11011101
uuid "3.3.2"
11021102
xml2js "0.4.19"
11031103

1104-
axios@^0.25.0:
1105-
version "0.25.0"
1106-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
1107-
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
1104+
axios@^0.26.0:
1105+
version "0.26.0"
1106+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.0.tgz#9a318f1c69ec108f8cd5f3c3d390366635e13928"
1107+
integrity sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==
11081108
dependencies:
1109-
follow-redirects "^1.14.7"
1109+
follow-redirects "^1.14.8"
11101110

11111111
babel-jest@^27.5.0:
11121112
version "27.5.0"
@@ -1799,7 +1799,7 @@ flatted@^3.1.0:
17991799
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.4.tgz#28d9969ea90661b5134259f312ab6aa7929ac5e2"
18001800
integrity sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==
18011801

1802-
follow-redirects@^1.14.7:
1802+
follow-redirects@^1.14.8:
18031803
version "1.14.8"
18041804
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
18051805
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==

0 commit comments

Comments
 (0)