diff --git a/package-lock.json b/package-lock.json index 8cd5f31cfe..9acc7178bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "dagre": "^0.8.5", "file-saver": "^2.0.5", "flat": "^5.0.2", - "i18next": "^21.8.11", + "i18next": "^21.8.13", "i18next-http-backend": "^1.4.1", "lodash-es": "^4.17.21", "react": "^17.0.2", @@ -8985,7 +8985,9 @@ } }, "node_modules/i18next": { - "version": "21.8.11", + "version": "21.8.13", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.13.tgz", + "integrity": "sha512-DpzwrJq7Y8tjUHxx6ByOkUIjrGYdQI5Mfv4XEI7q2RWdknQ7TaO9bKi8hS/LqYD6pBV5YGxJLReyLkOCxIpouA==", "funding": [ { "type": "individual", @@ -9000,7 +9002,6 @@ "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" } @@ -23057,7 +23058,9 @@ "dev": true }, "i18next": { - "version": "21.8.11", + "version": "21.8.13", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.8.13.tgz", + "integrity": "sha512-DpzwrJq7Y8tjUHxx6ByOkUIjrGYdQI5Mfv4XEI7q2RWdknQ7TaO9bKi8hS/LqYD6pBV5YGxJLReyLkOCxIpouA==", "requires": { "@babel/runtime": "^7.17.2" } diff --git a/package.json b/package.json index a4503119d5..170dbfa97f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dagre": "^0.8.5", "file-saver": "^2.0.5", "flat": "^5.0.2", - "i18next": "^21.8.11", + "i18next": "^21.8.13", "i18next-http-backend": "^1.4.1", "lodash-es": "^4.17.21", "react": "^17.0.2",