From ae6e06cdc6b14bdfabdf99977efd71bbeb1d7520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:18:44 +0000 Subject: [PATCH] build(deps): bump the i18next group across 1 directory with 3 updates Bumps the i18next group with 3 updates in the /frontend directory: [i18next](https://github.com/i18next/i18next), [react-i18next](https://github.com/i18next/react-i18next) and [i18next-parser](https://github.com/i18next/i18next-parser). Updates `i18next` from 23.11.5 to 23.12.2 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.11.5...v23.12.2) Updates `react-i18next` from 14.1.2 to 15.0.0 - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v14.1.2...v15.0.0) Updates `i18next-parser` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/i18next/i18next-parser/releases) - [Changelog](https://github.com/i18next/i18next-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-parser/commits) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: i18next - dependency-name: react-i18next dependency-type: direct:production update-type: version-update:semver-major dependency-group: i18next - dependency-name: i18next-parser dependency-type: direct:development update-type: version-update:semver-patch dependency-group: i18next ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 32 ++++++++++++++++---------------- frontend/package.json | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bd9ee779c..37b2afc15 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -24,10 +24,10 @@ "classnames": "^2.5.1", "date-fns": "^3.6.0", "graphql": "^16.9.0", - "i18next": "^23.11.5", + "i18next": "^23.12.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^14.1.2", + "react-i18next": "^15.0.0", "swagger-ui-react": "^5.17.14", "urql": "^4.1.0", "vaul": "^0.9.1", @@ -64,7 +64,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-matrix-org": "^1.2.1", "happy-dom": "^14.12.3", - "i18next-parser": "^9.0.0", + "i18next-parser": "^9.0.1", "postcss": "^8.4.39", "postcss-modules": "^6.0.0", "postcss-nesting": "^12.1.5", @@ -2534,9 +2534,9 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.1.tgz", - "integrity": "sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", + "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -16554,9 +16554,9 @@ } }, "node_modules/i18next": { - "version": "23.11.5", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.11.5.tgz", - "integrity": "sha512-41pvpVbW9rhZPk5xjCX2TPJi2861LEig/YRhUkY+1FQ2IQPS0bKUDYnEqY8XPPbB48h1uIwLnP9iiEfuSl20CA==", + "version": "23.12.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.12.2.tgz", + "integrity": "sha512-XIeh5V+bi8SJSWGL3jqbTEBW5oD6rbP5L+E7dVQh1MNTxxYef0x15rhJVcRb7oiuq4jLtgy2SD8eFlf6P2cmqg==", "funding": [ { "type": "individual", @@ -16606,9 +16606,9 @@ } }, "node_modules/i18next-parser": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-9.0.0.tgz", - "integrity": "sha512-ZguWdu91Qthd001ilX8LdkYrlyYJM8pefnmgTXKTQwd8M2RJAlTCd2ww5uEyAUQe2jxzqSxfTh6XTOJbw5qP5A==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-9.0.1.tgz", + "integrity": "sha512-/Pr93/yEBdwsMKRsk4Zn63K368ALhzh8BRVrM6JNGOHy86ZKpiNJI6m8l1S/4T4Ofy1J4dlwkD7N98M70GP4aA==", "dev": true, "dependencies": { "@babel/runtime": "^7.23.2", @@ -20814,11 +20814,11 @@ "dev": true }, "node_modules/react-i18next": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.1.2.tgz", - "integrity": "sha512-FSIcJy6oauJbGEXfhUgVeLzvWBhIBIS+/9c6Lj4niwKZyGaGb4V4vUbATXSlsHJDXXB+ociNxqFNiFuV1gmoqg==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.0.0.tgz", + "integrity": "sha512-2O3IgF4zivg57Q6p6i+ChDgJ371IDcEWbuWC6gvoh5NbkDMs0Q+O7RPr4v61+Se32E0V+LmtwePAeqWZW0bi6g==", "dependencies": { - "@babel/runtime": "^7.23.9", + "@babel/runtime": "^7.24.8", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { diff --git a/frontend/package.json b/frontend/package.json index 0950e56c7..2a6c9fad4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,10 +33,10 @@ "classnames": "^2.5.1", "date-fns": "^3.6.0", "graphql": "^16.9.0", - "i18next": "^23.11.5", + "i18next": "^23.12.2", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^14.1.2", + "react-i18next": "^15.0.0", "swagger-ui-react": "^5.17.14", "urql": "^4.1.0", "vaul": "^0.9.1", @@ -73,7 +73,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-matrix-org": "^1.2.1", "happy-dom": "^14.12.3", - "i18next-parser": "^9.0.0", + "i18next-parser": "^9.0.1", "postcss": "^8.4.39", "postcss-modules": "^6.0.0", "postcss-nesting": "^12.1.5",