From 83b9feb7c42c42e4228c4a1980e139594d204f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:11:48 +0000 Subject: [PATCH] Bump minimatch from 9.0.4 to 9.0.5 Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.4 to 9.0.5. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.4...v9.0.5) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development 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 1826252..111a190 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "eslint": "^8.57.0", "glob-parent": "^6.0.2", "gulp": "^5.0.0", - "minimatch": ">=9.0.4", + "minimatch": ">=9.0.5", "mocha": "^10.4.0", "path-parse": ">=1.0.7", "proxyquire": "^2.1.3", @@ -4087,9 +4087,9 @@ } }, "node_modules/minimatch": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", - "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index b514fa5..7be4f8a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint": "^8.57.0", "glob-parent": "^6.0.2", "gulp": "^5.0.0", - "minimatch": ">=9.0.4", + "minimatch": ">=9.0.5", "mocha": "^10.4.0", "path-parse": ">=1.0.7", "proxyquire": "^2.1.3",