Skip to content

Commit

Permalink
build(deps): bump ws and @types/ws
Browse files Browse the repository at this point in the history
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 7.5.2 to 8.11.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.2...8.11.0)

Updates `@types/ws` from 8.2.0 to 8.5.3
- [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-major
- dependency-name: "@types/ws"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2022
1 parent 17a189f commit fb76158
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 19 deletions.
86 changes: 69 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/msgpack-lite": "0.1.8",
"@types/node": "16.10.2",
"@types/selenium-webdriver": "4.0.15",
"@types/ws": "^8.2.0",
"@types/ws": "^8.5.3",
"ace-builds": "^1.4.13",
"addons-linter": "^5.20.0",
"codemirror": "^5.63.1",
Expand All @@ -27,7 +27,7 @@
"webextension-polyfill": "0.8.0",
"webpack": "5.74.0",
"webpack-cli": "4.10.0",
"ws": "^7.5.2"
"ws": "^8.11.0"
},
"description": "Turn your browser into a Neovim GUI.",
"keywords": [
Expand Down

0 comments on commit fb76158

Please sign in to comment.