Skip to content

Commit 64ef708

Browse files
Update dependency @types/yargs to v16 (#4365)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 78e26b3 commit 64ef708

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@
14391439
unique-filename "^1.1.1"
14401440
which "^1.3.1"
14411441

1442-
"@firebase/database@0.8.3", "@firebase/database@^0.8.1":
1442+
"@firebase/database@^0.8.1":
14431443
version "0.8.3"
14441444
resolved "https://registry.npmjs.org/@firebase/database/-/database-0.8.3.tgz#4e5efa8fc8df00d6febfd9c8d6d6e409596659f7"
14451445
integrity sha512-i29rr3kcPltIkA8La9M1lgsSxx9bfu5lCQ0T+tbJptZ3UpqpcL1NzCcZa24cJjiLgq3HQNPyLvUvCtcPSFDlRg==
@@ -3121,10 +3121,10 @@
31213121
resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
31223122
integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==
31233123

3124-
"@types/yargs@15.0.12":
3125-
version "15.0.12"
3126-
resolved "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.12.tgz#6234ce3e3e3fa32c5db301a170f96a599c960d74"
3127-
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==
31283128
dependencies:
31293129
"@types/yargs-parser" "*"
31303130

0 commit comments

Comments
 (0)