From 87a03144bbc9cd59c630b574ba154825c7206fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:13:59 +0000 Subject: [PATCH] build(deps): bump next-i18next from 15.3.0 to 15.3.1 in /frontend Bumps [next-i18next](https://github.com/i18next/next-i18next) from 15.3.0 to 15.3.1. - [Release notes](https://github.com/i18next/next-i18next/releases) - [Changelog](https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/next-i18next/compare/v15.3.0...v15.3.1) --- updated-dependencies: - dependency-name: next-i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 23 +++++++++-------------- frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7f65a6ef..7c5d79b3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@emotion/styled": "11.13.0", "@mui/icons-material": "5.15.15", "@mui/lab": "5.0.0-alpha.170", - "@mui/material": "^5.16.0", + "@mui/material": "5.16.0", "@mui/utils": "5.15.20", "@opentelemetry/api": "1.8.0", "@opentelemetry/exporter-metrics-otlp-proto": "0.52.1", @@ -28,7 +28,7 @@ "lodash": "4.17.21", "markdown-to-jsx": "7.4.7", "next": "14.2.4", - "next-i18next": "15.3.0", + "next-i18next": "15.3.1", "next-seo": "6.5.0", "pino": "8.20.0", "react": "18.3.1", @@ -681,11 +681,6 @@ "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==" }, - "node_modules/@emotion/memoize": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz", - "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" - }, "node_modules/@emotion/react": { "version": "11.13.0", "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.0.tgz", @@ -8379,9 +8374,9 @@ } }, "node_modules/i18next-fs-backend": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.3.1.tgz", - "integrity": "sha512-tvfXskmG/9o+TJ5Fxu54sSO5OkY6d+uMn+K6JiUGLJrwxAVfer+8V3nU8jq3ts9Pe5lXJv4b1N7foIjJ8Iy2Gg==" + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/i18next-fs-backend/-/i18next-fs-backend-2.3.2.tgz", + "integrity": "sha512-LIwUlkqDZnUI8lnUxBnEj8K/FrHQTT/Sc+1rvDm9E8YvvY5YxzoEAASNx+W5M9DfD5s77lI5vSAFWeTp26B/3Q==" }, "node_modules/iconv-lite": { "version": "0.6.3", @@ -11736,9 +11731,9 @@ } }, "node_modules/next-i18next": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-15.3.0.tgz", - "integrity": "sha512-bq7Cc9XJFcmGOCLnyEtHaeJ3+JJNsI/8Pkj9BaHAnhm4sZ9vNNC4ZsaqYnlRZ7VH5ypSo73fEqLK935jLsmCvQ==", + "version": "15.3.1", + "resolved": "https://registry.npmjs.org/next-i18next/-/next-i18next-15.3.1.tgz", + "integrity": "sha512-+pa2pZJb7B6k5PKW3TLVMmAodqkNaOBWVYlpWX56mgcEJz0UMW+MKSdKM9Z72CHp6Bp48g7OWwDnLqxXNp/84w==", "funding": [ { "type": "individual", @@ -11758,7 +11753,7 @@ "@types/hoist-non-react-statics": "^3.3.4", "core-js": "^3", "hoist-non-react-statics": "^3.3.2", - "i18next-fs-backend": "^2.3.1" + "i18next-fs-backend": "^2.3.2" }, "engines": { "node": ">=14" diff --git a/frontend/package.json b/frontend/package.json index 942cadec..9596e65b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "lodash": "4.17.21", "markdown-to-jsx": "7.4.7", "next": "14.2.4", - "next-i18next": "15.3.0", + "next-i18next": "15.3.1", "next-seo": "6.5.0", "pino": "8.20.0", "react": "18.3.1",