From 509272cf740e1c2fc31395615aa601f899ea2b2f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2019 21:54:35 +0000 Subject: [PATCH] Bump file-uri-to-path from 1.0.0 to 2.0.0 in /app Bumps [file-uri-to-path](https://github.com/TooTallNate/file-uri-to-path) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/TooTallNate/file-uri-to-path/releases) - [Commits](https://github.com/TooTallNate/file-uri-to-path/compare/1.0.0...2.0.0) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/package.json b/app/package.json index 474af662..dfa1fa10 100644 --- a/app/package.json +++ b/app/package.json @@ -18,7 +18,7 @@ "electron-fetch": "1.3.0", "electron-is-dev": "1.0.1", "electron-squirrel-startup": "1.0.0", - "file-uri-to-path": "1.0.0", + "file-uri-to-path": "2.0.0", "fs-extra": "7.0.1", "git-describe": "4.0.4", "lodash": "4.17.15", diff --git a/app/yarn.lock b/app/yarn.lock index fcde1c83..f5049997 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -197,9 +197,10 @@ fast-json-stable-stringify@^2.0.0: resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" integrity sha1-1RQsDK7msRifh9OnYREGT4bIu/I= -file-uri-to-path@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" +file-uri-to-path@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz#7b415aeba227d575851e0a5b0c640d7656403fba" + integrity sha512-hjPFI8oE/2iQPVe4gbrJ73Pp+Xfub2+WI2LlXDbsaJBwT5wuMh35WNWVYYTpnz895shtwfyutMFLFywpQAFdLg== find-up@^3.0.0: version "3.0.0"