diff --git a/ghost/i18n/package.json b/ghost/i18n/package.json index aa40469949..519ed93fc3 100644 --- a/ghost/i18n/package.json +++ b/ghost/i18n/package.json @@ -22,7 +22,7 @@ ], "devDependencies": { "c8": "7.13.0", - "i18next-parser": "7.6.0", + "i18next-parser": "7.7.0", "mocha": "10.2.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 641c05346d..f252e1face 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15769,10 +15769,10 @@ husky@8.0.3: resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184" integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg== -i18next-parser@7.6.0: - version "7.6.0" - resolved "https://registry.yarnpkg.com/i18next-parser/-/i18next-parser-7.6.0.tgz#6cf39b07513b1852a072b4ce70e088b3273c4785" - integrity sha512-NpBhaPzQXo9mo5nBP/eniOgUOlbDEd6WV7oEslUz3cxM8vClCz4c09iJ16tWUOTqbqSwoN2qhU2Y8w23SMwSnw== +i18next-parser@7.7.0: + version "7.7.0" + resolved "https://registry.yarnpkg.com/i18next-parser/-/i18next-parser-7.7.0.tgz#ce61f339ed0fe12ab2fdae101c59c77c62f26fc1" + integrity sha512-t64bvrr+G+wbZSEr3nZ61j3l7YFvJnPBNTlS90VM3KnxRf6gmtZv76ppUXBEdepr2CGkO+ZY6arzBJ8gGs2suQ== dependencies: "@babel/runtime" "^7.15.4" broccoli-plugin "^4.0.7"