diff --git a/package-lock.json b/package-lock.json index 1fc882da..2ea36a1e 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 26fed6fa..be0b4c22 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",