Skip to content

Commit 67076da

Browse files
Bump glob from 13.0.4 to 13.0.5 (#2282)
Bumps [glob](https://github.com/isaacs/node-glob) from 13.0.4 to 13.0.5. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v13.0.4...v13.0.5) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce8e7d7 commit 67076da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@redocly/cli": "2.14.1",
8585
"@stellar/prettier-config": "^1.2.0",
8686
"eslint": "9.39.2",
87-
"glob":"^13.0.4",
87+
"glob":"^13.0.5",
8888
"husky": "^9.1.7",
8989
"prettier": "3.7.4",
9090
"typescript": "5.9.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7541,10 +7541,10 @@ glob@^11.0.1:
75417541
package-json-from-dist "^1.0.0"
75427542
path-scurry "^2.0.0"
75437543

7544-
glob@^13.0.4:
7545-
version "13.0.4"
7546-
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.4.tgz#8479df26cb72f9a878179704f6ef3fb7db7cba09"
7547-
integrity sha512-KACie1EOs9BIOMtenFaxwmYODWA3/fTfGSUnLhMJpXRntu1g+uL/Xvub5f8SCTppvo9q62Qy4LeOoUiaL54G5A==
7544+
glob@^13.0.5:
7545+
version "13.0.5"
7546+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.5.tgz#a48f760c6312b1a19d2950fcb577384221c4ec00"
7547+
integrity sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==
75487548
dependencies:
75497549
minimatch "^10.2.1"
75507550
minipass "^7.1.2"

0 commit comments

Comments
 (0)