From 82ca6d84418e37353a87b5c306bbcbc9f590d715 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 10:41:39 +0100 Subject: [PATCH] fix(deps): update dependency nanoid to v3.2.0 (#44899) Co-authored-by: Renovate Bot --- client/package.json | 2 +- package-lock.json | 20 ++------------------ 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/client/package.json b/client/package.json index 3b7b75dd96..5b22291db6 100644 --- a/client/package.json +++ b/client/package.json @@ -83,7 +83,7 @@ "lodash": "4.17.21", "lodash-es": "4.17.21", "monaco-editor": "0.28.1", - "nanoid": "3.1.31", + "nanoid": "3.2.0", "normalize-url": "4.5.1", "path-browserify": "1.0.1", "postcss": "8.4.5", diff --git a/package-lock.json b/package-lock.json index d32a545d58..ff3df3fa48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -251,7 +251,7 @@ "lodash": "4.17.21", "lodash-es": "4.17.21", "monaco-editor": "0.28.1", - "nanoid": "3.1.31", + "nanoid": "3.2.0", "normalize-url": "4.5.1", "path-browserify": "1.0.1", "postcss": "8.4.5", @@ -356,17 +356,6 @@ "url": "https://opencollective.com/final-form" } }, - "client/node_modules/nanoid": { - "version": "3.1.31", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.31.tgz", - "integrity": "sha512-ZivnJm0o9bb13p2Ot5CpgC2rQdzB9Uxm/mFZweqm5eMViqOJe3PV6LU2E30SiLgheesmcPrjquqraoolONSA0A==", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, "client/node_modules/query-string": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.0.1.tgz", @@ -57833,7 +57822,7 @@ "lodash-es": "4.17.21", "monaco-editor": "0.28.1", "monaco-editor-webpack-plugin": "4.2.0", - "nanoid": "3.1.31", + "nanoid": "3.2.0", "normalize-url": "4.5.1", "path-browserify": "1.0.1", "postcss": "8.4.5", @@ -57908,11 +57897,6 @@ "@babel/runtime": "^7.10.0" } }, - "nanoid": { - "version": "3.1.31", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.31.tgz", - "integrity": "sha512-ZivnJm0o9bb13p2Ot5CpgC2rQdzB9Uxm/mFZweqm5eMViqOJe3PV6LU2E30SiLgheesmcPrjquqraoolONSA0A==" - }, "query-string": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.0.1.tgz",