Skip to content

Commit 54aea3f

Browse files
authored
Merge pull request #3520 from cdr/jsjoeio/fix-ws-vul
fix: ws vulnerabilities
2 parents 546dd9c + 70b5ae0 commit 54aea3f

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
"doctoc/**/trim": "^1.0.0",
8181
"postcss": "^8.2.1",
8282
"parcel-bundler/cssnano": "^5.0.2",
83+
"parcel-bundler/ws": "^7.4.6",
84+
"parcel-bundler/htmlnano/uncss/jsdom/ws": "^7.4.6",
8385
"browserslist": "^4.16.5",
8486
"safe-buffer": "^5.1.1",
8587
"vfile-message": "^2.0.2"

yarn.lock

+1-20
Original file line numberDiff line numberDiff line change
@@ -1570,11 +1570,6 @@ async-each@^1.0.1:
15701570
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
15711571
integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
15721572

1573-
async-limiter@~1.0.0:
1574-
version "1.0.1"
1575-
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
1576-
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
1577-
15781573
asynckit@^0.4.0:
15791574
version "0.4.0"
15801575
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -8568,21 +8563,7 @@ write-file-atomic@^3.0.3:
85688563
signal-exit "^3.0.2"
85698564
typedarray-to-buffer "^3.1.5"
85708565

8571-
ws@^5.1.1:
8572-
version "5.2.2"
8573-
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f"
8574-
integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==
8575-
dependencies:
8576-
async-limiter "~1.0.0"
8577-
8578-
ws@^6.1.2:
8579-
version "6.2.1"
8580-
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
8581-
integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==
8582-
dependencies:
8583-
async-limiter "~1.0.0"
8584-
8585-
ws@^7.2.0:
8566+
ws@^5.1.1, ws@^6.1.2, ws@^7.2.0, ws@^7.4.6:
85868567
version "7.4.6"
85878568
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
85888569
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==

0 commit comments

Comments
 (0)