Skip to content

Commit

Permalink
Fix security vulnerability in ws dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jun 7, 2021
1 parent 134bbf8 commit 2695319
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 33 deletions.
9 changes: 1 addition & 8 deletions sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7164,14 +7164,7 @@ react-calendar@latest:
languageName: node
linkType: hard

"ws@npm:^6.2.1":
version: 6.2.1
resolution: "ws@npm:6.2.1"
dependencies:
async-limiter: ~1.0.0
checksum: 35d32b09e28f799f04708c3a7bd9eff469ae63e60543d7e18335f28689228a42ee21210f48de680aad6e5317df76b5b1183d1a1ea4b4d14cb6e0943528f40e76
languageName: node
linkType: hard


"y18n@npm:^4.0.0":
version: 4.0.1
Expand Down
23 changes: 1 addition & 22 deletions test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10758,29 +10758,8 @@ fsevents@^2.1.2:
languageName: node
linkType: hard

"ws@npm:^6.2.1":
version: 6.2.1
resolution: "ws@npm:6.2.1"
dependencies:
async-limiter: ~1.0.0
checksum: 35d32b09e28f799f04708c3a7bd9eff469ae63e60543d7e18335f28689228a42ee21210f48de680aad6e5317df76b5b1183d1a1ea4b4d14cb6e0943528f40e76
languageName: node
linkType: hard

"ws@npm:^7.2.3":
version: 7.3.1
resolution: "ws@npm:7.3.1"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
peerDependenciesMeta:
bufferutil:
optional: true
utf-8-validate:
optional: true
checksum: 9302f1f6658c5f3ecd6d35d1c5a38ad708d8e5404cba66ad884ead072ef7a4c948f54d728649a2cb3af1865ca0e15f903e0e2ac9df30c1a0d4dd00d00e6e0d4a
languageName: node
linkType: hard


"xml-name-validator@npm:^3.0.0":
version: 3.0.0
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8279,8 +8279,8 @@ fsevents@^2.1.2:
linkType: hard

"ws@npm:^7.2.3":
version: 7.3.0
resolution: "ws@npm:7.3.0"
version: 7.4.6
resolution: "ws@npm:7.4.6"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
Expand All @@ -8289,7 +8289,7 @@ fsevents@^2.1.2:
optional: true
utf-8-validate:
optional: true
checksum: c1f386013bd30afa9e4d0aa28eee85767a9e1b8fa74fc482eac503840f1012c2c1339745be36b0737f0245515646892b6073e376deac911a7bdf1ec90fc0f86f
checksum: ffeb626d92f14aa3a67aa3784824c1d290131e25d225f4ca6b1b6b6d7ea754fca67694d89a5b99b144382365e1bccf1f7ec2f92df56f0d25f44939b070452f06
languageName: node
linkType: hard

Expand Down

0 comments on commit 2695319

Please sign in to comment.