Skip to content

Commit

Permalink
Merge pull request #139 from tegonal/dev/update_libraries_012025
Browse files Browse the repository at this point in the history
upgraded frontend libraries and fix CVE-2024-56332
  • Loading branch information
toggm authored Jan 8, 2025
2 parents 88c9812 + 39992b7 commit 79ebc76
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 428 deletions.
38 changes: 19 additions & 19 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"up": "yarn upgrade-interactive",
"i18n-extract": "i18next",
"_dev-backend-proxy": "docker run --add-host=host.docker.internal:host-gateway -p 3000:3000 -v $(pwd)/nginx-dev-proxy.conf:/etc/nginx/nginx.conf:ro --rm nginx:latest",
"_dev-backend-db": "docker run -p 27017:27017 --rm mongo:7.0.12",
"_dev-backend-db": "docker run -p 27017:27017 --rm mongo:5.0.30",
"_dev-backend-sbt": "cd ../backend && sbt run -Dconfig.resource=demo.conf",
"backend": "concurrently --kill-others-on-fail --names \"BACKEND,PROXY,DB\" -c \"bgBlue.bold,bgMagenta.bold,bgGreen.bold\" \"sleep 3 && yarn run _dev-backend-sbt\" \"yarn run _dev-backend-proxy\" \"yarn run _dev-backend-db\"",
"orval": "rm -rf ./src/lib/api/lasius && orval --config ./orval.config.js && yarn run lint-fix",
Expand All @@ -46,24 +46,24 @@
"date-fns": "^4.0.0",
"date-fns-tz": "^3.2.0",
"framer-motion": "^11.14.4",
"i18next": "^24.0.0",
"i18next": "^24.2.0",
"js-cookie": "^3.0.5",
"json-stable-stringify": "^1.1.1",
"json-stable-stringify": "^1.2.1",
"lodash": "^4.17.21",
"next": "^15.0.4",
"next": "^15.1.3",
"next-auth": "4.24.11",
"next-i18next": "^15.3.1",
"next-plausible": "^3.12.2",
"next-i18next": "^15.4.1",
"next-plausible": "^3.12.4",
"next-pwa": "^5.6.0",
"next-seo": "^6.5.0",
"next-seo": "^6.6.0",
"react": "19.0.0",
"react-async-hook": "^4.0.0",
"react-dom": "19.0.0",
"react-hook-form": "7.54.1",
"react-i18next": "^15.0.1",
"react-hook-form": "7.54.2",
"react-i18next": "^15.4.0",
"react-popper": "^2.3.0",
"react-use-websocket": "^4.8.1",
"swr": "^2.2.5",
"swr": "^2.3.0",
"theme-ui": "^0.17.0",
"ts-export-to-csv": "^0.3.3",
"tslog": "^4.9.3",
Expand All @@ -74,16 +74,16 @@
"@emotion/eslint-plugin": "^11.12.0",
"@next/bundle-analyzer": "^15.0.4",
"@openapitools/openapi-generator-cli": "^2.13.5",
"@types/d3-shape": "^3.1.6",
"@types/d3-shape": "^3.1.7",
"@types/js-cookie": "^3.0.6",
"@types/json-stable-stringify": "^1.0.36",
"@types/lodash": "^4.17.7",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/lodash": "^4.17.14",
"@types/node": "22.10.5",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"concurrently": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"concurrently": "^9.1.2",
"eslint": "9.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^15.0.4",
Expand All @@ -94,12 +94,12 @@
"eslint-plugin-license-header": "^0.6.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"i18next-parser": "^9.0.0",
"i18next-parser": "^9.1.0",
"orval": "7.3.0",
"prettier": "^3.3.3",
"svgo": "^3.3.2",
"svgstore-cli": "^2.0.1",
"typescript": "5.7.2"
},
"packageManager": "yarn@4.5.3"
"packageManager": "yarn@4.6.0"
}
Loading

0 comments on commit 79ebc76

Please sign in to comment.