diff --git a/package-lock.json b/package-lock.json index 360e366c7..a2eb29d52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@stencil/sass": "1.5.2", "@stencil/store": "2.0.0", "dotenv": "16.0.1", - "i18next": "21.8.14", + "i18next": "21.10.0", "i18next-browser-languagedetector": "6.1.4", "jsqr": "1.4.0", "node-forge": "1.3.1" @@ -3305,9 +3305,9 @@ } }, "node_modules/i18next": { - "version": "21.8.14", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.14.tgz", - "integrity": "sha512-4Yi+DtexvMm/Yw3Q9fllzY12SgLk+Mcmar+rCAccsOPul/2UmnBzoHbTGn/L48IPkFcmrNaH7xTLboBWIbH6pw==", + "version": "21.10.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", + "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", "funding": [ { "type": "individual", @@ -3322,6 +3322,7 @@ "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" } ], + "license": "MIT", "dependencies": { "@babel/runtime": "^7.17.2" } @@ -8715,9 +8716,9 @@ "dev": true }, "i18next": { - "version": "21.8.14", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.14.tgz", - "integrity": "sha512-4Yi+DtexvMm/Yw3Q9fllzY12SgLk+Mcmar+rCAccsOPul/2UmnBzoHbTGn/L48IPkFcmrNaH7xTLboBWIbH6pw==", + "version": "21.10.0", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.10.0.tgz", + "integrity": "sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index 790f8b266..430c10b79 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@stencil/sass": "1.5.2", "@stencil/store": "2.0.0", "dotenv": "16.0.1", - "i18next": "21.8.14", + "i18next": "21.10.0", "i18next-browser-languagedetector": "6.1.4", "jsqr": "1.4.0", "node-forge": "1.3.1"