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"