diff --git a/package.json b/package.json index 0eff2a290d1..956ea7c8eab 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/babel__code-frame": "^7.0.3", "@types/debug": "^4.1.7", "@types/eslint-visitor-keys": "^1.0.0", - "@types/glob": "^7.2.0", + "@types/glob": "^8.0.0", "@types/is-glob": "^4.0.2", "@types/jest": "^28.1.1", "@types/jest-specific-snapshot": "^0.5.5", diff --git a/yarn.lock b/yarn.lock index a0786c37a3f..c1868eb665c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4088,7 +4088,15 @@ "@types/qs" "*" "@types/serve-static" "*" -"@types/glob@*", "@types/glob@^7.1.3", "@types/glob@^7.2.0": +"@types/glob@*", "@types/glob@^8.0.0": + version "8.0.0" + resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.0.0.tgz#321607e9cbaec54f687a0792b2d1d370739455d2" + integrity sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA== + dependencies: + "@types/minimatch" "*" + "@types/node" "*" + +"@types/glob@^7.1.3": version "7.2.0" resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb" integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==