diff --git a/package-lock.json b/package-lock.json index 4eaf198..10f1727 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint-config-custom": "*", "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.1.11", - "turbo": "latest" + "turbo": "*" } }, "apps/dev": { @@ -1237,8 +1237,9 @@ "license": "MIT" }, "node_modules/cross-spawn": { - "version": "7.0.3", - "license": "MIT", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0",