mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
chore: address security vulnerability with ws and braces
This commit is contained in:
parent
d7de434b31
commit
2201e75b42
2 changed files with 16 additions and 14 deletions
|
|
@ -18,10 +18,12 @@
|
|||
"@rails/activestorage": "^7.0.6",
|
||||
"@rails/ujs": "^7.0.6",
|
||||
"bootstrap": "^5.1.3",
|
||||
"braces": "^3.0.3",
|
||||
"debounce": "^1.2.1",
|
||||
"esbuild": "^0.18.12",
|
||||
"sass": "^1.43.4",
|
||||
"semver": "^7.5.2"
|
||||
"semver": "^7.5.2",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue