diff --git a/packages/eslint_plugin_tsec/package.json b/packages/eslint_plugin_tsec/package.json index 3dbffcf..92241c9 100644 --- a/packages/eslint_plugin_tsec/package.json +++ b/packages/eslint_plugin_tsec/package.json @@ -9,7 +9,7 @@ "clean": "yarn rimraf ./lib" }, "dependencies": { - "glob": "^11.0.3", + "glob": "^11.1.0", "@typescript-eslint/utils": "^5.20.0" }, "devDependencies": { diff --git a/packages/tsec/package.json b/packages/tsec/package.json index 7e811f6..7cf3112 100644 --- a/packages/tsec/package.json +++ b/packages/tsec/package.json @@ -33,7 +33,7 @@ "typescript": "^5.8.3" }, "dependencies": { - "glob": "^11.0.3", + "glob": "^11.1.0", "minimatch": "^10.0.3" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 988ccba..c51e911 100644 --- a/yarn.lock +++ b/yarn.lock @@ -410,14 +410,14 @@ glob@^10.2.2: package-json-from-dist "^1.0.0" path-scurry "^1.11.1" -glob@^11.0.0, glob@^11.0.3: - version "11.0.3" - resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6" - integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA== +glob@^11.0.0, glob@^11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/glob/-/glob-11.1.0.tgz#4f826576e4eb99c7dad383793d2f9f08f67e50a6" + integrity sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw== dependencies: foreground-child "^3.3.1" jackspeak "^4.1.1" - minimatch "^10.0.3" + minimatch "^10.1.1" minipass "^7.1.2" package-json-from-dist "^1.0.0" path-scurry "^2.0.0" @@ -549,10 +549,10 @@ micromatch@^4.0.8: braces "^3.0.3" picomatch "^2.3.1" -minimatch@^10.0.3: - version "10.0.3" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa" - integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw== +minimatch@^10.0.3, minimatch@^10.1.1: + version "10.1.1" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55" + integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ== dependencies: "@isaacs/brace-expansion" "^5.0.0"