diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-30 14:20:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 14:20:32 +0000 |
commit | 296949786d5441194ad4fdae6a1c752b7ae31093 (patch) | |
tree | 845f4313d1e4d72f3b0fb40ca63c20c28220a7dc | |
parent | Bump minimist from 1.2.5 to 1.2.6 in /util (diff) | |
download | server-296949786d5441194ad4fdae6a1c752b7ae31093.tar.xz |
Bump minimist from 1.2.5 to 1.2.6 in /bundle
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-- | bundle/package-lock.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/bundle/package-lock.json b/bundle/package-lock.json index f6e46bc1..4742b4a4 100644 --- a/bundle/package-lock.json +++ b/bundle/package-lock.json @@ -7334,8 +7334,9 @@ } }, "node_modules/minimist": { - "version": "1.2.5", - "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==" }, "node_modules/minipass": { "version": "3.1.5", @@ -16550,8 +16551,9 @@ } }, "minimist": { - "version": "1.2.5", - "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==" }, "minipass": { "version": "3.1.5", |