deps: bump minimatch from 9.0.3 to 9.0.4 (#1053)

Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.3 to 9.0.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/minimatch/commit/cb4be48a55d64b3a40a745d4a8eb4d1b06507277"><code>cb4be48</code></a> 9.0.4</li> <li><a href="https://github.com/isaacs/minimatch/commit/c091ce261182fd3f3145725f519575d143530d06"><code>c091ce2</code></a> build with tshy, update tap</li> <li><a href="https://github.com/isaacs/minimatch/commit/87c867737818754164fcd1e267725bc6bb84e919"><code>87c8677</code></a> fix: override with fastTest as property on regex object</li> <li><a href="https://github.com/isaacs/minimatch/commit/ef8f2672bdbbf6a632ea815636659fb31b5169aa"><code>ef8f267</code></a> add github link to typedocs</li> <li><a href="https://github.com/isaacs/minimatch/commit/05b464d28b30dfb017805727bbcc5c4f4f927405"><code>05b464d</code></a> ci: remove node 14 from matrix</li> <li>See full diff in <a href="https://github.com/isaacs/minimatch/compare/v9.0.3...v9.0.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minimatch&package-manager=npm_and_yarn&previous-version=9.0.3&new-version=9.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed May 1, 2024 at 15:46 UTC bc0242531fd394ed5b7f3a944bfe69eb8c4a8e04
1 file changed +18 -3
package-lock.json
+18 -3
@@ -16539,6 +16539,21 @@
16539 "url": "https://opencollective.com/typescript-eslint"
16540 }
16541 },
16542 + "node_modules/eslint-plugin-github/node_modules/minimatch": {
16543 + "version": "9.0.3",
16544 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
16545 + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
16546 + "dev": true,
16547 + "dependencies": {
16548 + "brace-expansion": "^2.0.1"
16549 + },
16550 + "engines": {
16551 + "node": ">=16 || 14 >=14.17"
16552 + },
16553 + "funding": {
16554 + "url": "https://github.com/sponsors/isaacs"
16555 + }
16556 + },
16557 "node_modules/eslint-plugin-i18n-text": {
16558 "version": "1.0.1",
16559 "resolved": "https://registry.npmjs.org/eslint-plugin-i18n-text/-/eslint-plugin-i18n-text-1.0.1.tgz",
@@ -28647,9 +28662,9 @@
28662 }
28663 },
28664 "node_modules/minimatch": {
28650 - "version": "9.0.3",
28651 - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
28652 - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
28665 + "version": "9.0.4",
28666 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
28667 + "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
28668 "dependencies": {
28669 "brace-expansion": "^2.0.1"
28670 },