The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): bump ws from 8.16.0 to 8.17.0 (#1169)

Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.0)

---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
3e0e06ff e57984da

+5 -5
+4 -4
package-lock.json
··· 63 63 "unist-util-visit": "^5.0.0", 64 64 "vfile": "^6.0.1", 65 65 "workerpool": "^9.1.1", 66 - "ws": "^8.15.1", 66 + "ws": "^8.17.0", 67 67 "yargs": "^17.7.2" 68 68 }, 69 69 "bin": { ··· 6817 6817 } 6818 6818 }, 6819 6819 "node_modules/ws": { 6820 - "version": "8.16.0", 6821 - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", 6822 - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", 6820 + "version": "8.17.0", 6821 + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", 6822 + "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", 6823 6823 "engines": { 6824 6824 "node": ">=10.0.0" 6825 6825 },
+1 -1
package.json
··· 89 89 "unist-util-visit": "^5.0.0", 90 90 "vfile": "^6.0.1", 91 91 "workerpool": "^9.1.1", 92 - "ws": "^8.15.1", 92 + "ws": "^8.17.0", 93 93 "yargs": "^17.7.2" 94 94 }, 95 95 "devDependencies": {