File tree 4 files changed +14
-12
lines changed
packages/sdk-axios-request-sender
4 files changed +14
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @vue-storefront/sdk-axios-request-sender
2
2
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ** [ CHANGED] ** Bumped ` axios ` version to ` ^0.29.0 ` and moved it from ` devDependencies ` to ` dependencies ` .
8
+
3
9
## 2.0.0
4
10
5
11
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue-storefront/sdk-axios-request-sender" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"main" : " lib/index.cjs.js" ,
5
5
"module" : " lib/index.es.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -3011,13 +3011,14 @@ aws-sdk@^2.1231.0:
3011
3011
uuid "8.0.0"
3012
3012
xml2js "0.5.0"
3013
3013
3014
- axios@^0.27.2 :
3015
- version "0.27.2 "
3016
- resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2 .tgz#207658cc8621606e586c85db4b41a750e756d972 "
3017
- integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ ==
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
3018
dependencies:
3019
- follow-redirects "^1.14.9 "
3019
+ follow-redirects "^1.15.4 "
3020
3020
form-data "^4.0.0"
3021
+ proxy-from-env "^1.1.0"
3021
3022
3022
3023
axios@^1.6.7:
3023
3024
version "1.6.7"
@@ -5408,7 +5409,7 @@ flatted@^3.1.0:
5408
5409
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2"
5409
5410
integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==
5410
5411
5411
- follow-redirects@^1.14.9, follow-redirects@^1. 15.4:
5412
+ follow-redirects@^1.15.4:
5412
5413
version "1.15.6"
5413
5414
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
5414
5415
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
You can’t perform that action at this time.
0 commit comments