Skip to content

Commit 6373d47

Browse files
fix(deps): update dependency glob to v12 (#1051)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1a0576 commit 6373d47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"concurrently": "^9.0.0",
9292
"console.table": "0.10.0",
9393
"fs-extra": "11.3.2",
94-
"glob": "11.x",
94+
"glob": "12.x",
9595
"inquirer": "8.2.7",
9696
"jsonpath": "1.1.1",
9797
"proxy-agent": "^6.4.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6344,10 +6344,10 @@ glob-to-regexp@^0.4.1:
63446344
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
63456345
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
63466346

6347-
glob@11.x:
6348-
version "11.1.0"
6349-
resolved "https://registry.yarnpkg.com/glob/-/glob-11.1.0.tgz#4f826576e4eb99c7dad383793d2f9f08f67e50a6"
6350-
integrity sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==
6347+
glob@12.x:
6348+
version "12.0.0"
6349+
resolved "https://registry.yarnpkg.com/glob/-/glob-12.0.0.tgz#4f75198719ab443ea433fdc023629b853532a443"
6350+
integrity sha512-5Qcll1z7IKgHr5g485ePDdHcNQY0k2dtv/bjYy0iuyGxQw2qSOiiXUXJ+AYQpg3HNoUMHqAruX478Jeev7UULw==
63516351
dependencies:
63526352
foreground-child "^3.3.1"
63536353
jackspeak "^4.1.1"

0 commit comments

Comments
 (0)