Skip to content

Commit 87c41d6

Browse files
Bump glob from 10.4.5 to 11.0.2
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 11.0.2. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.5...v11.0.2) --- updated-dependencies: - dependency-name: glob dependency-version: 11.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2c3230 commit 87c41d6

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-config-prettier": "^10.0.1",
3333
"eslint-plugin-node": "^11.1.0",
3434
"eslint-plugin-prettier": "^4.0.0",
35-
"glob": "^10.2.1",
35+
"glob": "^11.0.2",
3636
"mocha": "^11.0.1",
3737
"prettier": "^2.2.1"
3838
},

yarn.lock

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ glob-parent@^6.0.2:
708708
dependencies:
709709
is-glob "^4.0.3"
710710

711-
glob@^10.2.1, glob@^10.4.5:
711+
glob@^10.4.5:
712712
version "10.4.5"
713713
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
714714
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -720,6 +720,18 @@ glob@^10.2.1, glob@^10.4.5:
720720
package-json-from-dist "^1.0.0"
721721
path-scurry "^1.11.1"
722722

723+
glob@^11.0.2:
724+
version "11.0.2"
725+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
726+
integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
727+
dependencies:
728+
foreground-child "^3.1.0"
729+
jackspeak "^4.0.1"
730+
minimatch "^10.0.0"
731+
minipass "^7.1.2"
732+
package-json-from-dist "^1.0.0"
733+
path-scurry "^2.0.0"
734+
723735
glob@^7.1.3:
724736
version "7.2.3"
725737
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -930,6 +942,13 @@ jackspeak@^3.1.2:
930942
optionalDependencies:
931943
"@pkgjs/parseargs" "^0.11.0"
932944

945+
jackspeak@^4.0.1:
946+
version "4.1.0"
947+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
948+
integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
949+
dependencies:
950+
"@isaacs/cliui" "^8.0.2"
951+
933952
934953
version "0.16.0"
935954
resolved "https://registry.yarnpkg.com/jmespath/-/jmespath-0.16.0.tgz#b15b0a85dfd4d930d43e69ed605943c802785076"
@@ -1009,6 +1028,18 @@ lru-cache@^10.2.0:
10091028
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
10101029
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
10111030

1031+
lru-cache@^11.0.0:
1032+
version "11.1.0"
1033+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
1034+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
1035+
1036+
minimatch@^10.0.0:
1037+
version "10.0.1"
1038+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
1039+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
1040+
dependencies:
1041+
brace-expansion "^2.0.1"
1042+
10121043
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
10131044
version "3.1.2"
10141045
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -1149,6 +1180,14 @@ path-scurry@^1.11.1:
11491180
lru-cache "^10.2.0"
11501181
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
11511182

1183+
path-scurry@^2.0.0:
1184+
version "2.0.0"
1185+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
1186+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
1187+
dependencies:
1188+
lru-cache "^11.0.0"
1189+
minipass "^7.1.2"
1190+
11521191
pathval@^1.1.1:
11531192
version "1.1.1"
11541193
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"

0 commit comments

Comments
 (0)