diff --git a/package.json b/package.json index b86befc..1bb6724 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "socket.io": "^4.1.3", "tsc": "^2.0.3", "typescript": "^4.5.4", - "uniqid": "^5.3.0" + "uniqid": "^5.4.0" }, "devDependencies": { "@types/bcrypt": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 84bacb9..de3fce2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1050,16 +1050,11 @@ typescript@^4.5.4: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8" integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg== -uniqid@^5.2.0: +uniqid@^5.2.0, uniqid@^5.4.0: version "5.4.0" resolved "https://registry.yarnpkg.com/uniqid/-/uniqid-5.4.0.tgz#4e17bfcab66dfe33563411ae0c801f46ef964e66" integrity sha512-38JRbJ4Fj94VmnC7G/J/5n5SC7Ab46OM5iNtSstB/ko3l1b5g7ALt4qzHFgGciFkyiRNtDXtLNb+VsxtMSE77A== -uniqid@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/uniqid/-/uniqid-5.3.0.tgz#4545f8e9c9a5830ef804e512cca6a9331e9761bf" - integrity sha512-Jq8EzvAT8/CcLu8tzoSiylnzPkNhJJKpnMT964Dj1jI4pG4sKYP9aFVByNTp8KzMvYlW1Um63PCDqtOoujNzrA== - unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"