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

Commit 78e82c8

Browse files
chore: Bump axios (#1997)
Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.27.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.26.1...v0.27.2) --- 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 d2783ff commit 78e82c8

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

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.6.4"
3535
},
3636
"dependencies": {
37-
"axios": "^0.26.1",
37+
"axios": "^0.27.2",
3838
"tslog": "^3.3.3"
3939
}
4040
}

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

+19-9
Original file line numberDiff line numberDiff line change
@@ -1132,12 +1132,13 @@ aws-sdk@^2.1126.0:
11321132
uuid "3.3.2"
11331133
xml2js "0.4.19"
11341134

1135-
axios@^0.26.1:
1136-
version "0.26.1"
1137-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
1138-
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
1135+
axios@^0.27.2:
1136+
version "0.27.2"
1137+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
1138+
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
11391139
dependencies:
1140-
follow-redirects "^1.14.8"
1140+
follow-redirects "^1.14.9"
1141+
form-data "^4.0.0"
11411142

11421143
babel-jest@^27.5.1:
11431144
version "27.5.1"
@@ -1832,10 +1833,10 @@ flatted@^3.1.0:
18321833
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.4.tgz#28d9969ea90661b5134259f312ab6aa7929ac5e2"
18331834
integrity sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==
18341835

1835-
follow-redirects@^1.14.8:
1836-
version "1.14.8"
1837-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
1838-
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
1836+
follow-redirects@^1.14.9:
1837+
version "1.15.0"
1838+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.0.tgz#06441868281c86d0dda4ad8bdaead2d02dca89d4"
1839+
integrity sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==
18391840

18401841
form-data@^2.5.0:
18411842
version "2.5.1"
@@ -1855,6 +1856,15 @@ form-data@^3.0.0:
18551856
combined-stream "^1.0.8"
18561857
mime-types "^2.1.12"
18571858

1859+
form-data@^4.0.0:
1860+
version "4.0.0"
1861+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
1862+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
1863+
dependencies:
1864+
asynckit "^0.4.0"
1865+
combined-stream "^1.0.8"
1866+
mime-types "^2.1.12"
1867+
18581868
fs.realpath@^1.0.0:
18591869
version "1.0.0"
18601870
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"

0 commit comments

Comments
 (0)