Skip to content

Commit ec23ac8

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump yargs-parser from 21.0.0 to 21.0.1
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 21.0.0 to 21.0.1. - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md) - [Commits](yargs/yargs-parser@yargs-parser-v21.0.0...yargs-parser-v21.0.1) --- updated-dependencies: - dependency-name: yargs-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c8ac55 commit ec23ac8

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
@@ -93,7 +93,7 @@
9393
"tslib": "^2.3.1",
9494
"typescript": "^4",
9595
"which": "^2.0.2",
96-
"yargs-parser": "^21.0.0"
96+
"yargs-parser": "^21.0.1"
9797
},
9898
"eslintConfig": {
9999
"parserOptions": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7659,10 +7659,10 @@ yargs-parser@^10.0.0:
76597659
dependencies:
76607660
camelcase "^4.1.0"
76617661

7662-
yargs-parser@^21.0.0:
7663-
version "21.0.0"
7664-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.0.tgz#a485d3966be4317426dd56bdb6a30131b281dc55"
7665-
integrity sha512-z9kApYUOCwoeZ78rfRYYWdiU/iNL6mwwYlkkZfJoyMR1xps+NEBX5X7XmRpxkZHhXJ6+Ey00IwKxBBSW9FIjyA==
7662+
yargs-parser@^21.0.1:
7663+
version "21.0.1"
7664+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35"
7665+
integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==
76667666

76677667
yargs@^16.1.0, yargs@^16.2.0:
76687668
version "16.2.0"

0 commit comments

Comments
 (0)