Skip to content

Commit 5055a5d

Browse files
build(deps-dev): bump ws and @types/ws
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.18.0 to 8.18.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.18.0...8.18.1) Updates `@types/ws` from 8.5.13 to 8.18.1 - [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:development update-type: version-update:semver-patch - dependency-name: "@types/ws" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 77be36e commit 5055a5d

File tree

2 files changed

+236
-64
lines changed

2 files changed

+236
-64
lines changed

packages/vm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
},
4646
"devDependencies": {
4747
"@types/test-listen": "1.1.2",
48-
"@types/ws": "8.5.13",
48+
"@types/ws": "8.18.1",
4949
"test-listen": "1.1.0",
50-
"ws": "8.18.0"
50+
"ws": "8.18.1"
5151
}
5252
}

0 commit comments

Comments
 (0)