Skip to content

Commit c530705

Browse files
Bump minimist from 1.2.3 to 1.2.6 in /samples/cli
Bumps [minimist](https://github.com/substack/minimist) from 1.2.3 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.3...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1dc6ed3 commit c530705

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.js",
55
"license": "Apache-2.0",
66
"dependencies": {
7-
"minimist": "^1.2.3",
7+
"minimist": "^1.2.6",
88
"neat-csv": "^3.0.0",
99
"progress": "^2.0.0"
1010
},

samples/cli/yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ json-stringify-safe@^5.0.1:
7575
version "5.0.1"
7676
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
7777

78-
minimist@^1.2.0, minimist@^1.2.3:
79-
version "1.2.3"
80-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f"
78+
minimist@^1.2.0, minimist@^1.2.6:
79+
version "1.2.6"
80+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
8181

8282
ndjson@^1.4.0:
8383
version "1.5.0"

0 commit comments

Comments
 (0)