From eb9a9b628a6b7d94eeb8fadb6f9668309ec052f2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 20:02:50 +0300 Subject: [PATCH] Bump browser-nativefs from 0.9.0 to 0.9.1 (#1873) Bumps [browser-nativefs](https://github.com/GoogleChromeLabs/browser-nativefs) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/GoogleChromeLabs/browser-nativefs/releases) - [Commits](https://github.com/GoogleChromeLabs/browser-nativefs/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 42a7e520..fb22b180 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3318,9 +3318,9 @@ "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" }, "browser-nativefs": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/browser-nativefs/-/browser-nativefs-0.9.0.tgz", - "integrity": "sha512-sDpTUjv7sn3RChz3SYzX3kJO7ongpoOnNmGuBb43IioVJlhnZiOoQIBzP+g3NyzTi+2ebbJl9gvtYMVZehfV5g==" + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/browser-nativefs/-/browser-nativefs-0.9.1.tgz", + "integrity": "sha512-Tq10NyVvwjDfbNQPvKCnhmUdyLUuHBlh1qLj6Rx4HJjA08k8HA3QtjAtqVwt/DI4DbVf3+yUvMzhH9q2htXFBQ==" }, "browser-process-hrtime": { "version": "1.0.0", diff --git a/package.json b/package.json index 63ce191a..f0adeb52 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/react": "16.9.41", "@types/react-dom": "16.9.8", "@types/socket.io-client": "1.4.33", - "browser-nativefs": "0.9.0", + "browser-nativefs": "0.9.1", "i18next-browser-languagedetector": "5.0.0", "lodash.throttle": "4.1.1", "nanoid": "2.1.11",