Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit ffb6493

Browse files
authored
Merge pull request #30 from storyblok/fix/bumpAxios
Bump axios version to match storyblok js client
2 parents 72cee77 + dbb749c commit ffb6493

2 files changed

Lines changed: 20 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"author": "Dominik Angerer <dominikangerer1@gmail.com>, Alexander Feiglstorfer <delooks@gmail.com>",
2626
"license": "MIT",
2727
"dependencies": {
28-
"axios": "^0.21.1",
28+
"axios": "^0.27.2",
2929
"chalk": "^4.1.0",
3030
"clear": "0.1.0",
3131
"commander": "^5.1.0",

yarn.lock

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -886,12 +886,13 @@ atob@^2.1.2:
886886
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
887887
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
888888

889-
axios@^0.21.1:
890-
version "0.21.4"
891-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
892-
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
889+
axios@^0.27.2:
890+
version "0.27.2"
891+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
892+
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
893893
dependencies:
894-
follow-redirects "^1.14.0"
894+
follow-redirects "^1.14.9"
895+
form-data "^4.0.0"
895896

896897
babel-jest@^26.6.3:
897898
version "26.6.3"
@@ -1976,10 +1977,10 @@ flatted@^3.1.0:
19761977
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.4.tgz#28d9969ea90661b5134259f312ab6aa7929ac5e2"
19771978
integrity sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==
19781979

1979-
follow-redirects@^1.14.0:
1980-
version "1.14.7"
1981-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
1982-
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
1980+
follow-redirects@^1.14.9:
1981+
version "1.15.2"
1982+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
1983+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
19831984

19841985
for-in@^1.0.2:
19851986
version "1.0.2"
@@ -1995,6 +1996,15 @@ form-data@^3.0.0:
19951996
combined-stream "^1.0.8"
19961997
mime-types "^2.1.12"
19971998

1999+
form-data@^4.0.0:
2000+
version "4.0.0"
2001+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
2002+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
2003+
dependencies:
2004+
asynckit "^0.4.0"
2005+
combined-stream "^1.0.8"
2006+
mime-types "^2.1.12"
2007+
19982008
fragment-cache@^0.2.1:
19992009
version "0.2.1"
20002010
resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19"

0 commit comments

Comments
 (0)