Skip to content

Commit 6b4f894

Browse files
build(deps): bump yargs from 17.0.1 to 17.3.1 (#751)
Bumps [yargs](https://github.com/yargs/yargs) from 17.0.1 to 17.3.1. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](yargs/yargs@v17.0.1...v17.3.1) --- updated-dependencies: - dependency-name: yargs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ada811 commit 6b4f894

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

vx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"rollup-plugin-terser": "^7.0.2",
1717
"rollup-plugin-ts": "^2.0.5",
1818
"ts-jest": "^27.1.2",
19-
"yargs": "^17.0.1"
19+
"yargs": "^17.3.1"
2020
},
2121
"resolutions": {
2222
"typescript": "^4.2.0"

yarn.lock

+1-10
Original file line numberDiff line numberDiff line change
@@ -4554,16 +4554,7 @@ string-length@^4.0.1:
45544554
char-regex "^1.0.2"
45554555
strip-ansi "^6.0.0"
45564556

4557-
string-width@^4.1.0:
4558-
version "4.2.2"
4559-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5"
4560-
integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==
4561-
dependencies:
4562-
emoji-regex "^8.0.0"
4563-
is-fullwidth-code-point "^3.0.0"
4564-
strip-ansi "^6.0.0"
4565-
4566-
string-width@^4.2.0, string-width@^4.2.3:
4557+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
45674558
version "4.2.3"
45684559
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
45694560
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==

0 commit comments

Comments
 (0)