diff --git a/bun.lock b/bun.lock index 2fe1654..dc2ae74 100644 --- a/bun.lock +++ b/bun.lock @@ -16,7 +16,7 @@ "@types/amqplib": "0.10.8", "@types/bun": "latest", "eslint": "10.2.0", - "typescript": "6.0.2", + "typescript": "6.0.3", "typescript-eslint": "8.58.2", }, }, @@ -278,7 +278,7 @@ "type-check": ["type-check@0.4.0", "", { "dependencies": { "prelude-ls": "^1.2.1" } }, "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew=="], - "typescript": ["typescript@6.0.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ=="], + "typescript": ["typescript@6.0.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="], "typescript-eslint": ["typescript-eslint@8.58.2", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.58.2", "@typescript-eslint/parser": "8.58.2", "@typescript-eslint/typescript-estree": "8.58.2", "@typescript-eslint/utils": "8.58.2" }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.1.0" } }, "sha512-V8iSng9mRbdZjl54VJ9NKr6ZB+dW0J3TzRXRGcSbLIej9jV86ZRtlYeTKDR/QLxXykocJ5icNzbsl2+5TzIvcQ=="], diff --git a/package.json b/package.json index 72af939..5487a17 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/amqplib": "0.10.8", "@types/bun": "latest", "eslint": "10.2.0", - "typescript": "6.0.2", + "typescript": "6.0.3", "typescript-eslint": "8.58.2" } }