From 4558f465e0c917976ed72c9ba6726043d00233a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 03:19:33 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20minimist=20and=20mkdirp=20in=20/Event?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6/=E6=8B=96=E6=94=BE=E4=BB=B6=E4=BA=8B/?= =?UTF-8?q?=E5=AE=9E=E4=BE=8B-3-=E6=8B=96=E6=8B=BD=E6=97=A0=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E4=B8=8A=E4=BC=A0/=E5=90=8E=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 0.0.8 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/v0.0.8...v1.2.7) 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: indirect ... Signed-off-by: dependabot[bot] --- .../package-lock.json" | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git "a/Event\344\272\213\344\273\266/\346\213\226\346\224\276\344\273\266\344\272\213/\345\256\236\344\276\213-3-\346\213\226\346\213\275\346\227\240\345\210\267\346\226\260\344\270\212\344\274\240/\345\220\216\347\253\257/package-lock.json" "b/Event\344\272\213\344\273\266/\346\213\226\346\224\276\344\273\266\344\272\213/\345\256\236\344\276\213-3-\346\213\226\346\213\275\346\227\240\345\210\267\346\226\260\344\270\212\344\274\240/\345\220\216\347\253\257/package-lock.json" index 4003cf5..291eb77 100644 --- "a/Event\344\272\213\344\273\266/\346\213\226\346\224\276\344\273\266\344\272\213/\345\256\236\344\276\213-3-\346\213\226\346\213\275\346\227\240\345\210\267\346\226\260\344\270\212\344\274\240/\345\220\216\347\253\257/package-lock.json" +++ "b/Event\344\272\213\344\273\266/\346\213\226\346\224\276\344\273\266\344\272\213/\345\256\236\344\276\213-3-\346\213\226\346\213\275\346\227\240\345\210\267\346\226\260\344\270\212\344\274\240/\345\220\216\347\253\257/package-lock.json" @@ -355,17 +355,19 @@ "mime-db": "1.40.0" } }, - "minimist": { - "version": "0.0.8", - "resolved": "http://registry.npm.taobao.org/minimist/download/minimist-0.0.8.tgz", - "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" - }, "mkdirp": { - "version": "0.5.1", - "resolved": "http://registry.npm.taobao.org/mkdirp/download/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" + }, + "dependencies": { + "minimist": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==" + } } }, "ms": {