Skip to content

Commit

Permalink
build(deps): update ws and uuid
Browse files Browse the repository at this point in the history
Also bump lockfileVersion to 2, npm 8
  • Loading branch information
prlanzarin committed Feb 8, 2022
1 parent e1104d6 commit 3aea9e4
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 7 deletions.
113 changes: 109 additions & 4 deletions package-lock.json

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

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"name": "mcs-js",
"version": "0.0.13",
"dependencies": {
"ws": "^7.4.6",
"uuid": "^8.3.1"
"uuid": "^8.3.1",
"ws": "^8.4.2"
},
"devDependencies": {}
"optionalDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.8"
}
}

0 comments on commit 3aea9e4

Please sign in to comment.