diff --git a/entrypoint/package-lock.json b/entrypoint/package-lock.json index 3c73c46..1843344 100644 --- a/entrypoint/package-lock.json +++ b/entrypoint/package-lock.json @@ -13,7 +13,7 @@ "@protobuf-ts/runtime": "^2.11.1" }, "devDependencies": { - "bun-types": "^1.3.11" + "bun-types": "^1.3.12" } }, "..": { @@ -63,9 +63,9 @@ } }, "node_modules/bun-types": { - "version": "1.3.11", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.3.11.tgz", - "integrity": "sha512-1KGPpoxQWl9f6wcZh57LvrPIInQMn2TQ7jsgxqpRzg+l0QPOFvJVH7HmvHo/AiPgwXy+/Thf6Ov3EdVn1vOabg==", + "version": "1.3.12", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.3.12.tgz", + "integrity": "sha512-HqOLj5PoFajAQciOMRiIZGNoKxDJSr6qigAttOX40vJuSp6DN/CxWp9s3C1Xwm4oH7ybueITwiaOcWXoYVoRkA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/entrypoint/package.json b/entrypoint/package.json index 126b251..5219e57 100644 --- a/entrypoint/package.json +++ b/entrypoint/package.json @@ -8,6 +8,6 @@ "@protobuf-ts/runtime": "^2.11.1" }, "devDependencies": { - "bun-types": "^1.3.11" + "bun-types": "^1.3.12" } }