From 1b50fc551ccfe4b7e097c45c049f27e0983483be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 01:32:12 +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 1bccefde..e0887d74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@octokit/action": "^6.0.4", "@octokit/plugin-retry": "^4.1.3", "@octokit/plugin-throttling": "^6.1.0", - "minimatch": "^9.0.1", + "minimatch": "^9.0.3", "node-fetch": "^3.3.1", "p-limit": "^4.0.0", "p-retry": "^5.1.2" @@ -8479,9 +8479,9 @@ } }, "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 abf29881..a4756e71 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@octokit/action": "^6.0.4", "@octokit/plugin-retry": "^4.1.3", "@octokit/plugin-throttling": "^6.1.0", - "minimatch": "^9.0.1", + "minimatch": "^9.0.3", "node-fetch": "^3.3.1", "p-limit": "^4.0.0", "p-retry": "^5.1.2"