Skip to content

Commit 0897743

Browse files
Bump axios from 0.30.2 to 1.13.5
Bumps [axios](https://github.com/axios/axios) from 0.30.2 to 1.13.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.30.2...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 287973a commit 0897743

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@babel/preset-react": "^7.10.4",
99
"async": "^0.9.2",
1010
"autocomplete": "0.0.1",
11-
"axios": "^0.30.2",
11+
"axios": "^1.13.5",
1212
"babelify": "^10.0.0",
1313
"binary-split": "^1.0.3",
1414
"body-parser": "^1.15.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,13 +1413,13 @@ aws4@^1.6.0, aws4@^1.8.0:
14131413
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
14141414
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
14151415

1416-
axios@^0.30.2:
1417-
version "0.30.2"
1418-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.2.tgz#256d3a8ee765cc27188d08b8b545a5f5a0c77dad"
1419-
integrity sha512-0pE4RQ4UQi1jKY6p7u6i1Tkzqmu+d+/tHS7Q7rKunWLB9WyilBTpHHpXzPNMDj5hTbK0B0PTLSz07yqMBiF6xg==
1416+
axios@^1.13.5:
1417+
version "1.13.5"
1418+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
1419+
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
14201420
dependencies:
1421-
follow-redirects "^1.15.4"
1422-
form-data "^4.0.4"
1421+
follow-redirects "^1.15.11"
1422+
form-data "^4.0.5"
14231423
proxy-from-env "^1.1.0"
14241424

14251425
babel-plugin-dynamic-import-node@^2.3.3:
@@ -3454,7 +3454,7 @@ fn-name@~2.0.1:
34543454
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"
34553455
integrity sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc=
34563456

3457-
follow-redirects@^1.0.0, follow-redirects@^1.15.4:
3457+
follow-redirects@^1.0.0, follow-redirects@^1.15.11:
34583458
version "1.15.11"
34593459
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
34603460
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
@@ -3483,10 +3483,10 @@ form-data-set@^2.0.0:
34833483
dependencies:
34843484
dom-walk "~0.1.0"
34853485

3486-
form-data@^4.0.4:
3487-
version "4.0.4"
3488-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3489-
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
3486+
form-data@^4.0.5:
3487+
version "4.0.5"
3488+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
3489+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
34903490
dependencies:
34913491
asynckit "^0.4.0"
34923492
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)