diff --git a/bun.lock b/bun.lock index 733c35a6..1d2f7d51 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ "thumbhash": "0.1.1", }, "devDependencies": { - "bun-types": "1.3.6", + "bun-types": "1.3.8", "node-addon-api": "8.5.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.6", "", { "dependencies": { "@types/node": "*" } }, "sha512-OlFwHcnNV99r//9v5IIOgQ9Uk37gZqrNMCcqEaExdkVq3Avwqok1bJFmvGMCkCE0FqzdY8VMOZpfpR3lwI+CsQ=="], + "bun-types": ["bun-types@1.3.8", "", { "dependencies": { "@types/node": "*" } }, "sha512-fL99nxdOWvV4LqjmC+8Q9kW3M4QTtTR1eePs94v5ctGqU8OeceWrSUaRw3JYb7tU3FkMIAjkueehrHPPPGKi5Q=="], "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 bb7a3b98..d8eaea3c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "format": "bunx prettier . --write" }, "devDependencies": { - "bun-types": "1.3.6", + "bun-types": "1.3.8", "node-addon-api": "8.5.0", "node-gyp": "12.2.0", "prettier": "3.8.1",