diff --git a/bun.lock b/bun.lock index e8381b8..f8202eb 100644 --- a/bun.lock +++ b/bun.lock @@ -6,13 +6,13 @@ "dependencies": { "cross-fetch": "4.1.0", "node-cache": "^5.1.2", - "p-comuns": "git+https://git2.idz.one/publico/_comuns.git#master", - "p-respostas": "git+https://git2.idz.one/publico/_respostas.git#master", - "uuid": "^11.1.0", + "p-comuns": "git+https://git2.idz.one/publico/_comuns.git", + "p-respostas": "git+https://git2.idz.one/publico/_respostas.git", + "uuid": "11.1.0", }, "devDependencies": { "@biomejs/biome": "2.0.6", - "@types/node": "^20.16.1", + "@types/node": "^20.19.8", "check-node-version": "^4.2.1", "typescript": "5.5.4", }, diff --git a/package.json b/package.json index 839c76e..730f80e 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ "dependencies": { "cross-fetch": "4.1.0", "node-cache": "^5.1.2", - "p-comuns": "git+https://git2.idz.one/publico/_comuns.git#master", - "p-respostas": "git+https://git2.idz.one/publico/_respostas.git#master", - "uuid": "^11.1.0" + "p-comuns": "git+https://git2.idz.one/publico/_comuns.git", + "p-respostas": "git+https://git2.idz.one/publico/_respostas.git", + "uuid": "11.1.0" }, "devDependencies": { "@biomejs/biome": "2.0.6",