Skip to content

Commit fea9d18

Browse files
Bump globby from 14.1.0 to 15.0.0
Bumps [globby](https://github.com/sindresorhus/globby) from 14.1.0 to 15.0.0. - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](sindresorhus/globby@v14.1.0...v15.0.0) --- updated-dependencies: - dependency-name: globby dependency-version: 15.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 932389b commit fea9d18

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"file-type": "^21.0.0",
159159
"fs-extra": "^11.3.2",
160160
"glob": "^11.0.3",
161-
"globby": "^14.1.0",
161+
"globby": "^15.0.0",
162162
"jest": "^30.1.3",
163163
"jest-html-reporter": "^4.3.0",
164164
"lzma-native": "8.0.6",

yarn.lock

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,11 @@
15211521
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz#719df7fb41766bc143369eaa0dd56d8dc87c9958"
15221522
integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==
15231523

1524+
"@sindresorhus/merge-streams@^4.0.0":
1525+
version "4.0.0"
1526+
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz#abb11d99aeb6d27f1b563c38147a72d50058e339"
1527+
integrity sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==
1528+
15241529
"@sinonjs/commons@^3.0.1":
15251530
version "3.0.1"
15261531
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
@@ -3907,6 +3912,18 @@ globby@^14.1.0:
39073912
slash "^5.1.0"
39083913
unicorn-magic "^0.3.0"
39093914

3915+
globby@^15.0.0:
3916+
version "15.0.0"
3917+
resolved "https://registry.yarnpkg.com/globby/-/globby-15.0.0.tgz#5dece8d6c38b34f21f710056bbc4103acec125f9"
3918+
integrity sha512-oB4vkQGqlMl682wL1IlWd02tXCbquGWM4voPEI85QmNKCaw8zGTm1f1rubFgkg3Eli2PtKlFgrnmUqasbQWlkw==
3919+
dependencies:
3920+
"@sindresorhus/merge-streams" "^4.0.0"
3921+
fast-glob "^3.3.3"
3922+
ignore "^7.0.5"
3923+
path-type "^6.0.0"
3924+
slash "^5.1.0"
3925+
unicorn-magic "^0.3.0"
3926+
39103927
gopd@^1.2.0:
39113928
version "1.2.0"
39123929
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz"
@@ -4042,10 +4059,10 @@ ignore@^5.2.0:
40424059
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz"
40434060
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
40444061

4045-
ignore@^7.0.0, ignore@^7.0.3, ignore@~7.0.4:
4046-
version "7.0.4"
4047-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
4048-
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
4062+
ignore@^7.0.0, ignore@^7.0.3, ignore@^7.0.5, ignore@~7.0.4:
4063+
version "7.0.5"
4064+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
4065+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
40494066

40504067
import-fresh@^3.2.1:
40514068
version "3.3.0"

0 commit comments

Comments
 (0)