diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json
index 615f366..b661de5 100644
--- a/packages/eslint-config/package.json
+++ b/packages/eslint-config/package.json
@@ -45,7 +45,7 @@
     "eslint-plugin-node": "^11.1.0",
     "eslint-plugin-prettier": "^5.0.0-alpha.0",
     "eslint-plugin-promise": "^6.1.1",
-    "eslint-plugin-sql": "2.1.0",
+    "eslint-plugin-sql": "2.4.4",
     "eslint-plugin-unicorn": "^47.0.0",
     "eslint-plugin-unused-imports": "^2.0.0"
   },
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index a35ede7..c068e8f 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -57,8 +57,8 @@ importers:
         specifier: ^6.1.1
         version: 6.1.1(eslint@8.44.0)
       eslint-plugin-sql:
-        specifier: 2.1.0
-        version: 2.1.0(eslint@8.44.0)
+        specifier: 2.4.4
+        version: 2.4.4(eslint@8.44.0)
       eslint-plugin-unicorn:
         specifier: ^47.0.0
         version: 47.0.0(eslint@8.44.0)
@@ -2513,8 +2513,8 @@ packages:
       string.prototype.matchall: 4.0.8
     dev: false
 
-  /eslint-plugin-sql@2.1.0(eslint@8.44.0):
-    resolution: {integrity: sha512-UPapPPhK1ADgQDTogpApiSAh6bYjrt2daYkKCdApHm5KPbq9qR4ca4TPyYod06bAnLgswbri6Z9gEPAy0R+B1A==}
+  /eslint-plugin-sql@2.4.4(eslint@8.44.0):
+    resolution: {integrity: sha512-ayoqr57/PiT7WN/nXk8xUMkxNmBLAhWR0dciQJkLJRIB2PpdCFqTnNmFImst3zutlz2Tuaj3B/lEzRhj5LEJ2A==}
     engines: {node: '>=12'}
     peerDependencies:
       eslint: '>=8.1.0'
@@ -2523,7 +2523,7 @@ packages:
       debug: 4.3.4
       eslint: 8.44.0
       lodash: 4.17.21
-      pg-formatter: 1.3.0
+      pg-formatter: 2.0.2
       sql-parse: 0.1.5
     transitivePeerDependencies:
       - supports-color
@@ -4423,10 +4423,11 @@ packages:
     resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
     engines: {node: '>=8'}
 
-  /pg-formatter@1.3.0:
-    resolution: {integrity: sha512-y1kNdgD+QWzhmYCm91z/k7VGyx6BekQg6ww/krFEEhw1IIB4zEk2xaB0pmueTcc59YFetpiHIKECgHEuw6gyvg==}
-    engines: {node: '>=10.0'}
+  /pg-formatter@2.0.2:
+    resolution: {integrity: sha512-uOVyPXcfmv6O2GCnJebm7HonAKkgTKwSnJNpC5i4i5futJB0ukdaVgBmAWwc7d4LYHrHI1A/MKrEgzPco0HZyA==}
+    engines: {node: '>=16'}
     hasBin: true
+    requiresBuild: true
     dependencies:
       shell-quote: 1.8.1
       yargs: 17.7.2
@@ -5537,11 +5538,6 @@ packages:
     resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==}
     engines: {node: '>=10'}
 
-  /yargs-parser@21.0.1:
-    resolution: {integrity: sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==}
-    engines: {node: '>=12'}
-    dev: true
-
   /yargs-parser@21.1.1:
     resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==}
     engines: {node: '>=12'}
@@ -5573,7 +5569,7 @@ packages:
       require-directory: 2.1.1
       string-width: 4.2.3
       y18n: 5.0.8
-      yargs-parser: 21.0.1
+      yargs-parser: 21.1.1
     dev: true
 
   /yargs@17.7.2: