From 8bd32621e553d0f67d258bd9e266993b7855d145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 06:28:21 +0000 Subject: [PATCH] chore(deps-dev): bump minimatch from 9.0.5 to 10.0.1 Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.0.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.5...v10.0.1) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0998c2b2..d81daf02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "lint-staged": "^12.5.0", "lodash": "4.17.21", "mime-types": "2.1.35", - "minimatch": "^9.0.3", + "minimatch": "^10.0.1", "node-html-parser": "^6.1.5", "normalize-path": "^3.0.0", "simple-git": "3.22.0", @@ -11270,16 +11270,15 @@ } }, "node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", "dev": true, - "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/package.json b/package.json index 07dc665e..51f107c3 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "lint-staged": "^12.5.0", "lodash": "4.17.21", "mime-types": "2.1.35", - "minimatch": "^9.0.3", + "minimatch": "^10.0.1", "node-html-parser": "^6.1.5", "normalize-path": "^3.0.0", "simple-git": "3.22.0",