Skip to content

Commit 00b0f96

Browse files
Bump axios from 1.13.2 to 1.13.5 (#1086)
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:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96f62a5 commit 00b0f96

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@sentry/nextjs": "^8.49.0",
2020
"@tanstack/react-table": "^8.21.3",
2121
"@tanstack/react-virtual": "^3.13.12",
22-
"axios": "^1.12.0",
22+
"axios": "^1.13.5",
2323
"buffer-from": "^1.1.2",
2424
"country-util": "^0.2.0",
2525
"date-fns": "^4.1.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2733,13 +2733,13 @@ available-typed-arrays@^1.0.7:
27332733
dependencies:
27342734
possible-typed-array-names "^1.0.0"
27352735

2736-
axios@^1.12.0, axios@^1.13.2:
2737-
version "1.13.2"
2738-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.2.tgz#9ada120b7b5ab24509553ec3e40123521117f687"
2739-
integrity sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==
2736+
axios@^1.13.2, axios@^1.13.5:
2737+
version "1.13.5"
2738+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
2739+
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
27402740
dependencies:
2741-
follow-redirects "^1.15.6"
2742-
form-data "^4.0.4"
2741+
follow-redirects "^1.15.11"
2742+
form-data "^4.0.5"
27432743
proxy-from-env "^1.1.0"
27442744

27452745
babel-plugin-macros@^3.1.0:
@@ -3675,7 +3675,7 @@ flag-icons@^7.1.0:
36753675
resolved "https://registry.yarnpkg.com/flag-icons/-/flag-icons-7.5.0.tgz#66462df3e8bc5ef3a283322a46bb9dde1b290505"
36763676
integrity sha512-kd+MNXviFIg5hijH766tt+3x76ele1AXlo4zDdCxIvqWZhKt4T83bOtxUOOMlTx/EcFdUMH5yvQgYlFh1EqqFg==
36773677

3678-
follow-redirects@^1.15.6:
3678+
follow-redirects@^1.15.11:
36793679
version "1.15.11"
36803680
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
36813681
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
@@ -3695,7 +3695,7 @@ foreground-child@^3.1.0:
36953695
cross-spawn "^7.0.6"
36963696
signal-exit "^4.0.1"
36973697

3698-
form-data@^4.0.0, form-data@^4.0.4:
3698+
form-data@^4.0.0, form-data@^4.0.5:
36993699
version "4.0.5"
37003700
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
37013701
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==

0 commit comments

Comments
 (0)