Skip to content

Commit 655da90

Browse files
Bump axios from 1.12.0 to 1.13.5
Bumps [axios](https://github.com/axios/axios) from 1.12.0 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.12.0...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 df3ea1d commit 655da90

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"@apidevtools/json-schema-ref-parser": "^11.7.2",
5858
"alex": "^11.0.1",
59-
"axios": "^1.12.0",
59+
"axios": "^1.13.5",
6060
"comment-json": "^4.2.5",
6161
"concurrently": "^9.1.0",
6262
"dot-prop": "^9.0.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,13 +1317,13 @@ asynckit@^0.4.0:
13171317
resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
13181318
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
13191319

1320-
axios@^1.12.0:
1321-
version "1.12.0"
1322-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
1323-
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
1320+
axios@^1.13.5:
1321+
version "1.13.5"
1322+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
1323+
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
13241324
dependencies:
1325-
follow-redirects "^1.15.6"
1326-
form-data "^4.0.4"
1325+
follow-redirects "^1.15.11"
1326+
form-data "^4.0.5"
13271327
proxy-from-env "^1.1.0"
13281328

13291329
babel-jest@^29.7.0:
@@ -2270,10 +2270,10 @@ find-up@^6.3.0:
22702270
locate-path "^7.1.0"
22712271
path-exists "^5.0.0"
22722272

2273-
follow-redirects@^1.15.6:
2274-
version "1.15.9"
2275-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
2276-
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
2273+
follow-redirects@^1.15.11:
2274+
version "1.15.11"
2275+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
2276+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
22772277

22782278
for-in@^1.0.1:
22792279
version "1.0.2"
@@ -2300,10 +2300,10 @@ form-data-encoder@^2.1.2:
23002300
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
23012301
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
23022302

2303-
form-data@^4.0.4:
2304-
version "4.0.4"
2305-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
2306-
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
2303+
form-data@^4.0.5:
2304+
version "4.0.5"
2305+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
2306+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
23072307
dependencies:
23082308
asynckit "^0.4.0"
23092309
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)