From 10ed33f1b6ae2ad49b01045f2b742418e566d29b Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 16 May 2023 13:46:10 -0400
Subject: [PATCH] fix(deps): update dependency pg-cursor to v2.10.0 (#11605)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 install/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/package.json b/install/package.json
index 6d074c2a61..078ce809f6 100644
--- a/install/package.json
+++ b/install/package.json
@@ -111,7 +111,7 @@
         "passport-http-bearer": "1.0.1",
         "passport-local": "1.0.0",
         "pg": "8.11.0",
-        "pg-cursor": "2.9.0",
+        "pg-cursor": "2.10.0",
         "postcss": "8.4.23",
         "postcss-clean": "1.2.0",
         "progress-webpack-plugin": "1.0.16",