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:
Tristan Timblin
2023-08-17 14:09:56 -07:00
committed by GitHub
parent f4d021b658
commit 9ab36d5a1b
10 changed files with 2333 additions and 3171 deletions

View File

@@ -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"
]
}
}
}