Fix audit issues in production (#933)

* chore: upgrade api dependencies to latest compatible version

* chore: update ui dependencies first pass

* chore: migrate ui dependency to latests

Migrates i18next-parser from 6.x -> 8.x per documentation

* chore: add missing tools file

* chore: regenerate files

* chore: fix docker build from incorrect depedency

bookworms latest stable version of libheif-dev is 1.15.1
This commit is contained in:
Jordan Hellier
2024-04-11 22:21:08 +01:00
committed by GitHub
parent d0d0bf21bc
commit f900d55300
8 changed files with 3882 additions and 22808 deletions

View File

@@ -1,5 +1,10 @@
module.exports = {
skipDefaultValues: locale => locale != 'en',
defaultValue: function (locale, namespace, key, value) {
if (locale != 'en'){
return '';
}
return value || key;
},
sort: true,
locales: [
'da',

24282
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -48,7 +48,6 @@
"react-hook-form": "^7.33.1",
"react-i18next": "^11.18.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-swipeable": "^7.0.0",
"react-test-renderer": "^18.2.0",
"styled-components": "^5.3.5",
@@ -73,7 +72,7 @@
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.1",
"i18next-parser": "^6.5.0",
"i18next-parser": "^8.13.0",
"lint-staged": "^13.0.3",
"vitest": "^0.17.1"
},