From 2a0780cfff349c2a8734bbf962efcd75ae4f7612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 06:25:16 -0700 Subject: [PATCH] chore(deps-dev): bump i18next-parser from 7.7.0 to 7.9.0 (#5319)Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Bumps [i18next-parser](https://github.com/i18next/i18next-parser) from 7.7.0 to 7.9.0. - [Release notes](https://github.com/i18next/i18next-parser/releases) - [Changelog](https://github.com/i18next/i18next-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-parser/compare/7.7.0...7.9.0) --- updated-dependencies: - dependency-name: i18next-parser dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 00187ce49..6cac898d3 100644 --- a/package.json +++ b/package.json @@ -321,7 +321,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "fetch-test-server": "^1.1.0", "husky": "^8.0.2", - "i18next-parser": "^7.7.0", + "i18next-parser": "^7.9.0", "jest-cli": "^29.5.0", "jest-environment-jsdom": "^29.4.1", "jest-fetch-mock": "^3.0.3", diff --git a/yarn.lock b/yarn.lock index 92ca7b4c4..51ec28df7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7603,10 +7603,10 @@ i18next-http-backend@^2.1.1: dependencies: cross-fetch "3.1.5" -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@^7.9.0: + version "7.9.0" + resolved "https://registry.yarnpkg.com/i18next-parser/-/i18next-parser-7.9.0.tgz#dfba9051b03356e8e69c399193836de401284c94" + integrity sha512-yrPJhWGsDBx404T4KLMOTkTgAAEuHvjbxee3HnlqFHALWy/3BOY7or69CxsJOomN3wdrwgg8kWtfIUWR1BZ1nw== dependencies: "@babel/runtime" "^7.15.4" broccoli-plugin "^4.0.7"