diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 44b1e8d7..db46849c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,31 +10,31 @@ "@emotion/react": "11.13.3", "@emotion/server": "11.11.0", "@emotion/styled": "11.13.0", - "@mui/icons-material": "^5.16.7", + "@mui/icons-material": "5.16.7", "@mui/lab": "5.0.0-alpha.173", - "@mui/material": "^5.16.7", - "@mui/utils": "^5.16.6", + "@mui/material": "5.16.7", + "@mui/utils": "5.16.6", "@opentelemetry/api": "1.9.0", "@opentelemetry/exporter-metrics-otlp-proto": "0.52.1", "@opentelemetry/exporter-trace-otlp-proto": "0.52.1", "@opentelemetry/sdk-metrics": "1.25.1", "@opentelemetry/sdk-node": "0.52.1", - "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query": "5.51.23", "cross-env": "7.0.3", "date-fns": "3.6.0", "formik": "2.4.6", "formik-wizard-form": "2.1.0", - "i18next": "^23.13.0", + "i18next": "23.13.0", "lodash": "4.17.21", "markdown-to-jsx": "7.4.7", - "next": "^14.2.5", + "next": "14.2.5", "next-i18next": "15.3.1", "next-seo": "6.5.0", - "pino": "^8.21.0", + "pino": "8.21.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-i18next": "^14.1.3", - "sharp": "^0.33.5", + "react-i18next": "14.1.3", + "sharp": "0.33.5", "urlcat": "3.1.0", "yup": "1.4.0" }, @@ -47,7 +47,7 @@ "@types/jest": "29.5.12", "@types/jest-axe": "3.5.9", "@types/lodash": "4.17.7", - "@types/node": "20.16.4", + "@types/node": "20.16.5", "@types/react": "18.3.3", "ajv": "8.12.0", "ajv-formats": "3.0.1", @@ -3799,9 +3799,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.16.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.4.tgz", - "integrity": "sha512-ioyQ1zK9aGEomJ45zz8S8IdzElyxhvP1RVWnPrXDf6wFaUb+kk1tEcVVJkF7RPGM0VWI7cp5U57oCPIn5iN1qg==", + "version": "20.16.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz", + "integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==", "dependencies": { "undici-types": "~6.19.2" } diff --git a/frontend/package.json b/frontend/package.json index 33106cb4..94802abf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -54,7 +54,7 @@ "@types/jest": "29.5.12", "@types/jest-axe": "3.5.9", "@types/lodash": "4.17.7", - "@types/node": "20.16.4", + "@types/node": "20.16.5", "@types/react": "18.3.3", "ajv": "8.12.0", "ajv-formats": "3.0.1",