Skip to content

Commit 21ee36e

Browse files
build(deps-dev): bump axios from 1.13.2 to 1.13.5 (#1669)
Bumps [axios](https://github.com/axios/axios) from 1.13.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@v1.13.2...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26f4e48 commit 21ee36e

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
@@ -74,7 +74,7 @@
7474
"@types/serve-favicon": "^2.5.7",
7575
"@types/uuid": "^11.0.0",
7676
"@types/validator": "^13.15.10",
77-
"axios": "^1.13.2",
77+
"axios": "^1.13.5",
7878
"babel-jest": "^30.2.0",
7979
"eslint": "^9.39.2",
8080
"eslint-config-prettier": "^10.1.8",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2524,13 +2524,13 @@ asynckit@^0.4.0:
25242524
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
25252525
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
25262526

2527-
axios@^1.13.2:
2528-
version "1.13.2"
2529-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.2.tgz#9ada120b7b5ab24509553ec3e40123521117f687"
2530-
integrity sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==
2527+
axios@^1.13.5:
2528+
version "1.13.5"
2529+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
2530+
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
25312531
dependencies:
2532-
follow-redirects "^1.15.6"
2533-
form-data "^4.0.4"
2532+
follow-redirects "^1.15.11"
2533+
form-data "^4.0.5"
25342534
proxy-from-env "^1.1.0"
25352535

25362536
babel-jest@30.2.0, babel-jest@^30.2.0:
@@ -3744,7 +3744,7 @@ fn.name@1.x.x:
37443744
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
37453745
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
37463746

3747-
follow-redirects@^1.15.6:
3747+
follow-redirects@^1.15.11:
37483748
version "1.15.11"
37493749
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
37503750
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
@@ -3769,10 +3769,10 @@ form-data@^2.5.5:
37693769
mime-types "^2.1.35"
37703770
safe-buffer "^5.2.1"
37713771

3772-
form-data@^4.0.4:
3773-
version "4.0.4"
3774-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3775-
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
3772+
form-data@^4.0.5:
3773+
version "4.0.5"
3774+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
3775+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
37763776
dependencies:
37773777
asynckit "^0.4.0"
37783778
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)