Skip to content

Commit ebac652

Browse files
Bump axios from 0.28.1 to 0.29.0 (#9411) (#9449)
(cherry picked from commit 3e755e7) Signed-off-by: Anan <ananzh@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ad696de commit ebac652

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/osd-dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@babel/core": "^7.22.9",
1717
"@osd/utils": "1.0.0",
18-
"axios": "^0.28.0",
18+
"axios": "^0.29.0",
1919
"chalk": "^4.1.0",
2020
"cheerio": "1.0.0-rc.1",
2121
"dedent": "^0.7.0",

packages/osd-ui-shared-deps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@osd/i18n": "1.0.0",
1717
"@osd/monaco": "1.0.0",
1818
"abortcontroller-polyfill": "^1.4.0",
19-
"axios": "^0.28.0",
19+
"axios": "^0.29.0",
2020
"compression-webpack-plugin": "npm:@amoo-miki/compression-webpack-plugin@4.0.1-rc.1",
2121
"core-js": "^3.6.5",
2222
"custom-event-polyfill": "^0.3.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5061,12 +5061,12 @@ axe-core@^4.0.2, axe-core@^4.3.5:
50615061
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.1.tgz#7dbdc25989298f9ad006645cd396782443757413"
50625062
integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==
50635063

5064-
axios@^0.28.0:
5065-
version "0.28.1"
5066-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
5067-
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
5064+
axios@^0.29.0:
5065+
version "0.29.0"
5066+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.29.0.tgz#5eed1a0bc4c0ffe060624eb7900aff66b7881eeb"
5067+
integrity sha512-Kjsq1xisgO5DjjNQwZFsy0gpcU1P2j36dZeQDXVhpIU26GVgkDUnROaHLSuluhMqtDE7aKA2hbKXG5yu5DN8Tg==
50685068
dependencies:
5069-
follow-redirects "^1.15.0"
5069+
follow-redirects "^1.15.4"
50705070
form-data "^4.0.0"
50715071
proxy-from-env "^1.1.0"
50725072

@@ -8863,7 +8863,7 @@ focus-lock@^0.10.2:
88638863
dependencies:
88648864
tslib "^2.0.3"
88658865

8866-
follow-redirects@^1.15.0, follow-redirects@^1.15.4, follow-redirects@^1.15.6:
8866+
follow-redirects@^1.15.4, follow-redirects@^1.15.6:
88678867
version "1.15.6"
88688868
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
88698869
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==

0 commit comments

Comments
 (0)