CEC-4882: add send sms bulk action (#416)
* CEC-4882: add send sms bulk action * npm audit fix * upgrade to version specified by react-scripts * override transitive package * hoist ejs override * add dep * force blackduck scan
This commit is contained in:
@@ -35,12 +35,17 @@
|
||||
"react-leaflet": "^3.2.5",
|
||||
"react-router-dom": "^5.3.0",
|
||||
"react-router-hash-link": "^2.4.3",
|
||||
"react-scripts": "5.0.0",
|
||||
"react-scripts": "^5.1.0-next.14",
|
||||
"semver-compare": "^1.0.0",
|
||||
"usehooks-ts": "^2.7.1",
|
||||
"web-vitals": "^2.1.4",
|
||||
"webpack": "^5.74.0"
|
||||
},
|
||||
"overrides": {
|
||||
"react-scripts": {
|
||||
"ejs": "3.1.9"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"start": "env-cmd -f .env.local react-scripts start",
|
||||
"build": "env-cmd -f .env.local react-scripts build",
|
||||
@@ -95,4 +100,4 @@
|
||||
"lcov"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user