From 690108a5a6ed75929a46a0b83da61b6cf2131f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:22:44 +0000 Subject: [PATCH] Bump i18next from 24.0.0 to 24.0.2 Bumps [i18next](https://github.com/i18next/i18next) from 24.0.0 to 24.0.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/v24.0.0...v24.0.2) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index a943ff48..7665a5c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "framer-motion": "^11.11.17", "gpt-token-utils": "^1.2.0", "html-react-parser": "^5.1.18", - "i18next": "^24.0.0", + "i18next": "^24.0.2", "i18next-browser-languagedetector": "^8.0.0", "i18next-resources-to-backend": "^1.2.1", "lucide-react": "^0.460.0", @@ -54,9 +54,9 @@ "next-themes": "^0.4.3", "novel": "^0.5.0", "openai": "^4.73.0", - "react": "latest", + "react": "*", "react-cookie": "^7.2.2", - "react-dom": "latest", + "react-dom": "*", "react-i18next": "^15.1.1", "sonner": "^1.7.0", "stripe": "^17.4.0", @@ -67,18 +67,18 @@ "vaul": "^1.1.1" }, "devDependencies": { - "@types/node": "latest", - "@types/react": "latest", - "@types/react-dom": "latest", + "@types/node": "*", + "@types/react": "*", + "@types/react-dom": "*", "@types/uuid": "^10.0.0", - "autoprefixer": "latest", - "eslint": "latest", - "eslint-config-next": "latest", - "postcss": "latest", + "autoprefixer": "*", + "eslint": "*", + "eslint-config-next": "*", + "postcss": "*", "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.9", - "tailwindcss": "latest", - "typescript": "latest" + "tailwindcss": "*", + "typescript": "*" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -9872,9 +9872,9 @@ } }, "node_modules/i18next": { - "version": "24.0.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.0.tgz", - "integrity": "sha512-ORGCwMrXxpmB/AljFbGEe0UK/9Pz6umb9aZgLZ9qJGE+kjKhlnLj423WX2mt+N0MlEJ78pQXFMBmeMzrkLxriQ==", + "version": "24.0.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-24.0.2.tgz", + "integrity": "sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==", "funding": [ { "type": "individual", diff --git a/package.json b/package.json index 48f6e6b2..97f76c6c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "framer-motion": "^11.11.17", "gpt-token-utils": "^1.2.0", "html-react-parser": "^5.1.18", - "i18next": "^24.0.0", + "i18next": "^24.0.2", "i18next-browser-languagedetector": "^8.0.0", "i18next-resources-to-backend": "^1.2.1", "lucide-react": "^0.460.0",