mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
chore: address security vulnerability for ws
This commit is contained in:
parent
b7c64ec014
commit
b1de16cbc7
2 changed files with 8 additions and 2 deletions
|
|
@ -22,7 +22,8 @@
|
|||
"debounce": "^1.2.1",
|
||||
"esbuild": "^0.18.12",
|
||||
"sass": "^1.43.4",
|
||||
"semver": "6.3.1"
|
||||
"semver": "6.3.1",
|
||||
"ws": "8.17.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue