Skip to content

Commit ab071d0

Browse files
committed
Update axios to 0.30.0
1 parent 80bfafa commit ab071d0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/rustwasm/wasm-pack#readme",
3131
"dependencies": {
32-
"axios": "^0.28.0",
32+
"axios": "^0.30.0",
3333
"binary-install": "^1.0.1"
3434
}
3535
}

npm/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ axios@^0.26.1:
1414
dependencies:
1515
follow-redirects "^1.14.8"
1616

17-
axios@^0.28.0:
18-
version "0.28.0"
19-
resolved "https://registry.npmjs.org/axios/-/axios-0.28.0.tgz"
20-
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
17+
axios@^0.30.0:
18+
version "0.30.0"
19+
resolved "https://registry.npmjs.org/axios/-/axios-0.30.0.tgz"
20+
integrity sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==
2121
dependencies:
22-
follow-redirects "^1.15.0"
22+
follow-redirects "^1.15.4"
2323
form-data "^4.0.0"
2424
proxy-from-env "^1.1.0"
2525

@@ -111,7 +111,7 @@ es-set-tostringtag@^2.1.0:
111111
has-tostringtag "^1.0.2"
112112
hasown "^2.0.2"
113113

114-
follow-redirects@^1.14.8, follow-redirects@^1.15.0:
114+
follow-redirects@^1.14.8, follow-redirects@^1.15.4:
115115
version "1.15.9"
116116
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz"
117117
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==

0 commit comments

Comments
 (0)