diff --git a/functions/package-lock.json b/functions/package-lock.json index 68154d088..f452cd4a5 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -68,7 +68,7 @@ "tiny-cookie": "^1.0.1", "url-parse": "^1.4.7", "uuid": "^8.3.2", - "v-dropdown-menu": "git+ssh://git@github.com:likecoin/v-dropdown-menu.git#9ab8dd0320125c105ae99df096ed3fcb477fe0e0", + "v-dropdown-menu": "https://github.com/likecoin/v-dropdown-menu.git#9ab8dd0320125c105ae99df096ed3fcb477fe0e0", "v-tooltip": "^2.0.2", "vue": "2.7.15", "vue-awesome-swiper": "^4.1.1", @@ -16084,15 +16084,16 @@ "integrity": "sha512-C40jQ3NzfkP53NsO8kEOFd79p4b9kDXQMwgiY1z8ZwrDZgUyom0AHwGegF4Dm99L+YoYhuaB0ceerUcXmqr1rQ==" }, "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", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" },