diff --git a/bun.lock b/bun.lock index 1b03f9a5..25b409b9 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ "thumbhash": "0.1.1", }, "devDependencies": { - "bun-types": "1.3.10", + "bun-types": "1.3.11", "node-addon-api": "8.6.0", "node-gyp": "12.2.0", "prettier": "3.8.1", @@ -124,7 +124,7 @@ "avvio": ["avvio@9.1.0", "", { "dependencies": { "@fastify/error": "^4.0.0", "fastq": "^1.17.1" } }, ""], - "bun-types": ["bun-types@1.3.10", "", { "dependencies": { "@types/node": "*" } }, "sha512-tcpfCCl6XWo6nCVnpcVrxQ+9AYN1iqMIzgrSKYMB/fjLtV2eyAVEg7AxQJuCq/26R6HpKWykQXuSOq/21RYcbg=="], + "bun-types": ["bun-types@1.3.11", "", { "dependencies": { "@types/node": "*" } }, "sha512-1KGPpoxQWl9f6wcZh57LvrPIInQMn2TQ7jsgxqpRzg+l0QPOFvJVH7HmvHo/AiPgwXy+/Thf6Ov3EdVn1vOabg=="], "cacache": ["cacache@20.0.3", "", { "dependencies": { "@npmcli/fs": "^5.0.0", "fs-minipass": "^3.0.0", "glob": "^13.0.0", "lru-cache": "^11.1.0", "minipass": "^7.0.3", "minipass-collect": "^2.0.1", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", "p-map": "^7.0.2", "ssri": "^13.0.0", "unique-filename": "^5.0.0" } }, ""], diff --git a/package.json b/package.json index 49dc9dfa..2ce81a1c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "format": "bunx prettier . --write" }, "devDependencies": { - "bun-types": "1.3.10", + "bun-types": "1.3.11", "node-addon-api": "8.6.0", "node-gyp": "12.2.0", "prettier": "3.8.1",