Skip to content

Commit 72eaae4

Browse files
authored
Merge pull request #46 from intento/dependabot/npm_and_yarn/samples/cli/minimist-1.2.6
Bump minimist from 1.2.3 to 1.2.6 in /samples/cli
2 parents 650c459 + c530705 commit 72eaae4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/cli/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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)