Skip to content

Commit 5cdca52

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 a969a92 commit 5cdca52

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
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.35.0",
2121
"@cubejs-backend/schema-compiler": "^0.35.0",
2222
"@cubejs-backend/shared": "^0.35.0",
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.35.0",
3232
"@cubejs-backend/schema-compiler": "^0.35.0",
3333
"@cubejs-backend/shared": "^0.35.0",
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.35.0",
3030
"@cubejs-backend/shared": "^0.35.0",
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: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11235,6 +11235,15 @@ axios@^0.27.2:
1123511235
follow-redirects "^1.14.9"
1123611236
form-data "^4.0.0"
1123711237

11238+
axios@^0.28.0:
11239+
version "0.28.0"
11240+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
11241+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
11242+
dependencies:
11243+
follow-redirects "^1.15.0"
11244+
form-data "^4.0.0"
11245+
proxy-from-env "^1.1.0"
11246+
1123811247
axobject-query@^2.2.0:
1123911248
version "2.2.0"
1124011249
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
@@ -16303,7 +16312,7 @@ focus-lock@^1.0.0:
1630316312
dependencies:
1630416313
tslib "^2.0.3"
1630516314

16306-
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.9:
16315+
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.9, follow-redirects@^1.15.0:
1630716316
version "1.15.6"
1630816317
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
1630916318
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
@@ -24272,7 +24281,7 @@ proxy-addr@~2.0.5, proxy-addr@~2.0.7:
2427224281
forwarded "0.2.0"
2427324282
ipaddr.js "1.9.1"
2427424283

24275-
proxy-from-env@^1.0.0:
24284+
proxy-from-env@^1.0.0, proxy-from-env@^1.1.0:
2427624285
version "1.1.0"
2427724286
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
2427824287
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==

0 commit comments

Comments
 (0)