From 549f758e296b30383a529968baf04eed2af64b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 23:18:25 +0200 Subject: [PATCH] Bump i18next from 21.8.8 to 21.8.9 (#157) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8c587d18..778437fbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "date-fns": "^2.28.0", "date-fns-tz": "^1.3.4", "graphql": "^16.5.0", - "i18next": "^21.8.8", + "i18next": "^21.8.9", "i18next-http-backend": "^1.4.1", "proj4": "^2.8.0", "react": "^18.1.0", @@ -9854,9 +9854,9 @@ } }, "node_modules/i18next": { - "version": "21.8.8", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.8.tgz", - "integrity": "sha512-iN/5JuWStyivyBgmUgy5BRiFs0lZrgCRaeV9q4yVH/eR9NID7pZSMt3rpF8C16GplchoEjDP0JalKwZMJ1CJAA==", + "version": "21.8.9", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.9.tgz", + "integrity": "sha512-PY9a/8ADVmnju1tETeglbbVQi+nM5pcJQWm9kvKMTE3GPgHHtpDsHy5HQ/hccz2/xtW7j3vuso23JdQSH0EttA==", "funding": [ { "type": "individual", @@ -26332,9 +26332,9 @@ "dev": true }, "i18next": { - "version": "21.8.8", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.8.tgz", - "integrity": "sha512-iN/5JuWStyivyBgmUgy5BRiFs0lZrgCRaeV9q4yVH/eR9NID7pZSMt3rpF8C16GplchoEjDP0JalKwZMJ1CJAA==", + "version": "21.8.9", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.9.tgz", + "integrity": "sha512-PY9a/8ADVmnju1tETeglbbVQi+nM5pcJQWm9kvKMTE3GPgHHtpDsHy5HQ/hccz2/xtW7j3vuso23JdQSH0EttA==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index 3c3703e21..08c982796 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "date-fns": "^2.28.0", "date-fns-tz": "^1.3.4", "graphql": "^16.5.0", - "i18next": "^21.8.8", + "i18next": "^21.8.9", "i18next-http-backend": "^1.4.1", "proj4": "^2.8.0", "react": "^18.1.0",