diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 44b1e8d7..4283a37a 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" }, @@ -48,7 +48,7 @@ "@types/jest-axe": "3.5.9", "@types/lodash": "4.17.7", "@types/node": "20.16.4", - "@types/react": "18.3.3", + "@types/react": "18.3.5", "ajv": "8.12.0", "ajv-formats": "3.0.1", "autoprefixer": "10.4.19", @@ -3829,9 +3829,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.3", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", - "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.5.tgz", + "integrity": "sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/frontend/package.json b/frontend/package.json index 33106cb4..5a7e6b9c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -55,7 +55,7 @@ "@types/jest-axe": "3.5.9", "@types/lodash": "4.17.7", "@types/node": "20.16.4", - "@types/react": "18.3.3", + "@types/react": "18.3.5", "ajv": "8.12.0", "ajv-formats": "3.0.1", "autoprefixer": "10.4.19",