address terser dependabot alert

This commit is contained in:
StevanFreeborn
2022-07-28 14:36:02 -05:00
parent f9f3a3adc4
commit b90d7518fb
2 changed files with 13 additions and 9 deletions
+4 -2
View File
@@ -22,7 +22,8 @@
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"terser": ">=5.14.2"
},
"scripts": {
"start": "set HTTPS=true&&react-scripts start",
@@ -52,6 +53,7 @@
},
"devDependencies": {
"eslint-config-react-app": "^7.0.1",
"jest-editor-support": "^30.1.0"
"jest-editor-support": "^30.1.0",
"terser": ">=5.14.2"
}
}