Skip to content

Commit 791691a

Browse files
Bump glob from 10.4.5 to 11.0.1
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 11.0.1. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.5...v11.0.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a18707 commit 791691a

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

package.json

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

yarn.lock

+40-1
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.1:
776+
version "11.0.1"
777+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
778+
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
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.0.2"
1011+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
1012+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
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.0.2"
1097+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.2.tgz#fbd8e7cf8211f5e7e5d91905c415a3f55755ca39"
1098+
integrity sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==
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)