Skip to content

Commit 2ad17ab

Browse files
build(deps): bump axios from 0.28.0 to 0.30.2
Bumps [axios](https://github.com/axios/axios) from 0.28.0 to 0.30.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.28.0...v0.30.2) --- updated-dependencies: - dependency-name: axios dependency-version: 0.30.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ed529b commit 2ad17ab

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@kangc/v-md-editor": "^1.7.12",
3030
"@traptitech/markdown-it-katex": "^3.6.0",
3131
"@ztree/ztree_v3": "3.5.44",
32-
"axios": "0.28.0",
32+
"axios": "0.30.2",
3333
"axios-retry": "^3.1.9",
3434
"babel-loader": "^10.0.0",
3535
"cache-loader": "^4.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,13 +2340,13 @@ axios-retry@^3.1.9:
23402340
"@babel/runtime" "^7.15.4"
23412341
is-retry-allowed "^2.2.0"
23422342

2343-
axios@0.28.0:
2344-
version "0.28.0"
2345-
resolved "https://registry.npmmirror.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
2346-
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
2343+
axios@0.30.2:
2344+
version "0.30.2"
2345+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.2.tgz#256d3a8ee765cc27188d08b8b545a5f5a0c77dad"
2346+
integrity sha512-0pE4RQ4UQi1jKY6p7u6i1Tkzqmu+d+/tHS7Q7rKunWLB9WyilBTpHHpXzPNMDj5hTbK0B0PTLSz07yqMBiF6xg==
23472347
dependencies:
2348-
follow-redirects "^1.15.0"
2349-
form-data "^4.0.0"
2348+
follow-redirects "^1.15.4"
2349+
form-data "^4.0.4"
23502350
proxy-from-env "^1.1.0"
23512351

23522352
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
@@ -6302,7 +6302,7 @@ flush-write-stream@^1.0.0:
63026302
inherits "^2.0.3"
63036303
readable-stream "^2.3.6"
63046304

6305-
follow-redirects@^1.0.0, follow-redirects@^1.15.0:
6305+
follow-redirects@^1.0.0, follow-redirects@^1.15.4:
63066306
version "1.15.11"
63076307
resolved "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
63086308
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
@@ -6339,9 +6339,9 @@ forever-agent@~0.6.1:
63396339
resolved "https://registry.npmmirror.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
63406340
integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==
63416341

6342-
form-data@^4.0.0:
6342+
form-data@^4.0.4:
63436343
version "4.0.4"
6344-
resolved "https://registry.npmmirror.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
6344+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
63456345
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
63466346
dependencies:
63476347
asynckit "^0.4.0"

0 commit comments

Comments
 (0)