upgraded semver to 7.5.2 and adding updated files package.json and yarn.lock

patching a security vulnerability
This commit is contained in:
vineeshathallapaneni@gmail.com 2023-06-28 17:21:04 -04:00
parent d42464cfad
commit eaef648516
2 changed files with 9 additions and 1 deletions

View file

@ -20,7 +20,8 @@
"bootstrap": "^5.1.3",
"debounce": "^1.2.1",
"esbuild": "^0.17.12",
"sass": "^1.43.4"
"sass": "^1.43.4",
"semver": "7.5.2"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds",