From f6c2a95a555212578b76f74a73cd6ae4ca087ca4 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 16 Sep 2021 16:26:57 -0700 Subject: [PATCH] Bump i18next-parser for true --silent fix --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 607a52745..dc32ce081 100644 --- a/package.json +++ b/package.json @@ -201,7 +201,7 @@ "fetch-test-server": "^1.1.0", "flow-bin": "^0.124.0", "html-webpack-plugin": "3.2.0", - "i18next-parser": "^4.6.0", + "i18next-parser": "^4.7.0", "jest-cli": "^26.0.0", "jest-fetch-mock": "^3.0.3", "koa-webpack-dev-middleware": "^1.4.5", diff --git a/yarn.lock b/yarn.lock index 75146f9d1..07d22a61e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7559,10 +7559,10 @@ i18next-http-backend@^1.3.1: dependencies: cross-fetch "3.1.4" -i18next-parser@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/i18next-parser/-/i18next-parser-4.6.0.tgz#784ebae92547959edc62adc96df1c46d91dcbe9d" - integrity sha512-R/u/YMfQoiETED5w1k5S02CmgIQ5V1EC5BYd5LXRRwsf3S1I7vJ3RQwUQI1ypGWXYTlxJ+LwgFzkw6otlLXFlA== +i18next-parser@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/i18next-parser/-/i18next-parser-4.7.0.tgz#18471cc92074a31bdc132044d0a6084b02b22cd7" + integrity sha512-oRPNf68ibfrheEdbcT7Vp769Es/qKPR20Eg3hPcGesOn/XSJ3faMCtyy0FBSdmiof16/jD535UxAobERW2HreQ== dependencies: broccoli-plugin "^4.0.5" cheerio "^1.0.0-rc.2"