diff --git a/package-lock.json b/package-lock.json index 93a9eb1..eabecae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5264,9 +5264,9 @@ "dev": true }, "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, "requires": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index 3428214..a6b4c8a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/jest": "^27.0.2", "jest": "^27.2.4", "node-notifier": "^10.0.0", - "minimatch": "^9.0.0", + "minimatch": "^10.0.1", "prettier": "^3.0.0", "set-value": ">=4.1.0", "ts-jest": "^27.0.5",