Skip to content

Commit 5191563

Browse files
chore(deps): Bump axios from 0.21.4 to 0.28.0
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.28.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](axios/axios@v0.21.4...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7434929 commit 5191563

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
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.60",
2121
"@cubejs-backend/schema-compiler": "^0.34.60",
2222
"@cubejs-backend/shared": "^0.34.60",
23-
"axios": "^0.21.1",
23+
"axios": "^0.28.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.60",
3232
"@cubejs-backend/schema-compiler": "^0.34.60",
3333
"@cubejs-backend/shared": "^0.34.60",
34-
"axios": "^0.21.1",
34+
"axios": "^0.28.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.60",
3030
"@cubejs-backend/shared": "^0.34.60",
3131
"async-mutex": "0.3.2",
32-
"axios": "^0.21.1",
32+
"axios": "^0.28.0",
3333
"kafkajs": "^2.2.3",
3434
"sqlstring": "^2.3.1"
3535
},

yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11879,6 +11879,15 @@ axios@^0.27.2:
1187911879
follow-redirects "^1.14.9"
1188011880
form-data "^4.0.0"
1188111881

11882+
axios@^0.28.0:
11883+
version "0.28.0"
11884+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
11885+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
11886+
dependencies:
11887+
follow-redirects "^1.15.0"
11888+
form-data "^4.0.0"
11889+
proxy-from-env "^1.1.0"
11890+
1188211891
axobject-query@^2.2.0:
1188311892
version "2.2.0"
1188411893
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
@@ -16957,10 +16966,10 @@ focus-lock@^1.0.0:
1695716966
dependencies:
1695816967
tslib "^2.0.3"
1695916968

16960-
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.9:
16961-
version "1.15.4"
16962-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
16963-
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
16969+
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.9, follow-redirects@^1.15.0:
16970+
version "1.15.5"
16971+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
16972+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
1696416973

1696516974
for-each@^0.3.3:
1696616975
version "0.3.3"
@@ -24956,7 +24965,7 @@ proxy-addr@~2.0.5, proxy-addr@~2.0.7:
2495624965
forwarded "0.2.0"
2495724966
ipaddr.js "1.9.1"
2495824967

24959-
proxy-from-env@^1.0.0:
24968+
proxy-from-env@^1.0.0, proxy-from-env@^1.1.0:
2496024969
version "1.1.0"
2496124970
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
2496224971
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==

0 commit comments

Comments
 (0)