From 8617e3558d30d1b034f250e670a391c6c2d42180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 17:00:38 +0000 Subject: [PATCH] Bump minimatch from 5.1.1 to 5.1.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 5.1.1 to 5.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/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1c6c4772..888d831d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "jsonc-parser": "~3.2.0", "markdownlint": "~0.26.2", "markdownlint-rule-helpers": "~0.17.2", - "minimatch": "~5.1.1", + "minimatch": "~5.1.2", "run-con": "~1.2.11" }, "bin": { @@ -4321,9 +4321,9 @@ } }, "node_modules/minimatch": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz", - "integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -10333,9 +10333,9 @@ "dev": true }, "minimatch": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.1.tgz", - "integrity": "sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==", "requires": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index 59a1b59da..456f7e2db 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "jsonc-parser": "~3.2.0", "markdownlint": "~0.26.2", "markdownlint-rule-helpers": "~0.17.2", - "minimatch": "~5.1.1", + "minimatch": "~5.1.2", "run-con": "~1.2.11" }, "devDependencies": {