From 63edbb9517f67b0d98ddf90a00a3cd29ecaa8f1a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 12:49:34 +0300 Subject: [PATCH] Bump browser-nativefs from 0.10.0 to 0.10.1 (#1971) Bumps [browser-nativefs](https://github.com/GoogleChromeLabs/browser-nativefs) from 0.10.0 to 0.10.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 57977821..9a2deea5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3404,9 +3404,9 @@ "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" }, "browser-nativefs": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/browser-nativefs/-/browser-nativefs-0.10.0.tgz", - "integrity": "sha512-pmG7I00vqLhPDpB+nRAHh5g4OK5Nbwwv4K0Hj7HsZGNC7MLfbj5MlnjGnsVr/ohiRv28B/jtHEiVmiBjwfjJfQ==" + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/browser-nativefs/-/browser-nativefs-0.10.1.tgz", + "integrity": "sha512-JsmU0qNzRPUeeCCgK+C4XwKZyQPmcjw3qGFilyA0y5epA1EtzcjlkAPG65nuVxoN7O649jhEtuiMi++MFSLMww==" }, "browser-process-hrtime": { "version": "1.0.0", diff --git a/package.json b/package.json index 1b063ead..dd8417de 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/react": "16.9.43", "@types/react-dom": "16.9.8", "@types/socket.io-client": "1.4.33", - "browser-nativefs": "0.10.0", + "browser-nativefs": "0.10.1", "i18next-browser-languagedetector": "5.0.0", "lodash.throttle": "4.1.1", "nanoid": "2.1.11",