Skip to content

Commit e5ddee7

Browse files
Bump glob from 10.3.1 to 10.3.3
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.1 to 10.3.3. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.3.1...v10.3.3) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a1684f commit e5ddee7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,15 +1041,15 @@ glob@7.2.0:
10411041
path-is-absolute "^1.0.0"
10421042

10431043
glob@^10.0.0:
1044-
version "10.3.1"
1045-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.1.tgz#9789cb1b994515bedb811a6deca735b5c37d2bf4"
1046-
integrity sha512-9BKYcEeIs7QwlCYs+Y3GBvqAMISufUS0i2ELd11zpZjxI5V9iyRj0HgzB5/cLf2NY4vcYBTYzJ7GIui7j/4DOw==
1044+
version "10.3.3"
1045+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.3.tgz#8360a4ffdd6ed90df84aa8d52f21f452e86a123b"
1046+
integrity sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==
10471047
dependencies:
10481048
foreground-child "^3.1.0"
10491049
jackspeak "^2.0.3"
10501050
minimatch "^9.0.1"
1051-
minipass "^5.0.0 || ^6.0.2"
1052-
path-scurry "^1.10.0"
1051+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1052+
path-scurry "^1.10.1"
10531053

10541054
glob@^7.0.6, glob@^7.1.3:
10551055
version "7.2.3"
@@ -1423,10 +1423,10 @@ minimist@^1.2.0, minimist@^1.2.3:
14231423
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
14241424
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
14251425

1426-
"minipass@^5.0.0 || ^6.0.2":
1427-
version "6.0.2"
1428-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-6.0.2.tgz#542844b6c4ce95b202c0995b0a471f1229de4c81"
1429-
integrity sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==
1426+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
1427+
version "7.0.1"
1428+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.1.tgz#dff63464407cd8b83d7f008c0f116fa8c9b77ebf"
1429+
integrity sha512-NQ8MCKimInjVlaIqx51RKJJB7mINVkLTJbsZKmto4UAAOC/CWXES8PGaOgoBZyqoUsUA/U3DToGK7GJkkHbjJw==
14301430

14311431
mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
14321432
version "0.5.3"
@@ -1606,13 +1606,13 @@ path-key@^3.1.0:
16061606
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
16071607
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
16081608

1609-
path-scurry@^1.10.0:
1610-
version "1.10.0"
1611-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.0.tgz#0ffbd4c1f7de9600f98a1405507d9f9acb438ab3"
1612-
integrity sha512-tZFEaRQbMLjwrsmidsGJ6wDMv0iazJWk6SfIKnY4Xru8auXgmJkOBa5DUbYFcFD2Rzk2+KDlIiF0GVXNCbgC7g==
1609+
path-scurry@^1.10.1:
1610+
version "1.10.1"
1611+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
1612+
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
16131613
dependencies:
16141614
lru-cache "^9.1.1 || ^10.0.0"
1615-
minipass "^5.0.0 || ^6.0.2"
1615+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
16161616

16171617
path-type@^4.0.0:
16181618
version "4.0.0"

0 commit comments

Comments
 (0)