Skip to content

Commit 8d13f1e

Browse files
Bump glob from 13.0.5 to 13.0.6
Bumps [glob](https://github.com/isaacs/node-glob) from 13.0.5 to 13.0.6. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v13.0.5...v13.0.6) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c76c6ac commit 8d13f1e

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,13 +1685,13 @@ glob@^11.0.0:
16851685
path-scurry "^2.0.0"
16861686

16871687
glob@^13.0.0:
1688-
version "13.0.5"
1689-
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.5.tgz#a48f760c6312b1a19d2950fcb577384221c4ec00"
1690-
integrity sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==
1688+
version "13.0.6"
1689+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.6.tgz#078666566a425147ccacfbd2e332deb66a2be71d"
1690+
integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
16911691
dependencies:
1692-
minimatch "^10.2.1"
1693-
minipass "^7.1.2"
1694-
path-scurry "^2.0.0"
1692+
minimatch "^10.2.2"
1693+
minipass "^7.1.3"
1694+
path-scurry "^2.0.2"
16951695

16961696
globals@^17.0.0:
16971697
version "17.3.0"
@@ -2233,10 +2233,10 @@ mimic-response@^3.1.0:
22332233
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
22342234
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
22352235

2236-
minimatch@^10.0.3, minimatch@^10.1.1, minimatch@^10.2.1:
2237-
version "10.2.1"
2238-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.1.tgz#9d82835834cdc85d5084dd055e9a4685fa56e5f0"
2239-
integrity sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==
2236+
minimatch@^10.0.3, minimatch@^10.1.1, minimatch@^10.2.2:
2237+
version "10.2.2"
2238+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f"
2239+
integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==
22402240
dependencies:
22412241
brace-expansion "^5.0.2"
22422242

@@ -2266,10 +2266,10 @@ minimist@^1.2.0, minimist@^1.2.3:
22662266
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
22672267
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
22682268

2269-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
2270-
version "7.1.2"
2271-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
2272-
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
2269+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2, minipass@^7.1.3:
2270+
version "7.1.3"
2271+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
2272+
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
22732273

22742274
mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
22752275
version "0.5.3"
@@ -2500,10 +2500,10 @@ path-scurry@^1.11.1:
25002500
lru-cache "^10.2.0"
25012501
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
25022502

2503-
path-scurry@^2.0.0:
2504-
version "2.0.0"
2505-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
2506-
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
2503+
path-scurry@^2.0.0, path-scurry@^2.0.2:
2504+
version "2.0.2"
2505+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.2.tgz#6be0d0ee02a10d9e0de7a98bae65e182c9061f85"
2506+
integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==
25072507
dependencies:
25082508
lru-cache "^11.0.0"
25092509
minipass "^7.1.2"

0 commit comments

Comments
 (0)