From 0d176caa5b842ae43a2eda862a587add829e33a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 09:58:56 +0100 Subject: [PATCH] Bump nanoid from 2.1.10 to 2.1.11 (#681) Bumps [nanoid](https://github.com/ai/nanoid) from 2.1.10 to 2.1.11. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/master/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/2.1.10...2.1.11) Signed-off-by: dependabot-preview[bot] --- 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 1fc882dafc..2ea36a1e58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10168,9 +10168,9 @@ "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==" }, "nanoid": { - "version": "2.1.10", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-2.1.10.tgz", - "integrity": "sha512-ZPUHBAwrQ+BSwVV2Xh6hBOEStTzAf8LgohOY0kk22lDiDdI32582KjVPYCqgqj7834hTunGzwZOB4me9T6ZcnA==" + "version": "2.1.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-2.1.11.tgz", + "integrity": "sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA==" }, "nanomatch": { "version": "1.2.13", diff --git a/package.json b/package.json index 26fed6faee..be0b4c2214 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "browser-nativefs": "0.2.0", "i18next-browser-languagedetector": "4.0.1", - "nanoid": "2.1.10", + "nanoid": "2.1.11", "react": "16.12.0", "react-dom": "16.12.0", "react-scripts": "3.3.0",