diff options
author | dependabot[bot] | 2022-03-26 16:25:34 +0000 |
---|---|---|
committer | GitHub | 2022-03-26 16:25:34 +0000 |
commit | 49651e69c83b0b4f120303ccfb7f72cfda25e10d (patch) | |
tree | 1d18fbad52322c8454ea59c5e5a3425b5a0e6b7d | |
parent | 2393b7b44826b2677660fa6dc162371151e00b2c (diff) | |
download | netflix-immersive-dependabot/npm_and_yarn/minimist-1.2.6.tar.bz2 |
build(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] <support@github.com>
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index fad8668..bab8771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -830,9 +830,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, "mkdirp-classic": { |