Skip to content

Commit

Permalink
Update dependency ws to v8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 20, 2021
1 parent feeb75d commit 28e4151
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@types/stacktrace-js": "2.0.3",
"@types/vscode": "1.61.0",
"@types/webpack": "5.28.0",
"@types/ws": "8.2.1",
"@types/ws": "8.2.2",
"jest": "27.4.3",
"rollup": "2.60.2",
"rollup-plugin-copy": "3.4.0",
Expand All @@ -122,6 +122,6 @@
"spicery": "2.1.2",
"typescript": "4.5.2",
"vscode-nls": "5.0.0",
"ws": "8.3.0"
"ws": "8.4.0"
}
}
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2389,10 +2389,10 @@
tapable "^2.2.0"
webpack "^5"

"@types/ws@8.2.1":
version "8.2.1"
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.2.1.tgz#7bdf6b12869726c9f3cc3c48485efea5d4505274"
integrity sha512-SqQ+LhVZaJi7c7sYVkjWALDigi/Wy7h7Iu72gkQp8Y8OWw/DddEVBrTSKu86pQftV2+Gm8lYM61hadPKqyaIeg==
"@types/ws@8.2.2":
version "8.2.2"
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.2.2.tgz#7c5be4decb19500ae6b3d563043cd407bf366c21"
integrity sha512-NOn5eIcgWLOo6qW8AcuLZ7G8PycXu0xTxxkS6Q18VWFxgPUSOwV0pBj2a/4viNZVu25i7RIB7GttdkAIUUXOOg==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -11443,10 +11443,10 @@ write-pkg@^4.0.0:
type-fest "^0.4.1"
write-json-file "^3.2.0"

ws@8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.3.0.tgz#7185e252c8973a60d57170175ff55fdbd116070d"
integrity sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==
ws@8.4.0:
version "8.4.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.4.0.tgz#f05e982a0a88c604080e8581576e2a063802bed6"
integrity sha512-IHVsKe2pjajSUIl4KYMQOdlyliovpEPquKkqbwswulszzI7r0SfQrxnXdWAEqOlDCLrVSJzo+O1hAwdog2sKSQ==

ws@^7.4.6:
version "7.5.5"
Expand Down

0 comments on commit 28e4151

Please sign in to comment.