Skip to content

Commit bdbb121

Browse files
fix(deps): update dependency glob to v8 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9226029 commit bdbb121

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dedent": "^0.7.0",
5151
"deepmerge": "^4.3.1",
5252
"ejs": "^3.1.10",
53-
"glob": "^7.2.3",
53+
"glob": "^8.1.0",
5454
"prompts": "^2.4.2",
5555
"semver": "^7.6.2"
5656
},

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4141,7 +4141,7 @@ glob@^10.0.0:
41414141
minipass "^7.1.2"
41424142
path-scurry "^1.11.1"
41434143

4144-
glob@^7.1.3, glob@^7.1.6, glob@^7.2.0, glob@^7.2.3:
4144+
glob@^7.1.3, glob@^7.1.6, glob@^7.2.0:
41454145
version "7.2.3"
41464146
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz"
41474147
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -4153,6 +4153,17 @@ glob@^7.1.3, glob@^7.1.6, glob@^7.2.0, glob@^7.2.3:
41534153
once "^1.3.0"
41544154
path-is-absolute "^1.0.0"
41554155

4156+
glob@^8.1.0:
4157+
version "8.1.0"
4158+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
4159+
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
4160+
dependencies:
4161+
fs.realpath "^1.0.0"
4162+
inflight "^1.0.4"
4163+
inherits "2"
4164+
minimatch "^5.0.1"
4165+
once "^1.3.0"
4166+
41564167
globals@^11.1.0:
41574168
version "11.12.0"
41584169
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"

0 commit comments

Comments
 (0)