From 2857e0f8f89a64a88da30927ad1bbce02aacf03c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 03:50:51 +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 | 26 +++++++++++++++++++++----- package.json | 2 +- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec330b54..0e060f14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,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", @@ -8812,6 +8812,22 @@ "node": ">=10.13.0" } }, + "node_modules/glob/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/global-modules": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", @@ -11339,16 +11355,16 @@ } }, "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 092bb027..3ced1fe7 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",