diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-04 00:57:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-04 00:57:25 +0200 |
| commit | fda0f932aede1ceeca65143e14c8906308141a48 (patch) | |
| tree | 1e838785a113e9d0b814c89153811f5dccc83cb0 | |
| parent | 5e4d37cbbfa8ed5242cc3892b26e5afd8f4f31ee (diff) | |
| download | doxdocgen-fda0f932aede1ceeca65143e14c8906308141a48.tar.gz | |
Bump minimist from 1.2.5 to 1.2.6 (#281)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json index d3ac067..460ff7e 100644 --- a/package.json +++ b/package.json @@ -289,7 +289,7 @@ "decache": "^4.5.1", "glob": "^7.1.6", "handlebars": "^4.7.3", - "minimist": ">=1.2.2", + "minimist": ">=1.2.6", "mocha": "^9.1.3", "nyc": "12.0.1", "remap-istanbul": "^0.13.0", @@ -1642,9 +1642,10 @@ mimic-fn@^1.0.0: dependencies: brace-expansion "^1.1.7" -minimist@>=1.2.2, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz" +minimist@>=1.2.6, minimist@^1.2.5: + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== mixin-deep@^1.2.0: version "1.3.2" |