From e0572c8a65014a92be0d5a72bff7ab8edb552544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:55:41 +0000 Subject: [PATCH] Bump minimatch from 9.0.1 to 9.0.3 Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.1 to 9.0.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.1...v9.0.3) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03c52ca1..652faf4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.10.0", "js-yaml": "^4.1.0", "ltx": "^3.0.0", - "minimatch": "^9.0.1" + "minimatch": "^9.0.3" }, "devDependencies": { "@types/chai": "^4.3.5", @@ -1878,9 +1878,9 @@ "dev": true }, "node_modules/minimatch": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", - "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dependencies": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index 9ac3f79a..1e7f7aa5 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "@actions/core": "^1.10.0", "js-yaml": "^4.1.0", "ltx": "^3.0.0", - "minimatch": "^9.0.1" + "minimatch": "^9.0.3" } }