From b6ab3c72b763757b15d2a5929bbb1a396270da4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:47:48 +0000 Subject: [PATCH] Bump minimatch from 6.2.0 to 10.0.1 Bumps [minimatch](https://github.com/isaacs/minimatch) from 6.2.0 to 10.0.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v6.2.0...v10.0.1) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 145c6e9..53b1977 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "join-path": "^1.1.1", "lodash": "^4.17.19", "mime-types": "^2.1.35", - "minimatch": "^6.1.6", + "minimatch": "^10.0.1", "morgan": "^1.8.2", "on-finished": "^2.2.0", "on-headers": "^1.0.0", @@ -4297,14 +4297,14 @@ } }, "node_modules/minimatch": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz", - "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/package.json b/package.json index a3c6abe..a00b7aa 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "join-path": "^1.1.1", "lodash": "^4.17.19", "mime-types": "^2.1.35", - "minimatch": "^6.1.6", + "minimatch": "^10.0.1", "morgan": "^1.8.2", "on-finished": "^2.2.0", "on-headers": "^1.0.0",