diff --git a/package.json b/package.json index fafc81c..d80e7f7 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "dependencies": { "@actions/core": "^1.9.1", "@actions/github": "^5.0.3", - "@types/glob": "^7.2.0", + "@types/glob": "^8.0.0", "glob": "^8.0.3", "untildify": "^4.0.0" }, diff --git a/yarn.lock b/yarn.lock index f89363a..3c66eaf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1159,10 +1159,10 @@ dependencies: "@babel/types" "^7.3.0" -"@types/glob@^7.2.0": - version "7.2.0" - resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb" - integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA== +"@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" "*"