mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 23:48:17 -07:00
fix: patch security vulnerabilities
This commit is contained in:
parent
62beec8879
commit
6239fbe73c
4 changed files with 20 additions and 217 deletions
12
package.json
12
package.json
|
|
@ -17,13 +17,14 @@
|
|||
"@rails/actioncable": "^7.0.6",
|
||||
"@rails/activestorage": "^7.0.6",
|
||||
"@rails/ujs": "^7.0.6",
|
||||
"bootstrap": "^5.1.3",
|
||||
"braces": "^3.0.3",
|
||||
"bootstrap": "^5.3.3",
|
||||
"braces": "3.0.3",
|
||||
"debounce": "^1.2.1",
|
||||
"esbuild": "^0.18.12",
|
||||
"micromatch": "^4.0.8",
|
||||
"sass": "^1.43.4",
|
||||
"semver": "^7.5.2",
|
||||
"ws": "^8.18.0"
|
||||
"semver": "6.3.1",
|
||||
"ws": "8.17.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds",
|
||||
|
|
@ -34,10 +35,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"eslint-plugin-cypress": "^2.13.3",
|
||||
"jest": "^29.7.0",
|
||||
"jest": "^29.6.1",
|
||||
"jest-environment-jsdom": "^29.6.1",
|
||||
"markdownlint": "^0.29.0",
|
||||
"micromatch": "^4.0.8",
|
||||
"prettier": "3.0.0"
|
||||
},
|
||||
"jest": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue