diff --git a/package-lock.json b/package-lock.json index 60bd5ff0..2d56c03b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "factory-t": "0.3.1", "html-webpack-plugin": "5.5.0", "husky": "7.0.4", - "i18next-parser": "5.0.0", + "i18next-parser": "5.4.0", "jest": "27.3.1", "lint-staged": "11.2.6", "mini-css-extract-plugin": "2.4.4", @@ -11399,15 +11399,16 @@ } }, "node_modules/i18next-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-5.0.0.tgz", - "integrity": "sha512-6TU4p9mqX0mtqwx23PXrk9WpAwdWh5hQKAhzYBn9yXMv+azd4P7A9+E0/mOkIMx1x9fPZhc1sr48WOohFS0Log==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-5.4.0.tgz", + "integrity": "sha512-AkMOy3NW09tnB+4CAVzHVWxhoab8q1L6E3aIugWeTZqbUVYTjb6dtW1AhiiUd4nLMOj29LaaVCkyqOhrTezp7Q==", "dev": true, "dependencies": { - "broccoli-plugin": "^4.0.5", + "@babel/runtime": "^7.15.4", + "broccoli-plugin": "^4.0.7", "cheerio": "^1.0.0-rc.2", - "colors": "~1.4.0", - "commander": "~8.2.0", + "colors": "1.4.0", + "commander": "~8.3.0", "concat-stream": "~2.0.0", "eol": "^0.9.1", "fs-extra": "^10.0.0", @@ -11438,9 +11439,9 @@ "dev": true }, "node_modules/i18next-parser/node_modules/commander": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.2.0.tgz", - "integrity": "sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", "dev": true, "engines": { "node": ">= 12" @@ -34230,15 +34231,16 @@ } }, "i18next-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-5.0.0.tgz", - "integrity": "sha512-6TU4p9mqX0mtqwx23PXrk9WpAwdWh5hQKAhzYBn9yXMv+azd4P7A9+E0/mOkIMx1x9fPZhc1sr48WOohFS0Log==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/i18next-parser/-/i18next-parser-5.4.0.tgz", + "integrity": "sha512-AkMOy3NW09tnB+4CAVzHVWxhoab8q1L6E3aIugWeTZqbUVYTjb6dtW1AhiiUd4nLMOj29LaaVCkyqOhrTezp7Q==", "dev": true, "requires": { - "broccoli-plugin": "^4.0.5", + "@babel/runtime": "^7.15.4", + "broccoli-plugin": "^4.0.7", "cheerio": "^1.0.0-rc.2", - "colors": "~1.4.0", - "commander": "~8.2.0", + "colors": "1.4.0", + "commander": "~8.3.0", "concat-stream": "~2.0.0", "eol": "^0.9.1", "fs-extra": "^10.0.0", @@ -34261,9 +34263,9 @@ "dev": true }, "commander": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.2.0.tgz", - "integrity": "sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", "dev": true }, "js-yaml": { diff --git a/package.json b/package.json index 7c8e3c8b..c8b51af4 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "factory-t": "0.3.1", "html-webpack-plugin": "5.5.0", "husky": "7.0.4", - "i18next-parser": "5.0.0", + "i18next-parser": "5.4.0", "jest": "27.3.1", "lint-staged": "11.2.6", "mini-css-extract-plugin": "2.4.4",