diff --git a/package-lock.json b/package-lock.json index 62c8777e..bc4f6b83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "BSD-3-Clause", "dependencies": { "@jaames/iro": "^5.5.2", - "i18next": "^23.2.11", + "i18next": "^23.3.0", "i18next-browser-languagedetector": "^7.1.0", "minified": "^1.0.1", "purecss": "^3.0.0" @@ -2367,9 +2367,9 @@ } }, "node_modules/i18next": { - "version": "23.2.11", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.11.tgz", - "integrity": "sha512-MA4FsxOjyCaOZtRDB4yuwjCvqYEioD4G4LlXOn7SO3rnQUlxTufyLsOqfL9MKakeLRBkefe8bqcs0D6Z/xFk1w==", + "version": "23.3.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.3.0.tgz", + "integrity": "sha512-xd/UzWT71zYudCT7qVn6tB4yUVuXAhgCorsowYgM2EOdc14WqQBp5P2wEsxgfiDgdLN5XwJvTbzxrMfoY/nxnw==", "funding": [ { "type": "individual", @@ -5769,9 +5769,9 @@ } }, "i18next": { - "version": "23.2.11", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.2.11.tgz", - "integrity": "sha512-MA4FsxOjyCaOZtRDB4yuwjCvqYEioD4G4LlXOn7SO3rnQUlxTufyLsOqfL9MKakeLRBkefe8bqcs0D6Z/xFk1w==", + "version": "23.3.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-23.3.0.tgz", + "integrity": "sha512-xd/UzWT71zYudCT7qVn6tB4yUVuXAhgCorsowYgM2EOdc14WqQBp5P2wEsxgfiDgdLN5XwJvTbzxrMfoY/nxnw==", "requires": { "@babel/runtime": "^7.22.5" } diff --git a/package.json b/package.json index d2ac6162..5e08c2f8 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ }, "dependencies": { "@jaames/iro": "^5.5.2", - "i18next": "^23.2.11", + "i18next": "^23.3.0", "i18next-browser-languagedetector": "^7.1.0", "minified": "^1.0.1", "purecss": "^3.0.0"