File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 14
14
"dependencies" : {
15
15
"@actions/core" : " ^1.8.0" ,
16
16
"@actions/github" : " ^5.0.0" ,
17
- "glob" : " ^8.0.1 " ,
17
+ "glob" : " ^8.0.3 " ,
18
18
"semver" : " ^7.3.5"
19
19
},
20
20
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -851,17 +851,16 @@ glob@^7.1.3, glob@^7.1.4:
851
851
once "^1.3.0"
852
852
path-is-absolute "^1.0.0"
853
853
854
- glob@^8.0.1 :
855
- version "8.0.1 "
856
- resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.1 .tgz#00308f5c035aa0b2a447cd37ead267ddff1577d3 "
857
- integrity sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow ==
854
+ glob@^8.0.1, glob@^8.0.3 :
855
+ version "8.0.3 "
856
+ resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3 .tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e "
857
+ integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ ==
858
858
dependencies :
859
859
fs.realpath "^1.0.0"
860
860
inflight "^1.0.4"
861
861
inherits "2"
862
862
minimatch "^5.0.1"
863
863
once "^1.3.0"
864
- path-is-absolute "^1.0.0"
865
864
866
865
global-dirs@^3.0.0 :
867
866
version "3.0.0"
You can’t perform that action at this time.
0 commit comments