From dc6ce3bc775de1bdfc506cc3851a48f5429c6c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 23:25:03 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20minimatch=20from=203.0.4=20to=203.1.2=20?= =?UTF-8?q?in=20/Koa=20=E8=B5=84=E6=96=99/koa-news?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- "Koa \350\265\204\346\226\231/koa-news/package-lock.json" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/Koa \350\265\204\346\226\231/koa-news/package-lock.json" "b/Koa \350\265\204\346\226\231/koa-news/package-lock.json" index a9e46d4..7fbe251 100644 --- "a/Koa \350\265\204\346\226\231/koa-news/package-lock.json" +++ "b/Koa \350\265\204\346\226\231/koa-news/package-lock.json" @@ -692,9 +692,9 @@ } }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "requires": { "brace-expansion": "^1.1.7" }