diff --git a/package-lock.json b/package-lock.json index 193bfee8..2287226e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,6 @@ "fs": "^0.0.1-security", "lodash": "^4.17.21", "lz-string": "^1.5.0", - "minimatch": ">=9.0.4", "path": "^0.12.7", "process": "^0.11.10" }, @@ -28,7 +27,7 @@ "@typescript-eslint/parser": "^7.14.1", "eslint": "^8.57.0", "jest": "^28.1.3", - "minimatch": ">=9.0.4", + "minimatch": ">=9.0.5", "nodemon": "^3.1.4", "ts-jest": "^28.0.7", "ts-loader": "^9.5.1", @@ -4563,9 +4562,9 @@ } }, "node_modules/minimatch": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", - "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index 1b19e6a4..aff4920f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@typescript-eslint/eslint-plugin": "^7.14.1", "eslint": "^8.57.0", "jest": "^28.1.3", - "minimatch": ">=9.0.4", + "minimatch": ">=9.0.5", "nodemon": "^3.1.4", "ts-jest": "^28.0.7", "ts-loader": "^9.5.1", @@ -48,7 +48,7 @@ "fs": "^0.0.1-security", "lodash": "^4.17.21", "lz-string": "^1.5.0", - "minimatch": ">=9.0.4", + "minimatch": ">=9.0.5", "path": "^0.12.7", "process": "^0.11.10" },