Skip to content

Commit f2e389f

Browse files
chore(deps-dev): bump glob from 10.4.5 to 11.0.3
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 11.0.3. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.5...v11.0.3) --- updated-dependencies: - dependency-name: glob dependency-version: 11.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1206b2 commit f2e389f

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
"eslint-plugin-md": "^1.0.19",
383383
"eslint-plugin-package-json": "^0.56.3",
384384
"eslint-plugin-prettier": "^5.5.4",
385-
"glob": "^10.4.2",
385+
"glob": "^11.0.3",
386386
"jsonc-eslint-parser": "^2.4.0",
387387
"markdown-eslint-parser": "^1.2.1",
388388
"memfs": "^4.49.0",

yarn.lock

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3913,15 +3913,7 @@ foreground-child@^2.0.0:
39133913
cross-spawn "^7.0.0"
39143914
signal-exit "^3.0.2"
39153915

3916-
foreground-child@^3.1.0, foreground-child@^3.3.0:
3917-
version "3.3.0"
3918-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
3919-
integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
3920-
dependencies:
3921-
cross-spawn "^7.0.0"
3922-
signal-exit "^4.0.1"
3923-
3924-
foreground-child@^3.1.1, foreground-child@^3.3.1:
3916+
foreground-child@^3.1.0, foreground-child@^3.1.1, foreground-child@^3.3.0, foreground-child@^3.3.1:
39253917
version "3.3.1"
39263918
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
39273919
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -4202,7 +4194,7 @@ glob-to-regexp@^0.4.1:
42024194
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
42034195
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
42044196

4205-
glob@^10.3.10, glob@^10.4.1, glob@^10.4.2, glob@^10.4.5:
4197+
glob@^10.3.10, glob@^10.4.1, glob@^10.4.5:
42064198
version "10.4.5"
42074199
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
42084200
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -4214,7 +4206,7 @@ glob@^10.3.10, glob@^10.4.1, glob@^10.4.2, glob@^10.4.5:
42144206
package-json-from-dist "^1.0.0"
42154207
path-scurry "^1.11.1"
42164208

4217-
glob@^11.0.0:
4209+
glob@^11.0.0, glob@^11.0.3:
42184210
version "11.0.3"
42194211
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
42204212
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==

0 commit comments

Comments
 (0)