diff --git a/package-lock.json b/package-lock.json index 3f587e3..66af22b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "octokit": "^3.1.0", "react-dom": "^18.2.0", "react-github-btn": "^1.3.0", - "react-i18next": "^13.0.0", + "react-i18next": "^13.1.0", "unicode-emoji-json": "^0.4.0", "web-vitals": "^3.4.0" }, @@ -18776,15 +18776,15 @@ } }, "node_modules/react-i18next": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.0.tgz", - "integrity": "sha512-qRFbrSgynsBSjfnSTb/Um3mw9uPjOfDi4Iq2rMCuzfsRsYGdkEdyCr0i+T0bR0bG6xwULvK4k1oRVLLd7ZDBVw==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.1.0.tgz", + "integrity": "sha512-TlDz4761vJe810o5nEzRkblfS0FQz+k9R5BLOPVhn0Ds6WMDcwGSMbU5fne9WSd4/vLgKg7fEJ7/JboWdmsHOw==", "dependencies": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { - "i18next": ">= 23.0.1", + "i18next": ">= 23.2.3", "react": ">= 16.8.0" }, "peerDependenciesMeta": { @@ -35797,9 +35797,9 @@ } }, "react-i18next": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.0.0.tgz", - "integrity": "sha512-qRFbrSgynsBSjfnSTb/Um3mw9uPjOfDi4Iq2rMCuzfsRsYGdkEdyCr0i+T0bR0bG6xwULvK4k1oRVLLd7ZDBVw==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.1.0.tgz", + "integrity": "sha512-TlDz4761vJe810o5nEzRkblfS0FQz+k9R5BLOPVhn0Ds6WMDcwGSMbU5fne9WSd4/vLgKg7fEJ7/JboWdmsHOw==", "requires": { "@babel/runtime": "^7.22.5", "html-parse-stringify": "^3.0.1" diff --git a/package.json b/package.json index fd0743b..17ed812 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "octokit": "^3.1.0", "react-dom": "^18.2.0", "react-github-btn": "^1.3.0", - "react-i18next": "^13.0.0", + "react-i18next": "^13.1.0", "unicode-emoji-json": "^0.4.0", "web-vitals": "^3.4.0" },