fix: patch security vulnerabilities

This commit is contained in:
Nelson Jovel 2024-11-19 18:15:54 -08:00
parent 62beec8879
commit 6239fbe73c
4 changed files with 20 additions and 217 deletions

View file

@ -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": {