From 75a7b159b9a68688d3ceca522aac8eada16f8ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Dec 2020 06:22:16 +0000 Subject: [PATCH] chore(deps): bump nanoid from 3.1.18 to 3.1.20 in /client Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.18 to 3.1.20. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.18...3.1.20) 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 b29d74f85e..48dbc5a001 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -19521,9 +19521,9 @@ "optional": true }, "nanoid": { - "version": "3.1.18", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.18.tgz", - "integrity": "sha512-rndlDjbbHbcV3xi+R2fpJ+PbGMdfBxz5v1fATIQFq0DP64FsicQdwnKLy47K4kZHdRpmQXtz24eGsxQqamzYTA==" + "version": "3.1.20", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz", + "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==" }, "nanomatch": { "version": "1.2.13", diff --git a/client/package.json b/client/package.json index 437725e0bc..b71b4db0ad 100644 --- a/client/package.json +++ b/client/package.json @@ -44,7 +44,7 @@ "jquery": "^3.5.1", "lodash": "^4.17.20", "monaco-editor": "^0.20.0", - "nanoid": "^3.1.18", + "nanoid": "^3.1.20", "prismjs": "^1.22.0", "query-string": "^6.13.7", "react": "^16.14.0",