Skip to content

Commit 6bdc5b9

Browse files
committed
chore(deps): update dependency glob to v10.3.2
1 parent 924b02d commit 6bdc5b9

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"eslint": "8.44.0",
154154
"eslint-config-prettier": "8.8.0",
155155
"eslint-plugin-functional": "4.4.1",
156-
"glob": "10.3.1",
156+
"glob": "10.3.2",
157157
"husky": "8.0.3",
158158
"npm-run-all": "4.1.5",
159159
"postcss": "8.4.25",

yarn.lock

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3139,16 +3139,16 @@ glob-parent@^6.0.2:
31393139
dependencies:
31403140
is-glob "^4.0.3"
31413141

3142-
[email protected].1, glob@^10.2.5:
3143-
version "10.3.1"
3144-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.1.tgz#9789cb1b994515bedb811a6deca735b5c37d2bf4"
3145-
integrity sha512-9BKYcEeIs7QwlCYs+Y3GBvqAMISufUS0i2ELd11zpZjxI5V9iyRj0HgzB5/cLf2NY4vcYBTYzJ7GIui7j/4DOw==
3142+
3143+
version "10.3.2"
3144+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.2.tgz#04fe71118ec6d2f4cb761849acbacec14b06cb1e"
3145+
integrity sha512-vsuLzB3c/uyDLLEdBZtT8vGnN0z57rwOxHV2oYZib/7HWmBspUaja/McYIobBjC4qaUTuNpUyFO2IdqM4DZIJA==
31463146
dependencies:
31473147
foreground-child "^3.1.0"
31483148
jackspeak "^2.0.3"
31493149
minimatch "^9.0.1"
3150-
minipass "^5.0.0 || ^6.0.2"
3151-
path-scurry "^1.10.0"
3150+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
3151+
path-scurry "^1.10.1"
31523152

31533153
31543154
version "7.1.6"
@@ -3162,6 +3162,17 @@ [email protected]:
31623162
once "^1.3.0"
31633163
path-is-absolute "^1.0.0"
31643164

3165+
glob@^10.2.5:
3166+
version "10.3.1"
3167+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.1.tgz#9789cb1b994515bedb811a6deca735b5c37d2bf4"
3168+
integrity sha512-9BKYcEeIs7QwlCYs+Y3GBvqAMISufUS0i2ELd11zpZjxI5V9iyRj0HgzB5/cLf2NY4vcYBTYzJ7GIui7j/4DOw==
3169+
dependencies:
3170+
foreground-child "^3.1.0"
3171+
jackspeak "^2.0.3"
3172+
minimatch "^9.0.1"
3173+
minipass "^5.0.0 || ^6.0.2"
3174+
path-scurry "^1.10.0"
3175+
31653176
glob@^7.1.3, glob@^7.1.6:
31663177
version "7.2.3"
31673178
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -4557,6 +4568,11 @@ minimatch@^9.0.1:
45574568
resolved "https://registry.yarnpkg.com/minipass/-/minipass-6.0.2.tgz#542844b6c4ce95b202c0995b0a471f1229de4c81"
45584569
integrity sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==
45594570

4571+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
4572+
version "7.0.1"
4573+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.1.tgz#dff63464407cd8b83d7f008c0f116fa8c9b77ebf"
4574+
integrity sha512-NQ8MCKimInjVlaIqx51RKJJB7mINVkLTJbsZKmto4UAAOC/CWXES8PGaOgoBZyqoUsUA/U3DToGK7GJkkHbjJw==
4575+
45604576
mri@^1.1.0:
45614577
version "1.2.0"
45624578
resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b"
@@ -4940,6 +4956,14 @@ path-scurry@^1.10.0:
49404956
lru-cache "^9.1.1 || ^10.0.0"
49414957
minipass "^5.0.0 || ^6.0.2"
49424958

4959+
path-scurry@^1.10.1:
4960+
version "1.10.1"
4961+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
4962+
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
4963+
dependencies:
4964+
lru-cache "^9.1.1 || ^10.0.0"
4965+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
4966+
49434967
path-to-regexp@^6.2.1:
49444968
version "6.2.1"
49454969
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.1.tgz#d54934d6798eb9e5ef14e7af7962c945906918e5"

0 commit comments

Comments
 (0)