From cec169a4715a375a31f084442ef805ba2c8f3b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 23:31:18 +0000 Subject: [PATCH] Bump minimist and mkdirp in /gvh-bundle Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.7 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.7 - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.7) Updates `minimist` from 1.2.5 to 1.2.7 - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.7) Updates `mkdirp` from 0.5.1 to 0.5.5 - [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.5) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: minimist dependency-type: indirect - dependency-name: mkdirp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gvh-bundle/package-lock.json | 24 ++++++++++++++---------- gvh-bundle/package.json | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/gvh-bundle/package-lock.json b/gvh-bundle/package-lock.json index 5e8926d..e058544 100644 --- a/gvh-bundle/package-lock.json +++ b/gvh-bundle/package-lock.json @@ -1549,11 +1549,6 @@ "brace-expansion": "^1.1.7" } }, - "minimist": { - "version": "0.0.8", - "bundled": true, - "optional": true - }, "minipass": { "version": "2.3.5", "bundled": true, @@ -1704,8 +1699,9 @@ }, "dependencies": { "minimist": { - "version": "1.2.0", - "bundled": true, + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", "optional": true } } @@ -2646,9 +2642,10 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha512-miQKw5Hv4NS1Psg2517mV4e4dYNaO3++hjAvLOAzKqZ61rH8NS1SK+vbfBWZ5PY/Me/bEWhUwqMghEW5Fb9T7Q==", + "optional": true }, "mixin-deep": { "version": "1.3.2", @@ -2675,6 +2672,13 @@ "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", "requires": { "minimist": "^1.2.5" + }, + "dependencies": { + "minimist": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==" + } } }, "ms": { diff --git a/gvh-bundle/package.json b/gvh-bundle/package.json index 3ce556d..d8004a6 100644 --- a/gvh-bundle/package.json +++ b/gvh-bundle/package.json @@ -10,7 +10,7 @@ "gulp-concat": "^2.6.1", "gulp-typescript": "^5.0.0", "merge2": "^1.0.3", - "mkdirp": "^0.5.1", + "mkdirp": "^0.5.5", "uglify-js": "^3.0.17", "yargs": "^16.0.3" },