From 78a5ab735f9631f453d5ae869f5858c6e1bd533d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 07:58:11 -0400 Subject: [PATCH] Bump filehound from 1.17.5 to 1.17.6 (#5322) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a7be44a5df..32e931109f 100644 --- a/package.json +++ b/package.json @@ -222,7 +222,7 @@ "electron-devtools-installer": "^3.2.0", "electron-updater": "^4.6.5", "electron-window-state": "^5.0.3", - "filehound": "^1.17.5", + "filehound": "^1.17.6", "fs-extra": "^9.0.1", "glob-to-regexp": "^0.4.1", "got": "^11.8.3", diff --git a/yarn.lock b/yarn.lock index c8695b813b..38ee3bec30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5849,15 +5849,15 @@ file-js@0.3.0: minimatch "^3.0.3" proper-lockfile "^1.2.0" -filehound@^1.17.5: - version "1.17.5" - resolved "https://registry.yarnpkg.com/filehound/-/filehound-1.17.5.tgz#c1c7e8d14b94d536994d820dce6c3f9ca828fd9a" - integrity sha512-BsNTM3xoscYKgv0quE9RWPVhu5ZTb7BNu3H/IbZQbOfQeA7ZyOV/hIYfo60H3Jhorw/J5vbg59KHS1UCHt4FAw== +filehound@^1.17.6: + version "1.17.6" + resolved "https://registry.yarnpkg.com/filehound/-/filehound-1.17.6.tgz#d5d87bd694316ea673bd0642b776b508d3f98a1d" + integrity sha512-5q4zjFkI8W2zLmvbvyvI//K882IpEj6sMNXPUQlk5H6W4Wh3OSSylEAIEmMLELP9G7ileYjTKPXOn0YzzS55Lg== dependencies: bluebird "^3.7.2" file-js "0.3.0" lodash "^4.17.21" - minimatch "^3.0.4" + minimatch "^5.0.0" moment "^2.29.1" unit-compare "^1.0.1" @@ -9100,7 +9100,7 @@ minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.2: dependencies: brace-expansion "^1.1.7" -minimatch@^5.0.1: +minimatch@^5.0.0, minimatch@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b" integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==