SharonKoch / Wiki_Demo

Wiki.js | A modern and powerful wiki app built on Node.js
https://js.wiki
GNU Affero General Public License v3.0
1 stars 0 forks source link

chore(deps): update dependency pg-pubsub to v0.6.0 - autoclosed #68

Closed mend-for-github-com[bot] closed 6 months ago

mend-for-github-com[bot] commented 9 months ago

This PR contains the following updates:

Package Type Update Change
pg-pubsub dependencies minor 0.5.0 -> 0.6.0

By merging this PR, the issue #17 will be automatically resolved and closed:

Severity CVSS Score CVE
High High 7.5 CVE-2022-25883

Release Notes

voxpelli/node-pg-pubsub (pg-pubsub) ### [`v0.6.0`](https://togithub.com/voxpelli/node-pg-pubsub/releases/tag/v0.6.0) [Compare Source](https://togithub.com/voxpelli/node-pg-pubsub/compare/v0.5.0...v0.6.0) - **Breaking change:** Now requires Node.js >=12.x - **Breaking change:** `.addChannel()` now returns a `Promise` rather than the `PGPubsub` instance - **Dependencies:** Updated to `promised-retry` version `0.4.x` - **Improvement:** Generates TypeScript type definition files