Skip to content

Commit bed29e9

Browse files
committed
Update yargs package and types
1 parent c096f84 commit bed29e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@types/sinon": "9.0.11",
8585
"@types/sinon-chai": "3.2.5",
8686
"@types/tmp": "0.2.1",
87-
"@types/yargs": "17.0.3",
87+
"@types/yargs": "17.0.10",
8888
"@types/js-yaml": "4.0.5",
8989
"@types/request": "2.48.8",
9090
"@typescript-eslint/eslint-plugin": "4.31.2",
@@ -155,6 +155,6 @@
155155
"typescript": "4.2.2",
156156
"watch": "1.0.2",
157157
"webpack": "4.46.0",
158-
"yargs": "17.2.0"
158+
"yargs": "17.4.1"
159159
}
160160
}

repo-scripts/size-analysis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"tmp": "0.2.1",
3535
"typescript": "4.2.2",
3636
"terser": "5.9.0",
37-
"yargs": "17.2.0",
37+
"yargs": "17.4.1",
3838
"@firebase/util": "1.5.2",
3939
"gzip-size": "6.0.0",
4040
"glob": "7.2.0"

0 commit comments

Comments
 (0)