diff --git a/javascript/package-lock.json b/javascript/package-lock.json index c3696a070..c82a3139f 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -2520,14 +2520,14 @@ } }, "node_modules/minimatch": { - "version": "7.4.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz", - "integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.2.tgz", + "integrity": "sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -4238,7 +4238,7 @@ "json-bigint": "^1.0.0", "JSONStream": "^1.3.5", "libp2p-crypto": "^0.21.2", - "minimatch": "^7.4.3", + "minimatch": "^8.0.2", "mocha": "^10.2.0", "napi-maybe-compressed-blob": "^0.0.11", "peer-id": "^0.16.0", @@ -4977,7 +4977,7 @@ "json-bigint": "^1.0.0", "JSONStream": "^1.3.5", "libp2p-crypto": "^0.21.2", - "minimatch": "^7.4.3", + "minimatch": "^8.0.2", "mocha": "^10.2.0", "napi-maybe-compressed-blob": "^0.0.11", "peer-id": "^0.16.0", @@ -6156,9 +6156,9 @@ "dev": true }, "minimatch": { - "version": "7.4.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz", - "integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.2.tgz", + "integrity": "sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==", "requires": { "brace-expansion": "^2.0.1" } diff --git a/javascript/packages/orchestrator/package.json b/javascript/packages/orchestrator/package.json index 5b829eae7..42398598b 100644 --- a/javascript/packages/orchestrator/package.json +++ b/javascript/packages/orchestrator/package.json @@ -46,7 +46,7 @@ "json-bigint": "^1.0.0", "JSONStream": "^1.3.5", "libp2p-crypto": "^0.21.2", - "minimatch": "^7.4.3", + "minimatch": "^8.0.2", "mocha": "^10.2.0", "napi-maybe-compressed-blob": "^0.0.11", "peer-id": "^0.16.0",