Skip to content

Commit 17e1f76

Browse files
Bump glob from 13.0.3 to 13.0.4 (#2260)
Bumps [glob](https://github.com/isaacs/node-glob) from 13.0.3 to 13.0.4. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v13.0.3...v13.0.4) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5db3aa3 commit 17e1f76

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"dompurify": "3.3.1",
1515
"foundation-sites": "6.9.0",
16-
"glob": "13.0.3",
16+
"glob": "13.0.4",
1717
"hamburgers": "1.2.1",
1818
"jquery": "3.7.1",
1919
"liquidjs": "10.24.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2967,12 +2967,12 @@ glob-parent@^6.0.2:
29672967
dependencies:
29682968
is-glob "^4.0.3"
29692969

2970-
glob@13.0.3, glob@^13.0.3:
2971-
version "13.0.3"
2972-
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.3.tgz#e5c39b3e0eb8a2e2bc35e3b28e78fd0839ff9e68"
2973-
integrity sha512-/g3B0mC+4x724v1TgtBlBtt2hPi/EWptsIAmXUx9Z2rvBYleQcsrmaOzd5LyL50jf/Soi83ZDJmw2+XqvH/EeA==
2970+
glob@13.0.4, glob@^13.0.3:
2971+
version "13.0.4"
2972+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.4.tgz#8479df26cb72f9a878179704f6ef3fb7db7cba09"
2973+
integrity sha512-KACie1EOs9BIOMtenFaxwmYODWA3/fTfGSUnLhMJpXRntu1g+uL/Xvub5f8SCTppvo9q62Qy4LeOoUiaL54G5A==
29742974
dependencies:
2975-
minimatch "^10.2.0"
2975+
minimatch "^10.2.1"
29762976
minipass "^7.1.2"
29772977
path-scurry "^2.0.0"
29782978

@@ -4374,10 +4374,10 @@ min-indent@^1.0.0:
43744374
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
43754375
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
43764376

4377-
minimatch@^10.2.0:
4378-
version "10.2.0"
4379-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.0.tgz#e710473e66e3e1aaf376d0aa82438375cac86e9e"
4380-
integrity sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==
4377+
minimatch@^10.2.1:
4378+
version "10.2.1"
4379+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.1.tgz#9d82835834cdc85d5084dd055e9a4685fa56e5f0"
4380+
integrity sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==
43814381
dependencies:
43824382
brace-expansion "^5.0.2"
43834383

0 commit comments

Comments
 (0)