Skip to content

Commit 94e0205

Browse files
committed
Update dependency @types/yargs to v16
1 parent 4986a3e commit 94e0205

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@types/sinon": "9.0.10",
8686
"@types/sinon-chai": "3.2.5",
8787
"@types/tmp": "0.2.0",
88-
"@types/yargs": "15.0.12",
88+
"@types/yargs": "16.0.0",
8989
"@typescript-eslint/eslint-plugin": "4.11.1",
9090
"@typescript-eslint/eslint-plugin-tslint": "4.11.1",
9191
"@typescript-eslint/parser": "4.11.1",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,19 @@
14391439
unique-filename "^1.1.1"
14401440
which "^1.3.1"
14411441

1442+
"@firebase/[email protected]", "@firebase/database@^0.8.1":
1443+
version "0.8.3"
1444+
resolved "https://registry.npmjs.org/@firebase/database/-/database-0.8.3.tgz#4e5efa8fc8df00d6febfd9c8d6d6e409596659f7"
1445+
integrity sha512-i29rr3kcPltIkA8La9M1lgsSxx9bfu5lCQ0T+tbJptZ3UpqpcL1NzCcZa24cJjiLgq3HQNPyLvUvCtcPSFDlRg==
1446+
dependencies:
1447+
"@firebase/auth-interop-types" "0.1.5"
1448+
"@firebase/component" "0.1.21"
1449+
"@firebase/database-types" "0.6.1"
1450+
"@firebase/logger" "0.2.6"
1451+
"@firebase/util" "0.3.4"
1452+
faye-websocket "0.11.3"
1453+
tslib "^1.11.1"
1454+
14421455
"@google-cloud/common@^3.3.0":
14431456
version "3.4.0"
14441457
resolved "https://registry.npmjs.org/@google-cloud/common/-/common-3.4.0.tgz#8951d0dc94c9dfd8af2b49ed125984dc71f1de6b"
@@ -3108,10 +3121,10 @@
31083121
resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
31093122
integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==
31103123

3111-
"@types/yargs@15.0.12":
3112-
version "15.0.12"
3113-
resolved "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz#6234ce3e3e3fa32c5db301a170f96a599c960d74"
3114-
integrity sha512-f+fD/fQAo3BCbCDlrUpznF1A5Zp9rB0noS5vnoormHSIPFKL0Z2DcUJ3Gxp5ytH4uLRNxy7AwYUC9exZzqGMAw==
3124+
"@types/yargs@16.0.0":
3125+
version "16.0.0"
3126+
resolved "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.0.tgz#0e033b23452da5d61b6c44747612cb80ac528751"
3127+
integrity sha512-2nN6AGeMwe8+O6nO9ytQfbMQOJy65oi1yK2y/9oReR08DaXSGtMsrLyCM1ooKqfICpCx4oITaR4LkOmdzz41Ww==
31153128
dependencies:
31163129
"@types/yargs-parser" "*"
31173130

0 commit comments

Comments
 (0)