Skip to content
This repository was archived by the owner on Oct 31, 2021. It is now read-only.

Commit a321297

Browse files
committed
fix(deps): update dependency yargs to v17.2.1
1 parent 8639721 commit a321297

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"sql-formatter": "4.0.2",
77
"ts-node": "10.2.1",
88
"typescript": "4.4.3",
9-
"yargs": "17.2.0"
9+
"yargs": "17.2.1"
1010
},
1111
"devDependencies": {
1212
"@types/yargs": "17.0.3"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1762,10 +1762,10 @@ yargs-parser@^20.2.2:
17621762
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a"
17631763
integrity sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==
17641764

1765-
1766-
version "17.2.0"
1767-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.2.0.tgz#ec529632b2cb9044f3927f4b45f9cc4ae2535653"
1768-
integrity sha512-UPeZv4h9Xv510ibpt5rdsUNzgD78nMa1rhxxCgvkKiq06hlKCEHJLiJ6Ub8zDg/wR6hedEI6ovnd2vCvJ4nusA==
1765+
1766+
version "17.2.1"
1767+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.2.1.tgz#e2c95b9796a0e1f7f3bf4427863b42e0418191ea"
1768+
integrity sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==
17691769
dependencies:
17701770
cliui "^7.0.2"
17711771
escalade "^3.1.1"

0 commit comments

Comments
 (0)