Fix(Frontend): Security vulnerability

This commit is contained in:
minhtrannhat 2022-12-15 10:08:06 -05:00
parent 574a9d17dd
commit 8ef0ccf32e
No known key found for this signature in database
GPG Key ID: 894C6A5801E01CA9
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@
"@types/node": "^16.11.45", "@types/node": "^16.11.45",
"@types/react": "^18.0.15", "@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.6",
"nth-check": ">=2.0.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-scripts": "^5.0.1", "react-scripts": "^5.0.1",

View File

@ -14,7 +14,8 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-scripts": "^5.0.1", "react-scripts": "^5.0.1",
"typescript": "^4.7.4", "typescript": "^4.7.4",
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4",
"nth-check": ">=2.0.1"
}, },
"scripts": { "scripts": {
"analyze": "npm run build && source-map-explorer \"build/static/js/*.js\"", "analyze": "npm run build && source-map-explorer \"build/static/js/*.js\"",