From 49091cb94a761ef41c09006337a825418e95cb5f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Mar 2022 11:08:08 +0000 Subject: [PATCH] Update dependency i18next to v21.6.13 --- package-lock.json | 14 +++++++------- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60d624b..f36ee87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "gatsby-transformer-json": "4.7.0", "gatsby-transformer-sharp": "4.7.0", "hamburger-react": "2.4.1", - "i18next": "21.6.12", + "i18next": "21.6.13", "locale": "0.1.0", "lodash": "4.17.21", "lucide-react": "0.17.6", @@ -12623,9 +12623,9 @@ } }, "node_modules/i18next": { - "version": "21.6.12", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz", - "integrity": "sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw==", + "version": "21.6.13", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.13.tgz", + "integrity": "sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q==", "funding": [ { "type": "individual", @@ -31502,9 +31502,9 @@ "dev": true }, "i18next": { - "version": "21.6.12", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz", - "integrity": "sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw==", + "version": "21.6.13", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.13.tgz", + "integrity": "sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index d15d579..4f8cc5f 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "gatsby-transformer-json": "4.7.0", "gatsby-transformer-sharp": "4.7.0", "hamburger-react": "2.4.1", - "i18next": "21.6.12", + "i18next": "21.6.13", "locale": "0.1.0", "lodash": "4.17.21", "lucide-react": "0.17.6", diff --git a/yarn.lock b/yarn.lock index f6d3782..4116bbe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7037,10 +7037,10 @@ husky@7.0.4: resolved "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz" integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ== -i18next@21.6.12: - version "21.6.12" - resolved "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz" - integrity sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw== +i18next@21.6.13: + version "21.6.13" + resolved "https://registry.npmjs.org/i18next/-/i18next-21.6.13.tgz" + integrity sha512-MVjNttw+5mIuu2/fwTpSU0EeI7iU/6pnDvGQboCzkILiv0/gD+FLZaF7qSHmUHO4ZkE6xJQ9SlBgGvMHxhC82Q== dependencies: "@babel/runtime" "^7.12.0"