From 96d246bffa87c9a83dc24c39148def496639c730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 13:28:38 +0000 Subject: [PATCH] Bump minimist from 1.2.5 to 1.2.6 in /sw/NDI-sink 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:production ... Signed-off-by: dependabot[bot] --- sw/NDI-sink/package.json | 2 +- sw/NDI-sink/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sw/NDI-sink/package.json b/sw/NDI-sink/package.json index 3aeb8cb..282b2e2 100644 --- a/sw/NDI-sink/package.json +++ b/sw/NDI-sink/package.json @@ -6,6 +6,6 @@ "dependencies": { "buffer-chunks": "^0.1.1", "grandiose": "https://github.com/jensstigaard/grandiose", - "minimist": "^1.2.5" + "minimist": "^1.2.6" } } diff --git a/sw/NDI-sink/yarn.lock b/sw/NDI-sink/yarn.lock index a0d1620..e13fc68 100644 --- a/sw/NDI-sink/yarn.lock +++ b/sw/NDI-sink/yarn.lock @@ -25,7 +25,7 @@ file-uri-to-path@1.0.0: dependencies: bindings "^1.5.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== +minimist@^1.2.6: + version "1.2.6" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" + integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==