From 38978372947e1c3a66dce021e02e890cd9fe37c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:30:01 -0300 Subject: [PATCH] chore: bump @well-known-components/pg-component from 0.2.3 to 1.1.0 (#329) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 414e1a0..c5f3204 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@well-known-components/interfaces": "^1.4.3", "@well-known-components/logger": "^3.1.3", "@well-known-components/metrics": "^2.1.0", - "@well-known-components/pg-component": "^0.2.3", + "@well-known-components/pg-component": "^1.1.0", "@well-known-components/thegraph-component": "^1.6.0", "aws-sdk": "^2.1545.0", "bcrypt": "^5.1.1", diff --git a/yarn.lock b/yarn.lock index a099155..78fede5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2039,10 +2039,10 @@ dependencies: prom-client "^15.1.0" -"@well-known-components/pg-component@^0.2.3": - version "0.2.3" - resolved "https://registry.yarnpkg.com/@well-known-components/pg-component/-/pg-component-0.2.3.tgz#5a08fd057168e2e0fdef18336ac9a52b10e56b9a" - integrity sha512-j2EabIt0yqfBXX8I6eS2f2Q8CwKgxrHYbG/Qmlr2xfKXytkSctpcPrjjkK9q+CxiStTIxfp0sa3kqEOcg62+bQ== +"@well-known-components/pg-component@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@well-known-components/pg-component/-/pg-component-1.1.0.tgz#0f5ccde72a87d06a7137e5965eb8203d10b60a9c" + integrity sha512-Lsb6d+cgBYBGawIFDxUl0Db11DDIA/nxaacCMaYeY5evuKNP0pLFp5hpX/K8A5TD/76FvRLfE2QrxB8rVrxk2A== dependencies: "@types/pg" "^8.6.5" "@well-known-components/interfaces" "^1.4.3"