diff --git a/ghost/i18n/package.json b/ghost/i18n/package.json index 36e527320d..640ed601a4 100644 --- a/ghost/i18n/package.json +++ b/ghost/i18n/package.json @@ -26,7 +26,7 @@ ], "devDependencies": { "c8": "7.14.0", - "i18next-parser": "8.5.0", + "i18next-parser": "8.6.0", "mocha": "10.2.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 2c44393c56..e2a313244c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18430,10 +18430,10 @@ husky@8.0.3: resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184" integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg== -i18next-parser@8.5.0: - version "8.5.0" - resolved "https://registry.yarnpkg.com/i18next-parser/-/i18next-parser-8.5.0.tgz#6052ff3d307b71d67bde17d96241c569d48f21ec" - integrity sha512-tYBXUcteRceS6s6/FwiiEYpL1+5UUjoiWyYTphIkYHdM4PoVyHzrmbdsJfQmPkOvrQcBj+OoD8CrAhKrAdF3kA== +i18next-parser@8.6.0: + version "8.6.0" + resolved "https://registry.yarnpkg.com/i18next-parser/-/i18next-parser-8.6.0.tgz#846e43ec514cfe3364f3fca8e66c5401339f96e1" + integrity sha512-RI7m6QEBRHnfVyy/q0uALAGOHRAJN7tfDS7zP1q9cwStjuqX/vjrnIFfR6bMn9gVdtlcDi5LP2jZ+3wG0Wojxw== dependencies: broccoli-plugin "^4.0.7" cheerio "^1.0.0-rc.2"