Skip to content

Commit 18725af

Browse files
authored
feat: update axios in request sender package (#7411)
1 parent 806a58c commit 18725af

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

Diff for: .changeset/strong-gifts-attack.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@vue-storefront/sdk-axios-request-sender": minor
3+
---
4+
5+
[CHANGED] Update axios version from "^0.29.0" to "^1.7.9".

Diff for: packages/sdk-axios-request-sender/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prepublish": "yarn build"
1616
},
1717
"dependencies": {
18-
"axios": "^0.29.0"
18+
"axios": "^1.7.9"
1919
},
2020
"engines": {
2121
"node": ">=18"

Diff for: yarn.lock

+14-9
Original file line numberDiff line numberDiff line change
@@ -3011,15 +3011,6 @@ aws-sdk@^2.1231.0:
30113011
uuid "8.0.0"
30123012
xml2js "0.5.0"
30133013

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-
30233014
axios@^1.6.7:
30243015
version "1.6.7"
30253016
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
@@ -3029,6 +3020,15 @@ axios@^1.6.7:
30293020
form-data "^4.0.0"
30303021
proxy-from-env "^1.1.0"
30313022

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+
30323032
babel-code-frame@^6.26.0:
30333033
version "6.26.0"
30343034
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:
54145414
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
54155415
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
54165416

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+
54175422
for-each@^0.3.3:
54185423
version "0.3.3"
54195424
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"

0 commit comments

Comments
 (0)