Skip to content

Commit cdaea52

Browse files
resolved vulnerability
1 parent 8df8449 commit cdaea52

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"minimist": "^1.2.2",
77
"acorn": "^7.1.1",
88
"serialize-javascript": "^2.1.1",
9-
"kind-of": "^6.0.3"
9+
"kind-of": "^6.0.3",
10+
"websocket-extensions": "^0.1.4"
1011
},
1112
"dependencies": {
1213
"@babel/core": "7.6.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -11671,10 +11671,10 @@ websocket-driver@>=0.5.1:
1167111671
safe-buffer ">=5.1.0"
1167211672
websocket-extensions ">=0.1.1"
1167311673

11674-
websocket-extensions@>=0.1.1:
11675-
version "0.1.3"
11676-
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29"
11677-
integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==
11674+
websocket-extensions@>=0.1.1, websocket-extensions@^0.1.4:
11675+
version "0.1.4"
11676+
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
11677+
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
1167811678

1167911679
whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3, whatwg-encoding@^1.0.5:
1168011680
version "1.0.5"

0 commit comments

Comments
 (0)