Skip to content

Commit bff0793

Browse files
dependabot[bot]che-bot
authored andcommitted
chore(deps): bump axios from 1.10.0 to 1.12.1
Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.12.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.10.0...v1.12.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Che bot <[email protected]>
1 parent 4728584 commit bff0793

File tree

3 files changed

+227
-19
lines changed

3 files changed

+227
-19
lines changed

tools/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"homepage": "https://github.com/eclipse-che/che-plugin-registry/blob/main/tools/build/README.md",
2626
"dependencies": {
2727
"@devfile/api": "2.2.2-1716821574",
28-
"axios": "^1.10.0",
28+
"axios": "^1.12.1",
2929
"decompress": "^4.2.1",
3030
"docker-image-name-parser": "^0.1.0",
3131
"fs-extra": "^11.2.0",

tools/build/yarn.lock

Lines changed: 113 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,13 +1414,13 @@ atob@^2.1.2:
14141414
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
14151415
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
14161416

1417-
axios@^1.10.0:
1418-
version "1.10.0"
1419-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
1420-
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
1417+
axios@^1.12.1:
1418+
version "1.12.1"
1419+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.1.tgz#0747b39c5b615f81f93f2c138e6d82a71426937f"
1420+
integrity sha512-Kn4kbSXpkFHCGE6rBFNwIv0GQs4AvDT80jlveJDKFxjbTYMUeB4QtsdPCv6H8Cm19Je7IU6VFtRl2zWZI0rudQ==
14211421
dependencies:
14221422
follow-redirects "^1.15.6"
1423-
form-data "^4.0.0"
1423+
form-data "^4.0.4"
14241424
proxy-from-env "^1.1.0"
14251425

14261426
babel-jest@^29.7.0:
@@ -1677,6 +1677,14 @@ cache-base@^1.0.1:
16771677
union-value "^1.0.0"
16781678
unset-value "^1.0.0"
16791679

1680+
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
1681+
version "1.0.2"
1682+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
1683+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
1684+
dependencies:
1685+
es-errors "^1.3.0"
1686+
function-bind "^1.1.2"
1687+
16801688
caller-callsite@^2.0.0:
16811689
version "2.0.0"
16821690
resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
@@ -2129,6 +2137,15 @@ doctrine@^3.0.0:
21292137
dependencies:
21302138
esutils "^2.0.2"
21312139

2140+
dunder-proto@^1.0.1:
2141+
version "1.0.1"
2142+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
2143+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
2144+
dependencies:
2145+
call-bind-apply-helpers "^1.0.1"
2146+
es-errors "^1.3.0"
2147+
gopd "^1.2.0"
2148+
21322149
duplexer@^0.1.1, duplexer@~0.1.1:
21332150
version "0.1.2"
21342151
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
@@ -2178,6 +2195,33 @@ error-ex@^1.3.1:
21782195
dependencies:
21792196
is-arrayish "^0.2.1"
21802197

2198+
es-define-property@^1.0.1:
2199+
version "1.0.1"
2200+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
2201+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
2202+
2203+
es-errors@^1.3.0:
2204+
version "1.3.0"
2205+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
2206+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
2207+
2208+
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
2209+
version "1.1.1"
2210+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
2211+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
2212+
dependencies:
2213+
es-errors "^1.3.0"
2214+
2215+
es-set-tostringtag@^2.1.0:
2216+
version "2.1.0"
2217+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
2218+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
2219+
dependencies:
2220+
es-errors "^1.3.0"
2221+
get-intrinsic "^1.2.6"
2222+
has-tostringtag "^1.0.2"
2223+
hasown "^2.0.2"
2224+
21812225
es6-promise@^4.2.4:
21822226
version "4.2.8"
21832227
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
@@ -2770,13 +2814,15 @@ form-data@^2.5.0:
27702814
combined-stream "^1.0.6"
27712815
mime-types "^2.1.12"
27722816

2773-
form-data@^4.0.0:
2774-
version "4.0.0"
2775-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
2776-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
2817+
form-data@^4.0.0, form-data@^4.0.4:
2818+
version "4.0.4"
2819+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
2820+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
27772821
dependencies:
27782822
asynckit "^0.4.0"
27792823
combined-stream "^1.0.8"
2824+
es-set-tostringtag "^2.1.0"
2825+
hasown "^2.0.2"
27802826
mime-types "^2.1.12"
27812827

27822828
fragment-cache@^0.2.1:
@@ -2828,6 +2874,11 @@ function-bind@^1.1.1:
28282874
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
28292875
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
28302876

2877+
function-bind@^1.1.2:
2878+
version "1.1.2"
2879+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
2880+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
2881+
28312882
functional-red-black-tree@^1.0.1:
28322883
version "1.0.1"
28332884
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -2843,11 +2894,35 @@ get-caller-file@^2.0.5:
28432894
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
28442895
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
28452896

2897+
get-intrinsic@^1.2.6:
2898+
version "1.3.0"
2899+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
2900+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
2901+
dependencies:
2902+
call-bind-apply-helpers "^1.0.2"
2903+
es-define-property "^1.0.1"
2904+
es-errors "^1.3.0"
2905+
es-object-atoms "^1.1.1"
2906+
function-bind "^1.1.2"
2907+
get-proto "^1.0.1"
2908+
gopd "^1.2.0"
2909+
has-symbols "^1.1.0"
2910+
hasown "^2.0.2"
2911+
math-intrinsics "^1.1.0"
2912+
28462913
get-package-type@^0.1.0:
28472914
version "0.1.0"
28482915
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
28492916
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
28502917

2918+
get-proto@^1.0.1:
2919+
version "1.0.1"
2920+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
2921+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
2922+
dependencies:
2923+
dunder-proto "^1.0.1"
2924+
es-object-atoms "^1.0.0"
2925+
28512926
get-stream@^2.2.0:
28522927
version "2.3.1"
28532928
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-2.3.1.tgz#5f38f93f346009666ee0150a054167f91bdd95de"
@@ -2950,6 +3025,11 @@ globby@^11.1.0:
29503025
merge2 "^1.4.1"
29513026
slash "^3.0.0"
29523027

3028+
gopd@^1.2.0:
3029+
version "1.2.0"
3030+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
3031+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
3032+
29533033
graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.9:
29543034
version "4.2.11"
29553035
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
@@ -2982,6 +3062,18 @@ has-flag@^4.0.0:
29823062
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
29833063
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
29843064

3065+
has-symbols@^1.0.3, has-symbols@^1.1.0:
3066+
version "1.1.0"
3067+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
3068+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
3069+
3070+
has-tostringtag@^1.0.2:
3071+
version "1.0.2"
3072+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
3073+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
3074+
dependencies:
3075+
has-symbols "^1.0.3"
3076+
29853077
has-value@^0.3.1:
29863078
version "0.3.1"
29873079
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -3020,6 +3112,13 @@ has@^1.0.3:
30203112
dependencies:
30213113
function-bind "^1.1.1"
30223114

3115+
hasown@^2.0.2:
3116+
version "2.0.2"
3117+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
3118+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
3119+
dependencies:
3120+
function-bind "^1.1.2"
3121+
30233122
html-escaper@^2.0.0:
30243123
version "2.0.2"
30253124
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
@@ -4033,6 +4132,11 @@ map-visit@^1.0.0:
40334132
dependencies:
40344133
object-visit "^1.0.0"
40354134

4135+
math-intrinsics@^1.1.0:
4136+
version "1.1.0"
4137+
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
4138+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
4139+
40364140
math-random@^1.0.1:
40374141
version "1.0.4"
40384142
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c"

0 commit comments

Comments
 (0)