diff --git a/client/package-lock.json b/client/package-lock.json index 3e1db0abd3..d7978eb3a5 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15610,9 +15610,9 @@ "integrity": "sha512-2nMHqg1x5PU+unxX7PGY7AuYxl2qDx7PSrTRjizr8sxdd3l/3hBuWWaki62qmtYm2U5i4Z5E7GbjlyDFhs9/EQ==" }, "nanoid": { - "version": "3.1.29", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.29.tgz", - "integrity": "sha512-dW2pUSGZ8ZnCFIlBIA31SV8huOGCHb6OwzVCc7A69rb/a+SgPBwfmLvK5TKQ3INPbRkcI8a/Owo0XbiTNH19wg==" + "version": "3.1.30", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", + "integrity": "sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==" }, "nanomatch": { "version": "1.2.13", diff --git a/client/package.json b/client/package.json index ea83cba1bb..99de56c041 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.27.0", - "nanoid": "3.1.29", + "nanoid": "3.1.30", "normalize-url": "4.5.1", "path-browserify": "1.0.1", "postcss": "8.3.9",