diff --git a/package-lock.json b/package-lock.json index 8663d533..af771a2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "geoip-lite": "^1.4.7", "global-jsdom": "^9.0.1", "helmet": "^7.0.0", - "i18next": "^23.2.11", + "i18next": "^23.3.0", "is-online": "^10.0.0", "jsdom": "^22.1.0", "jw-epub-parser": "^1.40.1", @@ -7829,9 +7829,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", @@ -21834,9 +21834,9 @@ "dev": true }, "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 315584fe..d614f8c8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "geoip-lite": "^1.4.7", "global-jsdom": "^9.0.1", "helmet": "^7.0.0", - "i18next": "^23.2.11", + "i18next": "^23.3.0", "is-online": "^10.0.0", "jsdom": "^22.1.0", "jw-epub-parser": "^1.40.1",