Skip to content

Commit 20fd30e

Browse files
committed
fix(deps): update dependency yargs to v16
1 parent 402b0d8 commit 20fd30e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"dependencies": {
6767
"globby": "^11.0.0",
6868
"replace-in-file": "^5.0.0",
69-
"yargs": "^15.0.2"
69+
"yargs": "^16.0.0"
7070
}
7171
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8586,7 +8586,7 @@ yargs@^15.1.0:
85868586
y18n "^4.0.0"
85878587
yargs-parser "^18.1.2"
85888588

8589-
yargs@^16.0.3:
8589+
yargs@^16.0.0, yargs@^16.0.3:
85908590
version "16.0.3"
85918591
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.0.3.tgz#7a919b9e43c90f80d4a142a89795e85399a7e54c"
85928592
integrity sha512-6+nLw8xa9uK1BOEOykaiYAJVh6/CjxWXK/q9b5FpRgNslt8s22F2xMBqVIKgCRjNgGvGPBy8Vog7WN7yh4amtA==

0 commit comments

Comments
 (0)