diff --git a/package-lock.json b/package-lock.json index 428afd10..0e64b6eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "i18next": "^23.11.0", "i18next-browser-languagedetector": "^7.2.1", "i18next-http-backend": "2.5.0", - "i18next-parser": "^9.3.0", + "i18next-parser": "^9.4.0", "jszip": "^3.10.1", "libsodium-wrappers-sumo": "^0.8.2", "lodash.debounce": "^4.0.8", @@ -16672,9 +16672,11 @@ } }, "node_modules/i18next-parser": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-9.3.0.tgz", - "integrity": "sha512-VaQqk/6nLzTFx1MDiCZFtzZXKKyBV6Dv0cJMFM/hOt4/BWHWRgYafzYfVQRUzotwUwjqeNCprWnutzD/YAGczg==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-9.4.0.tgz", + "integrity": "sha512-SLQJGDj/baBIB9ALmJVXSOXWh3Zn9+wH7J2IuQ4rvx8yuQYpUWitmt8cHFjj6FExjgr8dHfd1SGeQgkowXDO1Q==", + "deprecated": "Project is deprecated, use i18next-cli instead", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", "broccoli-plugin": "^4.0.7", diff --git a/package.json b/package.json index 91c4b4ad..bb1073ee 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "i18next": "^23.11.0", "i18next-browser-languagedetector": "^7.2.1", "i18next-http-backend": "2.5.0", - "i18next-parser": "^9.3.0", + "i18next-parser": "^9.4.0", "jszip": "^3.10.1", "libsodium-wrappers-sumo": "^0.8.2", "lodash.debounce": "^4.0.8",