Skip to content

Commit 4d9276c

Browse files
fix: security issue (#278)
1 parent 7d72ad9 commit 4d9276c

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
@@ -145,6 +145,7 @@
145145
"trim-newlines": "3.0.1",
146146
"webpack-dev-middleware": "7.1.0",
147147
"trim": "0.0.3",
148-
"braces": "3.0.3"
148+
"braces": "3.0.3",
149+
"ws": "8.17.1"
149150
}
150151
}

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19491,15 +19491,10 @@ write-file-atomic@^5.0.0, write-file-atomic@^5.0.1:
1949119491
imurmurhash "^0.1.4"
1949219492
signal-exit "^4.0.1"
1949319493

19494-
19495-
version "8.5.0"
19496-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f"
19497-
integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==
19498-
19499-
ws@^8.17.0, ws@^8.2.3:
19500-
version "8.17.0"
19501-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.0.tgz#d145d18eca2ed25aaf791a183903f7be5e295fea"
19502-
integrity sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==
19494+
[email protected], [email protected], ws@^8.17.0, ws@^8.2.3:
19495+
version "8.17.1"
19496+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
19497+
integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
1950319498

1950419499
x-default-browser@^0.4.0:
1950519500
version "0.4.0"

0 commit comments

Comments
 (0)