Skip to content

Commit

Permalink
fix(deps): update dependency glob to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 29, 2024
1 parent f45b5dd commit 4ce1d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dedent": "^0.7.0",
"deepmerge": "^4.3.1",
"ejs": "^3.1.10",
"glob": "^7.2.3",
"glob": "^10.4.1",
"prompts": "^2.4.2",
"semver": "^7.6.2"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4130,9 +4130,9 @@ [email protected]:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^10.0.0:
glob@^10.0.0, glob@^10.4.1:
version "10.4.1"
resolved "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
dependencies:
foreground-child "^3.1.0"
Expand All @@ -4141,7 +4141,7 @@ glob@^10.0.0:
minipass "^7.1.2"
path-scurry "^1.11.1"

glob@^7.1.3, glob@^7.1.6, glob@^7.2.0, glob@^7.2.3:
glob@^7.1.3, glob@^7.1.6, glob@^7.2.0:
version "7.2.3"
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz"
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
Expand Down

0 comments on commit 4ce1d40

Please sign in to comment.