diff --git a/bun.lock b/bun.lock index 9082481..8b2db52 100644 --- a/bun.lock +++ b/bun.lock @@ -6,7 +6,7 @@ "dependencies": { "@biomejs/biome": "^2.0.6", "@types/node": "^20.14.1", - "autenticacao-drive": "https://e-licencie.com.br/pacotes/p-autenticacao-drive-1.20.0.tgz", + "autenticacao-drive": "https://e-licencie.com.br/pacotes/p-autenticacao-drive-1.21.0.tgz", "check-node-version": "^4.2.1", "cross-fetch": "^4.0.0", "dayjs": "^1.11.13", @@ -151,7 +151,7 @@ "any-promise": ["any-promise@1.3.0", "", {}, "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A=="], - "autenticacao-drive": ["p-autenticacao-drive@https://e-licencie.com.br/pacotes/p-autenticacao-drive-1.20.0.tgz", { "dependencies": { "cross-fetch": "^4.1.0", "p-comuns": "git+https://git2.idz.one/luiz/_comuns.git", "p-respostas": "git+https://git2.idz.one/luiz/_respostas.git" } }], + "autenticacao-drive": ["p-autenticacao-drive@https://e-licencie.com.br/pacotes/p-autenticacao-drive-1.21.0.tgz", { "dependencies": { "cross-fetch": "^4.1.0", "p-comuns": "git+https://git2.idz.one/luiz/_comuns.git#master", "p-respostas": "git+https://git2.idz.one/luiz/_respostas.git#master" } }], "balanced-match": ["balanced-match@1.0.2", "", {}, "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="], @@ -333,6 +333,10 @@ "zod": ["zod@3.24.1", "", {}, "sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A=="], + "autenticacao-drive/p-comuns": ["p-comuns@git+https://git2.idz.one/luiz/_comuns.git#0011c9b222deaeb60932191cc1995412a0ba06dd", { "dependencies": { "cross-fetch": "^4.1.0", "zod": "3.24.1" } }, "0011c9b222deaeb60932191cc1995412a0ba06dd"], + + "autenticacao-drive/p-respostas": ["p-respostas@git+https://git2.idz.one/luiz/_respostas.git#a00d459a800f6238ba00fbcdcbceaa2fe666d42b", { "dependencies": { "zod": "3.24.1" } }, "a00d459a800f6238ba00fbcdcbceaa2fe666d42b"], + "source-map/whatwg-url": ["whatwg-url@7.1.0", "", { "dependencies": { "lodash.sortby": "^4.7.0", "tr46": "^1.0.1", "webidl-conversions": "^4.0.2" } }, "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg=="], "string-width-cjs/emoji-regex": ["emoji-regex@8.0.0", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="], diff --git a/package.json b/package.json index b801f7f..270cc1b 100755 --- a/package.json +++ b/package.json @@ -29,12 +29,12 @@ "dependencies": { "@biomejs/biome": "^2.0.6", "@types/node": "^20.14.1", - "autenticacao-drive": "https://e-licencie.com.br/pacotes/p-autenticacao-drive-1.20.0.tgz", + "autenticacao-drive": "https://e-licencie.com.br/pacotes/p-autenticacao-drive-1.21.0.tgz", "check-node-version": "^4.2.1", "cross-fetch": "^4.0.0", "dayjs": "^1.11.13", - "p-comuns": "git+https://git2.idz.one/luiz/_comuns.git", - "p-respostas": "git+https://git2.idz.one/luiz/_respostas.git", + "p-comuns": "git+https://git2.idz.one/luiz/_comuns.git#master", + "p-respostas": "git+https://git2.idz.one/luiz/_respostas.git#master", "tsup": "^8.3.5", "typescript": "5.5.4", "zod": "3.24.1"