Skip to content

Commit

Permalink
Update dependency ws to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 11, 2021
1 parent bdb2df6 commit ff47fdd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/pinus-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"source-map-support": "^0.5.0",
"stream-pkg": "0.0.5",
"uuid": "^3.1.0",
"ws": "^7.2.5"
"ws": "^8.0.0"
},
"devDependencies": {
"@types/async": "3.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"pinus-scheduler": "^1.4.10",
"seq-queue": "^0.0.5",
"socket.io": "^2.3.0",
"ws": "^7.2.5"
"ws": "^8.0.0"
},
"bin": {
"pinus": "./dist/bin/pinus.js"
Expand Down
2 changes: 1 addition & 1 deletion tools/pinus-admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"mqtt": "3.0.0",
"mqtt-connection": "4.1.0",
"websocket-stream": "5.5.0",
"ws": "7.5.3"
"ws": "8.1.0"
},
"devDependencies": {
"tslint": "5.20.1",
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10547,10 +10547,10 @@ write-pkg@^4.0.0:
type-fest "^0.4.1"
write-json-file "^3.2.0"

ws@7.5.3:
version "7.5.3"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.3.tgz#160835b63c7d97bfab418fc1b8a9fced2ac01a74"
integrity sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg==
ws@8.1.0, ws@^8.0.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.1.0.tgz#75e5ec608f66d3d3934ec6dbc4ebc8a34a68638c"
integrity sha512-0UWlCD2s3RSclw8FN+D0zDTUyMO+1kHwJQQJzkgUh16S8d3NYON0AKCEQPffE0ez4JyRFu76QDA9KR5bOG/7jw==

ws@^3.2.0:
version "3.3.3"
Expand All @@ -10566,11 +10566,6 @@ ws@^7.1.2:
resolved "https://registry.npmjs.org/ws/-/ws-7.2.5.tgz#abb1370d4626a5a9cd79d8de404aa18b3465d10d"
integrity sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA==

ws@^7.2.5:
version "7.4.5"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==

ws@~6.1.0:
version "6.1.4"
resolved "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz#5b5c8800afab925e94ccb29d153c8d02c1776ef9"
Expand Down

0 comments on commit ff47fdd

Please sign in to comment.