From 54a6ae6444d1eb162ebc84e852e10ec3a459609b Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:40:50 +0000 Subject: [PATCH] Update @types/pg to version 8.10.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e71146d3..d814f554 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@sapphire/type": "^2.4.0", "@sapphire/utilities": "^3.11.0", "@types/common-tags": "^1.8.2", - "@types/pg": "^8.10.2", + "@types/pg": "^8.10.3", "bufferutil": "^4.0.7", "chokidar": "^3.5.3", "colorette": "^2.0.20", diff --git a/yarn.lock b/yarn.lock index bf230f34..b4a28704 100644 --- a/yarn.lock +++ b/yarn.lock @@ -376,10 +376,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.3.tgz#5b763b321cd3b80f6b8dde7a37e1a77ff9358dd9" integrity sha512-HksnYH4Ljr4VQgEy2lTStbCKv/P590tmPe5HqOnv9Gprffgv5WXAY+Y5Gqniu0GGqeTCUdBnzC3QSrzPkBkAMA== -"@types/pg@^8.10.2": - version "8.10.2" - resolved "https://registry.yarnpkg.com/@types/pg/-/pg-8.10.2.tgz#7814d1ca02c8071f4d0864c1b17c589b061dba43" - integrity sha512-MKFs9P6nJ+LAeHLU3V0cODEOgyThJ3OAnmOlsZsxux6sfQs3HRXR5bBn7xG5DjckEFhTAxsXi7k7cd0pCMxpJw== +"@types/pg@^8.10.3": + version "8.10.3" + resolved "https://registry.yarnpkg.com/@types/pg/-/pg-8.10.3.tgz#39b3acba4f313a65c8fbb4b241fcb21cc1ba4126" + integrity sha512-BACzsw64lCZesclRpZGu55tnqgFAYcrCBP92xLh1KLypZLCOsvJTSTgaoFVTy3lCys/aZTQzfeDxtjwrvdzL2g== dependencies: "@types/node" "*" pg-protocol "*"