diff --git a/client/package-lock.json b/client/package-lock.json index af1ab4a..ba78963 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -13,7 +13,7 @@ "function-bind": "^1.1.1", "has": "^1.0.3", "is-core-module": "^2.9.0", - "nanoid": "^3.3.4", + "nanoid": "^3.3.8", "path-parse": "^1.0.7", "picocolors": "^1.0.0", "postcss": "^8.4.31", @@ -1548,9 +1548,9 @@ "dev": true }, "node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", @@ -3297,9 +3297,9 @@ "dev": true }, "nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==" + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==" }, "natural-compare": { "version": "1.4.0", diff --git a/client/package.json b/client/package.json index 7297eb7..c4ab618 100644 --- a/client/package.json +++ b/client/package.json @@ -45,7 +45,7 @@ "function-bind": "^1.1.1", "path-parse": "^1.0.7", "source-map-js": "^1.0.2", - "nanoid": "^3.3.4", + "nanoid": "^3.3.8", "picocolors": "^1.0.0", "supports-preserve-symlinks-flag": "^1.0.0" },