Skip to content

Commit 4ce1d40

Browse files
fix(deps): update dependency glob to v10
1 parent f45b5dd commit 4ce1d40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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": "^10.4.1",
5454
"prompts": "^2.4.2",
5555
"semver": "^7.6.2"
5656
},

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4130,9 +4130,9 @@ [email protected]:
41304130
once "^1.3.0"
41314131
path-is-absolute "^1.0.0"
41324132

4133-
glob@^10.0.0:
4133+
glob@^10.0.0, glob@^10.4.1:
41344134
version "10.4.1"
4135-
resolved "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz"
4135+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
41364136
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
41374137
dependencies:
41384138
foreground-child "^3.1.0"
@@ -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==

0 commit comments

Comments
 (0)