From 4cc10d7bd01570ba7bac17f728906cf24a4d4379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 05:08:09 +0000 Subject: [PATCH] chore(deps): bump nanoid from 3.1.16 to 3.1.18 in /client Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.16 to 3.1.18. - [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.16...3.1.18) 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 46e2a72837..e48dd2fe93 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -19121,9 +19121,9 @@ "optional": true }, "nanoid": { - "version": "3.1.16", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.16.tgz", - "integrity": "sha512-+AK8MN0WHji40lj8AEuwLOvLSbWYApQpre/aFJZD71r43wVRLrOYS4FmJOPQYon1TqB462RzrrxlfA74XRES8w==" + "version": "3.1.18", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.18.tgz", + "integrity": "sha512-rndlDjbbHbcV3xi+R2fpJ+PbGMdfBxz5v1fATIQFq0DP64FsicQdwnKLy47K4kZHdRpmQXtz24eGsxQqamzYTA==" }, "nanomatch": { "version": "1.2.13", diff --git a/client/package.json b/client/package.json index 95ff0fb83f..7825077baa 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.16", + "nanoid": "^3.1.18", "prismjs": "^1.22.0", "query-string": "^6.13.7", "react": "^16.14.0",