From 84a8c9f1056f8aebc40990fbb8ead1c082fc7bc1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Oct 2024 20:42:52 +0000 Subject: [PATCH] fix: upgrade pg from 8.4.1 to 8.13.0 Snyk has created this PR to upgrade pg from 8.4.1 to 8.13.0. See this package in npm: pg See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/50f23259-1dc9-4fc0-b98b-cc143e27dbec?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-knex/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-knex/package.json b/examples/with-knex/package.json index fb7c2daa19237..3ae2308e070cd 100644 --- a/examples/with-knex/package.json +++ b/examples/with-knex/package.json @@ -15,7 +15,7 @@ "dependencies": { "knex": "0.95.15", "next": "latest", - "pg": "8.4.1", + "pg": "8.13.0", "react": "^18.2.0", "react-dom": "^18.2.0" }