diff --git a/bun.lock b/bun.lock index 1e0cde6..42f5858 100644 --- a/bun.lock +++ b/bun.lock @@ -5,13 +5,13 @@ "": { "name": "@sparetimecoders/messaging-outbox", "dependencies": { - "@opentelemetry/api": "^1.9.0", - "@sparetimecoders/messaging": "^0.0.1", + "@opentelemetry/api": "1.9.1", + "@sparetimecoders/messaging": "0.0.1", }, "devDependencies": { "@types/bun": "latest", - "@types/pg": "^8.11.0", - "typescript": "^5.7.3", + "@types/pg": "8.20.0", + "typescript": "5.9.3", }, "peerDependencies": { "pg": "^8.0.0", @@ -22,7 +22,7 @@ }, }, "packages": { - "@opentelemetry/api": ["@opentelemetry/api@1.9.0", "", {}, "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg=="], + "@opentelemetry/api": ["@opentelemetry/api@1.9.1", "", {}, "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q=="], "@sparetimecoders/messaging": ["@sparetimecoders/messaging@0.0.1", "https://npm.pkg.github.com/download/@sparetimecoders/messaging/0.0.1/2136d37cdea4e04cbf11f473d4ee6dd944757a82", {}, "sha512-okkNkpc3RPqwWi/oZn0Xq7uwLA5cJMbm610UulEyQF3kr6+5QmIOkC1VJRevUp9N2saPMS5+nLMgIPMvvhWfGQ=="], @@ -30,7 +30,7 @@ "@types/node": ["@types/node@25.3.5", "", { "dependencies": { "undici-types": "~7.18.0" } }, "sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA=="], - "@types/pg": ["@types/pg@8.18.0", "", { "dependencies": { "@types/node": "*", "pg-protocol": "*", "pg-types": "^2.2.0" } }, "sha512-gT+oueVQkqnj6ajGJXblFR4iavIXWsGAFCk3dP4Kki5+a9R4NMt0JARdk6s8cUKcfUoqP5dAtDSLU8xYUTFV+Q=="], + "@types/pg": ["@types/pg@8.20.0", "", { "dependencies": { "@types/node": "*", "pg-protocol": "*", "pg-types": "^2.2.0" } }, "sha512-bEPFOaMAHTEP1EzpvHTbmwR8UsFyHSKsRisLIHVMXnpNefSbGA1bD6CVy+qKjGSqmZqNqBDV2azOBo8TgkcVow=="], "bun-types": ["bun-types@1.3.10", "", { "dependencies": { "@types/node": "*" } }, "sha512-tcpfCCl6XWo6nCVnpcVrxQ+9AYN1iqMIzgrSKYMB/fjLtV2eyAVEg7AxQJuCq/26R6HpKWykQXuSOq/21RYcbg=="], diff --git a/package.json b/package.json index f05ae50..3dc7cc1 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@opentelemetry/api": "^1.9.0", - "@sparetimecoders/messaging": "^0.0.1" + "@opentelemetry/api": "1.9.1", + "@sparetimecoders/messaging": "0.0.1" }, "peerDependencies": { "pg": "^8.0.0" @@ -34,8 +34,8 @@ }, "devDependencies": { "@types/bun": "latest", - "@types/pg": "^8.11.0", - "typescript": "^5.7.3" + "@types/pg": "8.20.0", + "typescript": "5.9.3" }, "publishConfig": { "access": "public"