Skip to content

Commit

Permalink
Fix #1251 Upgrade the minimum version of "ws" package (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored and srajiang committed Dec 10, 2021
1 parent 50bcab9 commit 1a72ebf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/rtm-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"@slack/web-api": "^5.3.0",
"@types/node": ">=12.0.0",
"@types/p-queue": "^2.3.2",
"@types/ws": "^7.2.5",
"@types/ws": "^7.4.7",
"eventemitter3": "^3.1.0",
"finity": "^0.5.4",
"p-cancelable": "^1.1.0",
"p-queue": "^2.4.2",
"ws": "^5.2.0"
"ws": "^7.5.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/socket-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"@slack/web-api": "^6.2.3",
"@types/node": ">=12.0.0",
"@types/p-queue": "^2.3.2",
"@types/ws": "^7.2.5",
"@types/ws": "^7.4.7",
"eventemitter3": "^3.1.0",
"finity": "^0.5.4",
"p-cancelable": "^1.1.0",
"p-queue": "^2.4.2",
"ws": "^7.3.1"
"ws": "^7.5.3"
},
"devDependencies": {
"@types/chai": "^4.1.7",
Expand Down

0 comments on commit 1a72ebf

Please sign in to comment.