Skip to content

Commit 3b330df

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] <support@github.com>
1 parent 129803a commit 3b330df

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
@@ -760,7 +760,7 @@ glob-parent@~5.1.2:
760760
dependencies:
761761
is-glob "^4.0.1"
762762

763-
glob@^10.2.1, glob@^10.4.5:
763+
glob@^10.4.5:
764764
version "10.4.5"
765765
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
766766
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -772,6 +772,18 @@ glob@^10.2.1, glob@^10.4.5:
772772
package-json-from-dist "^1.0.0"
773773
path-scurry "^1.11.1"
774774

775+
glob@^11.0.2:
776+
version "11.0.2"
777+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
778+
integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
779+
dependencies:
780+
foreground-child "^3.1.0"
781+
jackspeak "^4.0.1"
782+
minimatch "^10.0.0"
783+
minipass "^7.1.2"
784+
package-json-from-dist "^1.0.0"
785+
path-scurry "^2.0.0"
786+
775787
glob@^7.1.3:
776788
version "7.2.3"
777789
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -994,6 +1006,13 @@ jackspeak@^3.1.2:
9941006
optionalDependencies:
9951007
"@pkgjs/parseargs" "^0.11.0"
9961008

1009+
jackspeak@^4.0.1:
1010+
version "4.1.0"
1011+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
1012+
integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
1013+
dependencies:
1014+
"@isaacs/cliui" "^8.0.2"
1015+
9971016
jmespath@0.16.0:
9981017
version "0.16.0"
9991018
resolved "https://registry.yarnpkg.com/jmespath/-/jmespath-0.16.0.tgz#b15b0a85dfd4d930d43e69ed605943c802785076"
@@ -1073,6 +1092,18 @@ lru-cache@^10.2.0:
10731092
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
10741093
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
10751094

1095+
lru-cache@^11.0.0:
1096+
version "11.1.0"
1097+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
1098+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
1099+
1100+
minimatch@^10.0.0:
1101+
version "10.0.1"
1102+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
1103+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
1104+
dependencies:
1105+
brace-expansion "^2.0.1"
1106+
10761107
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
10771108
version "3.1.2"
10781109
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -1218,6 +1249,14 @@ path-scurry@^1.11.1:
12181249
lru-cache "^10.2.0"
12191250
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
12201251

1252+
path-scurry@^2.0.0:
1253+
version "2.0.0"
1254+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
1255+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
1256+
dependencies:
1257+
lru-cache "^11.0.0"
1258+
minipass "^7.1.2"
1259+
12211260
pathval@^1.1.1:
12221261
version "1.1.1"
12231262
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"

0 commit comments

Comments
 (0)