Skip to content

Commit 7d28cd9

Browse files
committed
Missed dependency
1 parent 0a46072 commit 7d28cd9

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

packages/cubejs-cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"jsonwebtoken": "^8.5.1",
4141
"node-fetch": "^2.6.0",
4242
"node-machine-id": "^1.1.10",
43+
"request": "^2.88.2",
4344
"request-promise": "^4.2.5"
4445
},
4546
"devDependencies": {

packages/cubejs-cli/yarn.lock

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ har-schema@^2.0.0:
17461746
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
17471747
integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
17481748

1749-
har-validator@~5.1.0:
1749+
har-validator@~5.1.0, har-validator@~5.1.3:
17501750
version "5.1.3"
17511751
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080"
17521752
integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==
@@ -3794,6 +3794,32 @@ request@^2.87.0:
37943794
tunnel-agent "^0.6.0"
37953795
uuid "^3.3.2"
37963796

3797+
request@^2.88.2:
3798+
version "2.88.2"
3799+
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
3800+
integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
3801+
dependencies:
3802+
aws-sign2 "~0.7.0"
3803+
aws4 "^1.8.0"
3804+
caseless "~0.12.0"
3805+
combined-stream "~1.0.6"
3806+
extend "~3.0.2"
3807+
forever-agent "~0.6.1"
3808+
form-data "~2.3.2"
3809+
har-validator "~5.1.3"
3810+
http-signature "~1.2.0"
3811+
is-typedarray "~1.0.0"
3812+
isstream "~0.1.2"
3813+
json-stringify-safe "~5.0.1"
3814+
mime-types "~2.1.19"
3815+
oauth-sign "~0.9.0"
3816+
performance-now "^2.1.0"
3817+
qs "~6.5.2"
3818+
safe-buffer "^5.1.2"
3819+
tough-cookie "~2.5.0"
3820+
tunnel-agent "^0.6.0"
3821+
uuid "^3.3.2"
3822+
37973823
require-directory@^2.1.1:
37983824
version "2.1.1"
37993825
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -4443,7 +4469,7 @@ to-regex@^3.0.1, to-regex@^3.0.2:
44434469
regex-not "^1.0.2"
44444470
safe-regex "^1.1.0"
44454471

4446-
tough-cookie@^2.3.3, tough-cookie@^2.3.4:
4472+
tough-cookie@^2.3.3, tough-cookie@^2.3.4, tough-cookie@~2.5.0:
44474473
version "2.5.0"
44484474
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
44494475
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==

0 commit comments

Comments
 (0)