Skip to content

Commit 8b964d0

Browse files
Bump minimatch and recursive-readdir
Bumps [minimatch](https://github.com/isaacs/minimatch) and [recursive-readdir](https://github.com/jergason/recursive-readdir). These dependencies needed to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) Updates `recursive-readdir` from 2.2.2 to 2.2.3 - [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md) - [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect - dependency-name: recursive-readdir dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7afb81c commit 8b964d0

File tree

2 files changed

+14
-42
lines changed

2 files changed

+14
-42
lines changed

package-lock.json

Lines changed: 9 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6849,14 +6849,7 @@ minimalistic-assert@^1.0.0:
68496849
resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz"
68506850
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
68516851

6852-
6853-
version "3.0.4"
6854-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
6855-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
6856-
dependencies:
6857-
brace-expansion "^1.1.7"
6858-
6859-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
6852+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
68606853
version "3.1.2"
68616854
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
68626855
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -8324,11 +8317,11 @@ recharts@^2.3.0:
83248317
victory-vendor "^36.6.8"
83258318

83268319
recursive-readdir@^2.2.2:
8327-
version "2.2.2"
8328-
resolved "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz"
8329-
integrity sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==
8320+
version "2.2.3"
8321+
resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.3.tgz#e726f328c0d69153bcabd5c322d3195252379372"
8322+
integrity sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==
83308323
dependencies:
8331-
minimatch "3.0.4"
8324+
minimatch "^3.0.5"
83328325

83338326
redent@^3.0.0:
83348327
version "3.0.0"

0 commit comments

Comments
 (0)