Skip to content

Commit 038e80c

Browse files
chore(deps): bump glob from 8.0.1 to 8.0.3 (#28)
Bumps [glob](https://github.com/isaacs/node-glob) from 8.0.1 to 8.0.3. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v8.0.1...v8.0.3) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 350f175 commit 038e80c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@actions/core": "^1.8.0",
1616
"@actions/github": "^5.0.0",
17-
"glob": "^8.0.1",
17+
"glob": "^8.0.3",
1818
"semver": "^7.3.5"
1919
},
2020
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -839,17 +839,16 @@ glob@^7.1.3, glob@^7.1.4:
839839
once "^1.3.0"
840840
path-is-absolute "^1.0.0"
841841

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==
846846
dependencies:
847847
fs.realpath "^1.0.0"
848848
inflight "^1.0.4"
849849
inherits "2"
850850
minimatch "^5.0.1"
851851
once "^1.3.0"
852-
path-is-absolute "^1.0.0"
853852

854853
global-dirs@^3.0.0:
855854
version "3.0.0"

0 commit comments

Comments
 (0)