Skip to content

Commit d38c6ab

Browse files
chore(deps): bump axios from 0.28.0 to 0.30.0 (#229)
Bumps [axios](https://github.com/axios/axios) from 0.28.0 to 0.30.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.30.0/CHANGELOG.md) - [Commits](axios/axios@v0.28.0...v0.30.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fec7db commit d38c6ab

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: src/client/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/react-dom": "^16.8.4",
4848
"@types/react-svg": "^5.0.0",
4949
"@types/throttle-debounce": "^1.1.1",
50-
"axios": "^0.28.0",
50+
"axios": "^0.30.0",
5151
"css-loader": "^5.0.0",
5252
"filesize": "^6.1.0",
5353
"immutable": "^4.0.0-rc.12",

Diff for: yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1888,12 +1888,12 @@ available-typed-arrays@^1.0.5:
18881888
resolved "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz"
18891889
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
18901890

1891-
axios@*, axios@^0.28.0:
1892-
version "0.28.0"
1893-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
1894-
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
1891+
axios@*, axios@^0.30.0:
1892+
version "0.30.0"
1893+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3"
1894+
integrity sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==
18951895
dependencies:
1896-
follow-redirects "^1.15.0"
1896+
follow-redirects "^1.15.4"
18971897
form-data "^4.0.0"
18981898
proxy-from-env "^1.1.0"
18991899

@@ -2700,10 +2700,10 @@ find-up@^4.0.0, find-up@^4.1.0:
27002700
locate-path "^5.0.0"
27012701
path-exists "^4.0.0"
27022702

2703-
follow-redirects@^1.15.0:
2704-
version "1.15.6"
2705-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
2706-
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
2703+
follow-redirects@^1.15.4:
2704+
version "1.15.9"
2705+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
2706+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
27072707

27082708
foreach@^2.0.5:
27092709
version "2.0.5"

0 commit comments

Comments
 (0)