diff --git a/functions/package-lock.json b/functions/package-lock.json index 500b43a3f..65df50b7a 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -69,7 +69,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", @@ -8847,9 +8847,10 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0",