Bump pg from 8.11.4 to 8.11.5 in /npm (#2523)

Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.11.4 to 8.11.5.
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.11.5/packages/pg)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-03 19:44:29 +01:00 committed by GitHub
parent 0f37f51012
commit c237ec543b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
npm/package-lock.json generated
View File

@ -26,7 +26,7 @@
"mysql2": "3.9.2",
"node-forge": "1.3.1",
"openid-client": "5.6.5",
"pg": "8.11.4",
"pg": "8.11.5",
"redis": "4.6.13",
"reflect-metadata": "0.2.2",
"ripemd160": "2.0.2",
@ -7024,11 +7024,11 @@
"dev": true
},
"node_modules/pg": {
"version": "8.11.4",
"resolved": "https://registry.npmjs.org/pg/-/pg-8.11.4.tgz",
"integrity": "sha512-pWb7JKPxGk1UFbtq7jQ0m3IfPpb7LLACCEyN8/u9DYEom+Q/BSKy+4TRl4+Hh003AOYhppB/z+QK87/hx/bk0w==",
"version": "8.11.5",
"resolved": "https://registry.npmjs.org/pg/-/pg-8.11.5.tgz",
"integrity": "sha512-jqgNHSKL5cbDjFlHyYsCXmQDrfIX/3RsNwYqpd4N0Kt8niLuNoRNH+aazv6cOd43gPh9Y4DjQCtb+X0MH0Hvnw==",
"dependencies": {
"pg-connection-string": "^2.6.3",
"pg-connection-string": "^2.6.4",
"pg-pool": "^3.6.2",
"pg-protocol": "^1.6.1",
"pg-types": "^2.1.0",
@ -7056,9 +7056,9 @@
"optional": true
},
"node_modules/pg-connection-string": {
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.3.tgz",
"integrity": "sha512-77FxhhKJQH+xJx6tDqkhhMa0nZvv3U1HYLDQgwZxZafVD583++O5LXn5oo5HaQZ0vXwYcZA1koYAJM3JvD6Gtw=="
"version": "2.6.4",
"resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-2.6.4.tgz",
"integrity": "sha512-v+Z7W/0EO707aNMaAEfiGnGL9sxxumwLl2fJvCQtMn9Fxsg+lPpPkdcyBSv/KFgpGdYkMfn+EI1Or2EHjpgLCA=="
},
"node_modules/pg-int8": {
"version": "1.0.1",

View File

@ -56,7 +56,7 @@
"mysql2": "3.9.2",
"node-forge": "1.3.1",
"openid-client": "5.6.5",
"pg": "8.11.4",
"pg": "8.11.5",
"redis": "4.6.13",
"reflect-metadata": "0.2.2",
"ripemd160": "2.0.2",