From 3c878433d9efc52e41ba6a3745a7e34cee8b3825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 04:10:15 +0000 Subject: [PATCH] build(deps-dev): bump find-process from 1.4.5 to 1.4.7 Bumps [find-process](https://github.com/yibn2008/find-process) from 1.4.5 to 1.4.7. - [Release notes](https://github.com/yibn2008/find-process/releases) - [Changelog](https://github.com/yibn2008/find-process/blob/master/HISTORY.md) - [Commits](https://github.com/yibn2008/find-process/compare/1.4.5...1.4.7) --- updated-dependencies: - dependency-name: find-process dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index b89bf1af9a..17b1522d09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15139,9 +15139,9 @@ find-my-way@^2.2.2: semver-store "^0.3.0" find-process@^1.4.5: - version "1.4.5" - resolved "https://registry.npmjs.org/find-process/-/find-process-1.4.5.tgz#6a0e4c87a32ca927c05cbed7b9078d62ffaac1a4" - integrity sha512-v11rJYYISUWn+s8qZzgGnBvlzRKf3bOtlGFM8H0kw56lGQtOmLuLCzuclA5kehA2j7S5sioOWdI4woT3jDavAw== + version "1.4.7" + resolved "https://registry.npmjs.org/find-process/-/find-process-1.4.7.tgz#8c76962259216c381ef1099371465b5b439ea121" + integrity sha512-/U4CYp1214Xrp3u3Fqr9yNynUrr5Le4y0SsJh2lMDDSbpwYSz3M2SMWQC+wqcx79cN8PQtHQIL8KnuY9M66fdg== dependencies: chalk "^4.0.0" commander "^5.1.0"