From 866faebb679ab62048cc38e87405866e2729642e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 05:31:04 +0000 Subject: [PATCH] chore(deps): bump nanoid from 3.1.12 to 3.1.16 in /client Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.12 to 3.1.16. - [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/3.1.12...3.1.16) Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index d4c6c903b6..11b594611c 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -21243,9 +21243,9 @@ "optional": true }, "nanoid": { - "version": "3.1.12", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.12.tgz", - "integrity": "sha512-1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A==" + "version": "3.1.16", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.16.tgz", + "integrity": "sha512-+AK8MN0WHji40lj8AEuwLOvLSbWYApQpre/aFJZD71r43wVRLrOYS4FmJOPQYon1TqB462RzrrxlfA74XRES8w==" }, "nanomatch": { "version": "1.2.13", diff --git a/client/package.json b/client/package.json index 2dc33b6a0d..5f246cb715 100644 --- a/client/package.json +++ b/client/package.json @@ -47,7 +47,7 @@ "jquery": "^3.5.1", "lodash": "^4.17.20", "monaco-editor": "^0.20.0", - "nanoid": "^3.1.12", + "nanoid": "^3.1.16", "prismjs": "^1.22.0", "query-string": "^6.13.6", "react": "^16.14.0",