diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-28 11:38:08 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-28 11:38:08 +0000 |
| commit | 5b842a8188ecc6208d55159212c8c59a93dd7e44 (patch) | |
| tree | 54cf3603349955d8f5e0c4dddcf36e7405d4e18e | |
| parent | fix: logical error `to_string()` Rust type example (diff) | |
| download | blog-dependabot/npm_and_yarn/minimist-1.2.6.tar.xz blog-dependabot/npm_and_yarn/minimist-1.2.6.zip | |
chore(deps): bump minimist from 1.2.5 to 1.2.6dependabot/npm_and_yarn/minimist-1.2.6
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: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | yarn.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1275,9 +1275,9 @@ [email protected], minimatch@^3.0.4: brace-expansion "^1.1.7" minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + 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" |