build(deps): bump the production group in /tools/syn2mas with 2 updates

Bumps the production group in /tools/syn2mas with 2 updates: [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) and [pg-query-stream](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg-query-stream).


Updates `pg` from 8.14.0 to 8.14.1
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.14.1/packages/pg)

Updates `pg-query-stream` from 4.8.0 to 4.8.1
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg-query-stream@4.8.1/packages/pg-query-stream)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-17 16:14:22 +00:00
committed by GitHub
parent aea33a9ce0
commit e78fffab2f

View File

@@ -2133,9 +2133,9 @@
"license": "MIT"
},
"node_modules/pg": {
"version": "8.14.0",
"resolved": "https://registry.npmjs.org/pg/-/pg-8.14.0.tgz",
"integrity": "sha512-nXbVpyoaXVmdqlKEzToFf37qzyeeh7mbiXsnoWvstSqohj88yaa/I/Rq/HEVn2QPSZEuLIJa/jSpRDyzjEx4FQ==",
"version": "8.14.1",
"resolved": "https://registry.npmjs.org/pg/-/pg-8.14.1.tgz",
"integrity": "sha512-0TdbqfjwIun9Fm/r89oB7RFQ0bLgduAhiIqIXOsyKoiC/L54DbuAAzIEN/9Op0f1Po9X7iCPXGoa/Ah+2aI8Xw==",
"license": "MIT",
"dependencies": {
"pg-connection-string": "^2.7.0",
@@ -2173,9 +2173,9 @@
"license": "MIT"
},
"node_modules/pg-cursor": {
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/pg-cursor/-/pg-cursor-2.13.0.tgz",
"integrity": "sha512-13jHi54EawM9aQhmf0+xRtvaL/g4kBjnx/tEXWAIPNKm4bxUofPfc5navrgt47z85AsxUDx4f40IzF1y9tUyeA==",
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/pg-cursor/-/pg-cursor-2.13.1.tgz",
"integrity": "sha512-t7niROd7/BVlRn2juI0S0MP/Ps87lNMpmnxMRQMOH0fboL0n7gH/MxpymSdR4rZRcPfoR3Sx47JG1u5JOJf6Gg==",
"license": "MIT",
"peerDependencies": {
"pg": "^8"
@@ -2206,12 +2206,12 @@
"license": "MIT"
},
"node_modules/pg-query-stream": {
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/pg-query-stream/-/pg-query-stream-4.8.0.tgz",
"integrity": "sha512-SqlkdPX7GFE4LvLNm8fvcTu3B7aag6d5x/CIRchU8ynPIDupUuVBTn6RnyS/CH2v5HBuvVLdrpoHbYHEZnpjBA==",
"version": "4.8.1",
"resolved": "https://registry.npmjs.org/pg-query-stream/-/pg-query-stream-4.8.1.tgz",
"integrity": "sha512-kZo6C6HSzYFF6mlwl+etDk5QZD9CMdlHUXpof6PkK9+CHHaBLvOd2lZMwErOOpC/ldg4thrAojS8sG1B8PZ9Yw==",
"license": "MIT",
"dependencies": {
"pg-cursor": "^2.13.0"
"pg-cursor": "^2.13.1"
},
"peerDependencies": {
"pg": "^8"