diff --git a/package-lock.json b/package-lock.json index e83d92e4..838ea131 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "nodemailer": "^6.7.0", "otplib": "^12.0.1", "pg": "^8.8.0", - "pg-connection-string": "^2.5.0", + "pg-connection-string": "^2.6.2", "react": "^17.0.2", "react-ace": "^9.5.0", "react-dom": "^17.0.2", @@ -12630,8 +12630,9 @@ } }, "node_modules/pg-connection-string": { - "version": "2.5.0", - "integrity": "sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.2.tgz", + "integrity": "sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA==" }, "node_modules/pg-int8": { "version": "1.0.1", @@ -26355,8 +26356,9 @@ } }, "pg-connection-string": { - "version": "2.5.0", - "integrity": "sha512-r5o/V/ORTA6TmUnyWZR9nCj1klXCO2CEKNRlVuJptZe85QuhFayC7WeMic7ndayT5IRIR0S0xFxFi2ousartlQ==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.2.tgz", + "integrity": "sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA==" }, "pg-int8": { "version": "1.0.1", diff --git a/package.json b/package.json index 26b81207..66c7d022 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "nodemailer": "^6.7.0", "otplib": "^12.0.1", "pg": "^8.8.0", - "pg-connection-string": "^2.5.0", + "pg-connection-string": "^2.6.2", "react": "^17.0.2", "react-ace": "^9.5.0", "react-dom": "^17.0.2",