diff --git a/package-lock.json b/package-lock.json index 9e346e2112..d46d687a8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@patternfly/react-table": "4.29.58", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^20.6.0", + "i18next": "^20.6.1", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2", @@ -8869,9 +8869,9 @@ } }, "node_modules/i18next": { - "version": "20.6.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.0.tgz", - "integrity": "sha512-sgt7AkvxUQbW5dsA7p5AYq7tBOIdm9K7c4wAppsbt5l0Hynqs7FTsa0bA0Exy+PUR17+IOcg3KVCaILc1OAOxQ==", + "version": "20.6.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.1.tgz", + "integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -24322,9 +24322,9 @@ "dev": true }, "i18next": { - "version": "20.6.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.0.tgz", - "integrity": "sha512-sgt7AkvxUQbW5dsA7p5AYq7tBOIdm9K7c4wAppsbt5l0Hynqs7FTsa0bA0Exy+PUR17+IOcg3KVCaILc1OAOxQ==", + "version": "20.6.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.6.1.tgz", + "integrity": "sha512-yCMYTMEJ9ihCwEQQ3phLo7I/Pwycf8uAx+sRHwwk5U9Aui/IZYgQRyMqXafQOw5QQ7DM1Z+WyEXWIqSuJHhG2A==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index 103322749e..9c313bdc95 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@patternfly/react-table": "4.29.58", "dagre": "^0.8.5", "file-saver": "^2.0.5", - "i18next": "^20.6.0", + "i18next": "^20.6.1", "lodash": "^4.17.20", "moment": "^2.29.1", "react": "^17.0.2",