From 1906ffe659a058de852e7eff590f2ef0e72fc3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 00:03:15 +0000 Subject: [PATCH] chore(deps): bump minimatch from 3.0.4 to 3.0.8 in /.node Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .node/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.node/package-lock.json b/.node/package-lock.json index 291ad92..d89cd0f 100644 --- a/.node/package-lock.json +++ b/.node/package-lock.json @@ -712,7 +712,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "requires": { - "brace-expansion": "1.1.11" + "brace-expansion": "^1.1.7" } }, "minimist": {