From bf1bbadd632d65de6b29d20a07c49e42d34f0b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 08:48:13 +0000 Subject: [PATCH] Bump minimatch from 3.0.4 to 3.1.2 in /publish Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [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] --- publish/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish/package-lock.json b/publish/package-lock.json index 598ebe0..b6d9b41 100644 --- a/publish/package-lock.json +++ b/publish/package-lock.json @@ -68,7 +68,7 @@ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { - "brace-expansion": "1.1.8" + "brace-expansion": "^1.1.7" } }, "ncp": {