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 25, 2021
1 parent 6bb249a commit 7b4e9c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7208,11 +7208,11 @@ react-time-picker@latest:
linkType: hard

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

Expand Down
12 changes: 6 additions & 6 deletions test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10636,17 +10636,17 @@ fsevents@^2.1.2:
linkType: hard

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

"ws@npm:^7.2.3":
version: 7.3.1
resolution: "ws@npm:7.3.1"
version: 7.5.0
resolution: "ws@npm:7.5.0"
peerDependencies:
bufferutil: ^4.0.1
utf-8-validate: ^5.0.2
Expand All @@ -10655,7 +10655,7 @@ fsevents@^2.1.2:
optional: true
utf-8-validate:
optional: true
checksum: 9302f1f6658c5f3ecd6d35d1c5a38ad708d8e5404cba66ad884ead072ef7a4c948f54d728649a2cb3af1865ca0e15f903e0e2ac9df30c1a0d4dd00d00e6e0d4a
checksum: f9ac36310e795995f13ac7abff9c3b104b2460864de7f0b6233d285f62c6929529e24f386ff87740c3646f818fefa014be587371aa9a5a6fffae2cd9d1e9e008
languageName: node
linkType: hard

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8331,8 +8331,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 @@ -8341,7 +8341,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 7b4e9c3

Please sign in to comment.