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 ac0374533e
commit 330aa07afb
2 changed files with 15 additions and 0 deletions

View file

@ -17,8 +17,14 @@
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^5.1.3",
"debounce": "^1.2.1",
<<<<<<< HEAD
"esbuild": "^0.13.6",
"sass": "^1.43.4"
=======
"esbuild": "^0.17.12",
"sass": "^1.43.4",
"semver": "7.5.2"
>>>>>>> eaef648 (upgraded semver to 7.5.2 and adding updated files package.json and yarn.lock)
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds",