fix npm audit warning

main
Cogent Apps 2023-03-14 11:23:16 +00:00
parent 4f1314b7eb
commit 7bc58cb263
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"@mantine/notifications": "^5.10.5", "@mantine/notifications": "^5.10.5",
"@mantine/spotlight": "^5.10.5", "@mantine/spotlight": "^5.10.5",
"@reduxjs/toolkit": "^1.9.3", "@reduxjs/toolkit": "^1.9.3",
"@svgr/webpack": "^6.5.1",
"broadcast-channel": "^4.20.2", "broadcast-channel": "^4.20.2",
"csv": "^6.2.8", "csv": "^6.2.8",
"expiry-set": "^1.0.0", "expiry-set": "^1.0.0",
@ -40,6 +41,9 @@
"uuid": "^9.0.0", "uuid": "^9.0.0",
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"
}, },
"overrides": {
"@svgr/webpack": "$@svgr/webpack"
},
"scripts": { "scripts": {
"start": "craco start", "start": "craco start",
"build": "GENERATE_SOURCEMAP=false craco build", "build": "GENERATE_SOURCEMAP=false craco build",