From 6518d2ccaea3260a47de4d41467f459adef1cbd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 03:50:42 +0000 Subject: [PATCH] Update dependency i18next-parser to v8 --- ghost/i18n/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/i18n/package.json b/ghost/i18n/package.json index 3323ea4242..162cda755c 100644 --- a/ghost/i18n/package.json +++ b/ghost/i18n/package.json @@ -24,7 +24,7 @@ ], "devDependencies": { "c8": "7.13.0", - "i18next-parser": "7.7.0", + "i18next-parser": "8.0.0", "mocha": "10.2.0" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 7a6666b2cb..35d059d9e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17841,10 +17841,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.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== +i18next-parser@8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/i18next-parser/-/i18next-parser-8.0.0.tgz#dae5da549ec4fccb08a7de93563e34e082cc68c3" + integrity sha512-WnpIXJlwgUTwnlEFLJpL5E8Y7faWCV/GVqIJXJos15Zwoic5k3QXV3QodP4uYp8W1T1w4y5wXrSEGS1Y4obxCg== dependencies: "@babel/runtime" "^7.15.4" broccoli-plugin "^4.0.7"