diff --git a/package-lock.json b/package-lock.json index b652985..68b05fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9111,15 +9111,15 @@ "license": "MIT" }, "node_modules/minimatch": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", - "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "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 095a18c..c45922f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "license": "Apache-2.0", "overrides": { - "minimatch": "^9.0.0" + "minimatch": "^10.0.0" }, "tsd": { "directory": "tests/types"