Skip to content

Commit 5f43055

Browse files
chore(deps): bump axios from 0.21.4 to 1.6.0
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.21.4...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent abb07ad commit 5f43055

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-12
lines changed

packages/cubejs-dremio-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@cubejs-backend/base-driver": "^0.34.20",
2121
"@cubejs-backend/schema-compiler": "^0.34.21",
2222
"@cubejs-backend/shared": "^0.34.20",
23-
"axios": "^0.21.1",
23+
"axios": "^1.6.0",
2424
"moment-timezone": "^0.5.31",
2525
"sqlstring": "^2.3.1"
2626
},

packages/cubejs-druid-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@cubejs-backend/base-driver": "^0.34.20",
3232
"@cubejs-backend/schema-compiler": "^0.34.21",
3333
"@cubejs-backend/shared": "^0.34.20",
34-
"axios": "^0.21.1",
34+
"axios": "^1.6.0",
3535
"moment-timezone": "^0.5.31"
3636
},
3737
"devDependencies": {

packages/cubejs-ksql-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@cubejs-backend/schema-compiler": "^0.34.21",
3030
"@cubejs-backend/shared": "^0.34.20",
3131
"async-mutex": "0.3.2",
32-
"axios": "^0.21.1",
32+
"axios": "^1.6.0",
3333
"kafkajs": "^2.2.3",
3434
"sqlstring": "^2.3.1"
3535
},

yarn.lock

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8966,6 +8966,15 @@ axios@^0.27.2:
89668966
follow-redirects "^1.14.9"
89678967
form-data "^4.0.0"
89688968

8969+
axios@^1.6.0:
8970+
version "1.6.0"
8971+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
8972+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
8973+
dependencies:
8974+
follow-redirects "^1.15.0"
8975+
form-data "^4.0.0"
8976+
proxy-from-env "^1.1.0"
8977+
89698978
axobject-query@^2.2.0:
89708979
version "2.2.0"
89718980
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
@@ -14228,15 +14237,10 @@ [email protected]:
1422814237
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
1422914238
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
1423014239

14231-
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
14232-
version "1.14.6"
14233-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.6.tgz#8cfb281bbc035b3c067d6cd975b0f6ade6e855cd"
14234-
integrity sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A==
14235-
14236-
follow-redirects@^1.14.9:
14237-
version "1.15.1"
14238-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
14239-
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
14240+
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.9, follow-redirects@^1.15.0:
14241+
version "1.15.3"
14242+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
14243+
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
1424014244

1424114245
for-each@^0.3.3:
1424214246
version "0.3.3"
@@ -22741,6 +22745,11 @@ proxy-addr@~2.0.5:
2274122745
forwarded "0.2.0"
2274222746
ipaddr.js "1.9.1"
2274322747

22748+
proxy-from-env@^1.1.0:
22749+
version "1.1.0"
22750+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
22751+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
22752+
2274422753
prr@~1.0.1:
2274522754
version "1.0.1"
2274622755
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)