Skip to content

Commit 5944594

Browse files
chore(deps): update recursive-readdir -> ^2.2.3 - devdependency
1 parent 5bcb9ef commit 5944594

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"eslint-plugin-promise": "^5.1.0",
7373
"eslint-plugin-standard": "^5.0.0",
7474
"jest": "^27.0.6",
75-
"recursive-readdir": "^2.2.2"
75+
"recursive-readdir": "^2.2.3"
7676
}
7777
}

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4916,13 +4916,20 @@ mimic-response@^1.0.0, mimic-response@^1.0.1:
49164916
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
49174917
integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==
49184918

4919-
minimatch@3.0.4, minimatch@^3.0.4:
4919+
minimatch@^3.0.4:
49204920
version "3.0.4"
49214921
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
49224922
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
49234923
dependencies:
49244924
brace-expansion "^1.1.7"
49254925

4926+
minimatch@^3.0.5:
4927+
version "3.1.2"
4928+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
4929+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
4930+
dependencies:
4931+
brace-expansion "^1.1.7"
4932+
49264933
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
49274934
version "1.2.5"
49284935
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -5633,12 +5640,12 @@ readable-stream@~2.3.6:
56335640
string_decoder "~1.1.1"
56345641
util-deprecate "~1.0.1"
56355642

5636-
recursive-readdir@^2.2.2:
5637-
version "2.2.2"
5638-
resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.2.tgz#9946fb3274e1628de6e36b2f6714953b4845094f"
5639-
integrity sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==
5643+
recursive-readdir@^2.2.3:
5644+
version "2.2.3"
5645+
resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.3.tgz#e726f328c0d69153bcabd5c322d3195252379372"
5646+
integrity sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==
56405647
dependencies:
5641-
minimatch "3.0.4"
5648+
minimatch "^3.0.5"
56425649

56435650
regenerate-unicode-properties@^8.2.0:
56445651
version "8.2.0"

0 commit comments

Comments
 (0)