From 2a8cfd99c03a1fc5ae57365bb54d5d10dec7a764 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Aug 2021 06:16:20 +0000 Subject: [PATCH] fix: upgrade i18next from 17.0.13 to 17.3.1 Snyk has created this PR to upgrade i18next from 17.0.13 to 17.3.1. See this package in npm: https://www.npmjs.com/package/i18next See this project in Snyk: https://app.snyk.io/org/reactioncommerce/project/536303cd-177f-47dd-aa8b-35217cef374d?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f66cfe93b..e090c981b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9726,9 +9726,9 @@ "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "i18next": { - "version": "17.0.13", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-17.0.13.tgz", - "integrity": "sha512-tCBpekVs95IsN3kdi/6HhnfzHDlpXerOmOsf2ZMWtct9YbMYKI54HVdQ6XxsHGXBxY+UgjbQJwqghKCd2sYQWw==", + "version": "17.3.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-17.3.1.tgz", + "integrity": "sha512-4nY+yaENaoZKmpbiDXPzucVHCN3hN9Z9Zk7LyQXVOKVIpnYOJ3L/yxHJlBPtJDq3PGgjFwA0QBFm/26Z0iDT5A==", "requires": { "@babel/runtime": "^7.3.1" } diff --git a/package.json b/package.json index 8fc95b307..086431d97 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "graphql.js": "0.4.20", "history": "^4.10.1", "hoist-non-react-statics": "^2.3.1", - "i18next": "17.0.13", + "i18next": "17.3.1", "i18next-browser-languagedetector": "3.0.3", "i18next-fetch-backend": "2.2.0", "i18next-multiload-backend-adapter": "0.1.1",