From a2a0f7a0e5e1eed2d4f2410f7cdc5da45700f385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 12:01:49 +0000 Subject: [PATCH] chore(deps): bump recursive-readdir-async from 1.2.1 to 1.3.0 Bumps [recursive-readdir-async](https://github.com/m0rtadelo/recursive-readdir-async) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/m0rtadelo/recursive-readdir-async/releases) - [Changelog](https://github.com/m0rtadelo/recursive-readdir-async/blob/master/CHANGELOG) - [Commits](https://github.com/m0rtadelo/recursive-readdir-async/compare/1.2.1...1.3.0) --- updated-dependencies: - dependency-name: recursive-readdir-async dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 862560b..640ed3f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "platform-folders": "0.6.0", "popper.js": "^1.16.1", "recursive-readdir": "^2.2.2", - "recursive-readdir-async": "^1.2.1", + "recursive-readdir-async": "^1.3.0", "rimraf": "^3.0.2", "satisfactory-json": "^0.0.63", "semver": "^7.3.7", diff --git a/yarn.lock b/yarn.lock index eb3f207..740b618 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1802,10 +1802,10 @@ readdir-glob@^1.0.0: dependencies: minimatch "^5.1.0" -recursive-readdir-async@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/recursive-readdir-async/-/recursive-readdir-async-1.2.1.tgz#994beaa07a985e806a5946b4b795fe9b5f1a6b9b" - integrity sha512-fU8aySmHIhrycTlXn+hI7dS/p7GnrMHzr2xDdBSd8HZ16mbLkmfIEccIE80gLHftrkTt9oDJiGEJNIPY6n0v6A== +recursive-readdir-async@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/recursive-readdir-async/-/recursive-readdir-async-1.3.0.tgz#059bd7ed19f28d06022e7f63a328ecf2632b4bfe" + integrity sha512-7fZyD3/Ol9LwZBYTgE+PzE+Zuru/WxZxdXaZRaNZNPbdnvMDSvK8KLA51JDCoe8zDBkHHyLb/uutJ2RdJbbt4A== recursive-readdir@^2.2.2: version "2.2.3"