Skip to content

Commit 8fef585

Browse files
chore(deps): bump glob from 7.2.0 to 8.0.1 (#11)
Bumps [glob](https://github.com/isaacs/node-glob) from 7.2.0 to 8.0.1. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v7.2.0...v8.0.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82306a6 commit 8fef585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.7.0",
1616
"@actions/github": "^5.0.0",
17-
"glob": "^7.2.0",
17+
"glob": "^8.0.1",
1818
"semver": "^7.3.5"
1919
},
2020
"devDependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ glob-parent@^5.1.2:
844844
dependencies:
845845
is-glob "^4.0.1"
846846

847-
glob@^7.1.3, glob@^7.1.4, glob@^7.2.0:
847+
glob@^7.1.3, glob@^7.1.4:
848848
version "7.2.0"
849849
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
850850
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==

0 commit comments

Comments
 (0)