Skip to content

Commit 5a91278

Browse files
fix(deps): update dependency glob to v10
1 parent 0270de9 commit 5a91278

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
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": "^8.1.0",
53+
"glob": "^10.4.1",
5454
"prompts": "^2.4.2",
5555
"semver": "^7.6.2"
5656
},

yarn.lock

Lines changed: 2 additions & 13 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"
@@ -4153,17 +4153,6 @@ glob@^7.1.3, glob@^7.1.6, glob@^7.2.0:
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-
41674156
globals@^11.1.0:
41684157
version "11.12.0"
41694158
resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"

0 commit comments

Comments
 (0)