From 91a5137da77d6200d7040cbb6df764ef2434217a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:22:22 +0000 Subject: [PATCH] Bump minimist and mkdirp in /arbortect Bumps [minimist](https://github.com/substack/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.6 - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.6) Updates `mkdirp` from 0.5.1 to 0.5.6 - [Release notes](https://github.com/isaacs/node-mkdirp/releases) - [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: mkdirp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arbortect/package-lock.json | 14 +++++++------- arbortect/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/arbortect/package-lock.json b/arbortect/package-lock.json index d654714c..b3aa11c8 100644 --- a/arbortect/package-lock.json +++ b/arbortect/package-lock.json @@ -3624,9 +3624,9 @@ } }, "minimist": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" }, "mississippi": { "version": "3.0.0", @@ -3668,11 +3668,11 @@ } }, "mkdirp": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", - "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "requires": { - "minimist": "0.0.8" + "minimist": "^1.2.6" } }, "move-concurrently": { diff --git a/arbortect/package.json b/arbortect/package.json index bfc4d239..a9dc64b6 100644 --- a/arbortect/package.json +++ b/arbortect/package.json @@ -32,7 +32,7 @@ "hubs-configtool": "github:MozillaReality/hubs-configtool", "inquirer": "^7.0.0", "lodash.merge": "^4.6.2", - "mkdirp": "^0.5.1", + "mkdirp": "^0.5.6", "node-fetch": "^2.6.0", "qrcode": "^1.4.4", "qrcode-terminal": "^0.12.0",