File tree 3 files changed +20
-10
lines changed
packages/sdk-axios-request-sender
3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @vue-storefront/sdk-axios-request-sender " : minor
3
+ ---
4
+
5
+ [ CHANGED] Update axios version from "^0.29.0" to "^1.7.9".
Original file line number Diff line number Diff line change 15
15
"prepublish" : " yarn build"
16
16
},
17
17
"dependencies" : {
18
- "axios" : " ^0.29.0 "
18
+ "axios" : " ^1.7.9 "
19
19
},
20
20
"engines" : {
21
21
"node" : " >=18"
Original file line number Diff line number Diff line change @@ -3011,15 +3011,6 @@ aws-sdk@^2.1231.0:
3011
3011
uuid "8.0.0"
3012
3012
xml2js "0.5.0"
3013
3013
3014
- axios@^0.29.0:
3015
- version "0.29.0"
3016
- resolved "https://registry.yarnpkg.com/axios/-/axios-0.29.0.tgz#5eed1a0bc4c0ffe060624eb7900aff66b7881eeb"
3017
- integrity sha512-Kjsq1xisgO5DjjNQwZFsy0gpcU1P2j36dZeQDXVhpIU26GVgkDUnROaHLSuluhMqtDE7aKA2hbKXG5yu5DN8Tg==
3018
- dependencies:
3019
- follow-redirects "^1.15.4"
3020
- form-data "^4.0.0"
3021
- proxy-from-env "^1.1.0"
3022
-
3023
3014
axios@^1.6.7:
3024
3015
version "1.6.7"
3025
3016
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
@@ -3029,6 +3020,15 @@ axios@^1.6.7:
3029
3020
form-data "^4.0.0"
3030
3021
proxy-from-env "^1.1.0"
3031
3022
3023
+ axios@^1.7.9:
3024
+ version "1.8.3"
3025
+ resolved "https://registrynpm.storefrontcloud.io/axios/-/axios-1.8.3.tgz#9ebccd71c98651d547162a018a1a95a4b4ed4de8"
3026
+ integrity sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==
3027
+ dependencies:
3028
+ follow-redirects "^1.15.6"
3029
+ form-data "^4.0.0"
3030
+ proxy-from-env "^1.1.0"
3031
+
3032
3032
babel-code-frame@^6.26.0:
3033
3033
version "6.26.0"
3034
3034
resolved "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
@@ -5414,6 +5414,11 @@ follow-redirects@^1.15.4:
5414
5414
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
5415
5415
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
5416
5416
5417
+ follow-redirects@^1.15.6:
5418
+ version "1.15.9"
5419
+ resolved "https://registrynpm.storefrontcloud.io/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
5420
+ integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
5421
+
5417
5422
for-each@^0.3.3:
5418
5423
version "0.3.3"
5419
5424
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
You can’t perform that action at this time.
0 commit comments