diff --git a/package.json b/package.json index 18ef8fc..2c87865 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "@actions/core": "^1.4.0", "@actions/github": "^5.0.0", - "@types/glob": "^7.1.3", + "@types/glob": "^7.1.4", "glob": "^7.1.7", "untildify": "^4.0.0" }, diff --git a/yarn.lock b/yarn.lock index 46a826c..3369493 100644 --- a/yarn.lock +++ b/yarn.lock @@ -968,10 +968,10 @@ dependencies: "@babel/types" "^7.3.0" -"@types/glob@^7.1.3": - version "7.1.3" - resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183" - integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w== +"@types/glob@^7.1.4": + version "7.1.4" + resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.4.tgz#ea59e21d2ee5c517914cb4bc8e4153b99e566672" + integrity sha512-w+LsMxKyYQm347Otw+IfBXOv9UWVjpHpCDdbBMt8Kz/xbvCYNjP+0qPh91Km3iKfSRLBB0P7fAMf0KHrPu+MyA== dependencies: "@types/minimatch" "*" "@types/node" "*"