Skip to content

Commit 1b86184

Browse files
authored
chore: add resolution for ws (#7755)
1 parent 5032602 commit 1b86184

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
"follow-redirects": "^1.15.6",
9898
"sharp": "0.32.6",
9999
"ejs": "3.1.10",
100-
"braces": "^3.0.3"
100+
"braces": "^3.0.3",
101+
"ws": "^8.17.1"
101102
},
102103
"scripts": {
103104
"clean": "rm -rf node_modules yarn.lock",

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11820,15 +11820,10 @@ write-file-atomic@^4.0.2:
1182011820
imurmurhash "^0.1.4"
1182111821
signal-exit "^3.0.7"
1182211822

11823-
ws@8.17.0, ws@^8.11.0:
11824-
version "8.17.0"
11825-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
11826-
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==
11827-
11828-
ws@^7.3.1:
11829-
version "7.5.9"
11830-
resolved "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz"
11831-
integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
11823+
ws@8.17.0, ws@^7.3.1, ws@^8.11.0, ws@^8.17.1:
11824+
version "8.17.1"
11825+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
11826+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
1183211827

1183311828
xdg-basedir@^4.0.0:
1183411829
version "4.0.0"

0 commit comments

Comments
 (0)