File tree 2 files changed +5
-6
lines changed 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 @@ -839,17 +839,16 @@ glob@^7.1.3, glob@^7.1.4:
839
839
once "^1.3.0"
840
840
path-is-absolute "^1.0.0"
841
841
842
- glob@^8.0.1 :
843
- version "8.0.1 "
844
- resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.1 .tgz#00308f5c035aa0b2a447cd37ead267ddff1577d3 "
845
- integrity sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow ==
842
+ glob@^8.0.1, glob@^8.0.3 :
843
+ version "8.0.3 "
844
+ resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3 .tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e "
845
+ integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ ==
846
846
dependencies :
847
847
fs.realpath "^1.0.0"
848
848
inflight "^1.0.4"
849
849
inherits "2"
850
850
minimatch "^5.0.1"
851
851
once "^1.3.0"
852
- path-is-absolute "^1.0.0"
853
852
854
853
global-dirs@^3.0.0 :
855
854
version "3.0.0"
You can’t perform that action at this time.
0 commit comments