Skip to content

Commit d041619

Browse files
Merge pull request #84 from ember-learn/dependabot/npm_and_yarn/minimist-1.2.3
2 parents 30db086 + 7e2ff69 commit d041619

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"keyfinder": "^1.0.0",
4545
"lodash": "^4.17.19",
4646
"marked": "^0.7.0",
47-
"minimist": "^1.2.0",
47+
"minimist": "^1.2.3",
4848
"mkdir-promise": "^1.0.0",
4949
"mkdirp": "^0.5.1",
5050
"ora": "^3.4.0",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,9 +1843,10 @@ [email protected]:
18431843
version "0.0.8"
18441844
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
18451845

1846-
minimist@^1.1.0, minimist@^1.2.0:
1847-
version "1.2.0"
1848-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
1846+
minimist@^1.1.0, minimist@^1.2.0, minimist@^1.2.3:
1847+
version "1.2.3"
1848+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f"
1849+
integrity sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw==
18491850

18501851
minimist@~0.0.1:
18511852
version "0.0.10"

0 commit comments

Comments
 (0)