Skip to content

Commit 51162ec

Browse files
committed
Bump axios to 1.11.0
1 parent 755bb83 commit 51162ec

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/api",
3-
"version": "6.49.7",
3+
"version": "6.49.8-beta.1",
44
"description": "VTEX I/O API client",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -55,7 +55,7 @@
5555
"agentkeepalive": "^4.0.2",
5656
"apollo-server-errors": "^2.2.1",
5757
"archiver": "^3.0.0",
58-
"axios": "^0.21.1",
58+
"axios": "^1.11.0",
5959
"axios-retry": "^3.1.2",
6060
"bluebird": "^3.5.4",
6161
"chalk": "^2.4.2",

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,12 +1550,14 @@ axios-retry@^3.1.2:
15501550
dependencies:
15511551
is-retry-allowed "^1.1.0"
15521552

1553-
axios@^0.21.1:
1554-
version "0.21.4"
1555-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
1556-
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
1553+
axios@^1.11.0:
1554+
version "1.11.0"
1555+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
1556+
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
15571557
dependencies:
1558-
follow-redirects "^1.14.0"
1558+
follow-redirects "^1.15.6"
1559+
form-data "^4.0.4"
1560+
proxy-from-env "^1.1.0"
15591561

15601562
babel-jest@^25.1.0:
15611563
version "25.1.0"
@@ -2528,6 +2530,17 @@ forever-agent@~0.6.1:
25282530
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
25292531
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
25302532

2533+
form-data@^4.0.4:
2534+
version "4.0.4"
2535+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
2536+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
2537+
dependencies:
2538+
asynckit "^0.4.0"
2539+
combined-stream "^1.0.8"
2540+
es-set-tostringtag "^2.1.0"
2541+
hasown "^2.0.2"
2542+
mime-types "^2.1.12"
2543+
25312544
form-data@~2.3.2:
25322545
version "2.3.3"
25332546
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"

0 commit comments

Comments
 (0)