chore(deps): update dependency pg to v8.17.2

This commit is contained in:
2026-01-20 19:02:00 +00:00
parent be56b7342c
commit 8b035b84ee
+7 -7
View File
@@ -3091,13 +3091,13 @@
} }
}, },
"node_modules/pg": { "node_modules/pg": {
"version": "8.17.1", "version": "8.17.2",
"resolved": "https://registry.npmjs.org/pg/-/pg-8.17.1.tgz", "resolved": "https://registry.npmjs.org/pg/-/pg-8.17.2.tgz",
"integrity": "sha512-EIR+jXdYNSMOrpRp7g6WgQr7SaZNZfS7IzZIO0oTNEeibq956JxeD15t3Jk3zZH0KH8DmOIx38qJfQenoE8bXQ==", "integrity": "sha512-vjbKdiBJRqzcYw1fNU5KuHyYvdJ1qpcQg1CeBrHFqV1pWgHeVR6j/+kX0E1AAXfyuLUGY1ICrN2ELKA/z2HWzw==",
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"pg-connection-string": "^2.10.0", "pg-connection-string": "^2.10.1",
"pg-pool": "^3.11.0", "pg-pool": "^3.11.0",
"pg-protocol": "^1.11.0", "pg-protocol": "^1.11.0",
"pg-types": "2.2.0", "pg-types": "2.2.0",
@@ -3126,9 +3126,9 @@
"optional": true "optional": true
}, },
"node_modules/pg-connection-string": { "node_modules/pg-connection-string": {
"version": "2.10.0", "version": "2.10.1",
"resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.10.0.tgz", "resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.10.1.tgz",
"integrity": "sha512-ur/eoPKzDx2IjPaYyXS6Y8NSblxM7X64deV2ObV57vhjsWiwLvUD6meukAzogiOsu60GO8m/3Cb6FdJsWNjwXg==", "integrity": "sha512-iNzslsoeSH2/gmDDKiyMqF64DATUCWj3YJ0wP14kqcsf2TUklwimd+66yYojKwZCA7h2yRNLGug71hCBA2a4sw==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/pg-int8": { "node_modules/pg-int8": {