From 17b94517e6f0c48f9a96236a77a3d1dc2ffd4118 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Mar 2021 13:30:57 +0000 Subject: [PATCH] Update dependency i18next to v20 --- package-lock.json | 14 +++++++++++--- package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index aef42ce..c82995f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6640,6 +6640,14 @@ "lodash": "^4.17.13", "to-fast-properties": "^2.0.0" } + }, + "i18next": { + "version": "19.9.2", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.2.tgz", + "integrity": "sha512-0i6cuo6ER6usEOtKajUUDj92zlG+KArFia0857xxiEHAQcUwh/RtOQocui1LPJwunSYT574Pk64aNva1kwtxZg==", + "requires": { + "@babel/runtime": "^7.12.0" + } } } }, @@ -14059,9 +14067,9 @@ "dev": true }, "i18next": { - "version": "19.9.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.9.2.tgz", - "integrity": "sha512-0i6cuo6ER6usEOtKajUUDj92zlG+KArFia0857xxiEHAQcUwh/RtOQocui1LPJwunSYT574Pk64aNva1kwtxZg==", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.0.0.tgz", + "integrity": "sha512-PtyZadfdqoJz9MBbjXhMVM8IvG3YAGfUhzAu/JyR/xI35bbrxNVMhVs9jMlgSkzveiTm6KlwD2q9mC9co9Zsew==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index 30bf842..938365c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "gatsby-source-filesystem": "3.1.0", "gatsby-transformer-json": "3.1.0", "gatsby-transformer-sharp": "3.1.0", - "i18next": "19.9.2", + "i18next": "20.0.0", "jquery": "3.6.0", "locale": "0.1.0", "node-sass": "4.14.1",