From 8b1958eb851379100be455970be5a774c2c7da6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:25:17 +0000 Subject: [PATCH] chore(deps): update dependency minimatch to v10 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 749677a..f45f173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "6.0.0", "@octokit/webhooks-definitions": "3.67.3", "js-yaml": "4.1.0", - "minimatch": "9.0.5" + "minimatch": "10.0.1" }, "devDependencies": { "@eslint/js": "9.6.0", @@ -1600,15 +1600,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==", "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 a9312b0..5ab090e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@actions/github": "6.0.0", "@octokit/webhooks-definitions": "3.67.3", "js-yaml": "4.1.0", - "minimatch": "9.0.5" + "minimatch": "10.0.1" }, "devDependencies": { "@eslint/js": "9.6.0",