build(deps): bump find-up from 4.0.0 to 4.1.0 (#948)

* build(deps): bump find-up from 4.0.0 to 4.1.0

Bumps [find-up](https://github.com/sindresorhus/find-up) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/sindresorhus/find-up/releases)
- [Commits](https://github.com/sindresorhus/find-up/compare/v4.0.0...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Upgrade the core package too
This commit is contained in:
dependabot-preview[bot] 2019-06-17 09:37:35 -07:00 коммит произвёл Mark Lee
Родитель 693492fdbf
Коммит 3783037fd0
3 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@ -53,7 +53,7 @@
"electron-rebuild": "^1.8.5",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"find-up": "^4.0.0",
"find-up": "^4.1.0",
"form-data": "2.3.3",
"fs-extra": "^7.0.0",
"glob": "^7.1.4",

Просмотреть файл

@ -44,7 +44,7 @@
"debug": "^4.1.0",
"electron-packager": "^13.0.0",
"electron-rebuild": "^1.8.5",
"find-up": "^4.0.0",
"find-up": "^4.1.0",
"fs-extra": "^7.0.0",
"glob": "^7.1.4",
"lodash.merge": "^4.6.0",

Просмотреть файл

@ -3943,12 +3943,13 @@ find-up@^2.0.0, find-up@^2.1.0:
dependencies:
locate-path "^2.0.0"
find-up@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.0.0.tgz#c367f8024de92efb75f2d4906536d24682065c3a"
integrity sha512-zoH7ZWPkRdgwYCDVoQTzqjG8JSPANhtvLhh4KVUHyKnaUJJrNeFmWIkTcNuJmR3GLMEmGYEf2S2bjgx26JTF+Q==
find-up@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
dependencies:
locate-path "^5.0.0"
path-exists "^4.0.0"
findit2@~2.2.3:
version "2.2.3"