The Trans Directory
0
fork

Configure Feed

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

chore(deps): bump ws and @types/ws (#1280)

Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together.

Updates `ws` from 8.17.1 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.17.1...8.18.0)

Updates `@types/ws` from 8.5.10 to 8.5.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws)

---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: "@types/ws"
dependency-type: direct:development
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>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
805d9e32 5fcba1bf

+10 -10
+8 -8
package-lock.json
··· 63 63 "unist-util-visit": "^5.0.0", 64 64 "vfile": "^6.0.1", 65 65 "workerpool": "^9.1.2", 66 - "ws": "^8.17.1", 66 + "ws": "^8.18.0", 67 67 "yargs": "^17.7.2" 68 68 }, 69 69 "bin": { ··· 77 77 "@types/node": "^20.12.5", 78 78 "@types/pretty-time": "^1.1.5", 79 79 "@types/source-map-support": "^0.5.10", 80 - "@types/ws": "^8.5.10", 80 + "@types/ws": "^8.5.11", 81 81 "@types/yargs": "^17.0.32", 82 82 "esbuild": "^0.19.9", 83 83 "prettier": "^3.3.2", ··· 1202 1202 "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==" 1203 1203 }, 1204 1204 "node_modules/@types/ws": { 1205 - "version": "8.5.10", 1206 - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", 1207 - "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", 1205 + "version": "8.5.11", 1206 + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.11.tgz", 1207 + "integrity": "sha512-4+q7P5h3SpJxaBft0Dzpbr6lmMaqh0Jr2tbhJZ/luAwvD7ohSCniYkwz/pLxuT2h0EOa6QADgJj1Ko+TzRfZ+w==", 1208 1208 "dev": true, 1209 1209 "dependencies": { 1210 1210 "@types/node": "*" ··· 6603 6603 } 6604 6604 }, 6605 6605 "node_modules/ws": { 6606 - "version": "8.17.1", 6607 - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", 6608 - "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", 6606 + "version": "8.18.0", 6607 + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", 6608 + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", 6609 6609 "engines": { 6610 6610 "node": ">=10.0.0" 6611 6611 },
+2 -2
package.json
··· 89 89 "unist-util-visit": "^5.0.0", 90 90 "vfile": "^6.0.1", 91 91 "workerpool": "^9.1.2", 92 - "ws": "^8.17.1", 92 + "ws": "^8.18.0", 93 93 "yargs": "^17.7.2" 94 94 }, 95 95 "devDependencies": { ··· 100 100 "@types/node": "^20.12.5", 101 101 "@types/pretty-time": "^1.1.5", 102 102 "@types/source-map-support": "^0.5.10", 103 - "@types/ws": "^8.5.10", 103 + "@types/ws": "^8.5.11", 104 104 "@types/yargs": "^17.0.32", 105 105 "esbuild": "^0.19.9", 106 106 "prettier": "^3.3.2",