diff --git a/projects/js-themes-toolkit/packages/liferay-theme-tasks/CHANGELOG.md b/projects/js-themes-toolkit/packages/liferay-theme-tasks/CHANGELOG.md index a6c18260b..083ba5424 100644 --- a/projects/js-themes-toolkit/packages/liferay-theme-tasks/CHANGELOG.md +++ b/projects/js-themes-toolkit/packages/liferay-theme-tasks/CHANGELOG.md @@ -1,3 +1,11 @@ +## [liferay-theme-tasks/v11.5.5](https://github.com/liferay/liferay-frontend-projects/tree/liferay-theme-tasks/v11.5.5) (2024-12-09) + +[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/liferay-theme-tasks/v11.5.4...liferay-theme-tasks/v11.5.5) + +### :wrench: Bug fixes + +- fix(theme-tasks): update dependence to avoid using Lodash 3 which is vulnerable ([\#1234](https://github.com/liferay/liferay-frontend-projects/pull/1234)) + ## [liferay-theme-tasks/v11.5.4](https://github.com/liferay/liferay-frontend-projects/tree/liferay-theme-tasks/v11.5.4) (2024-08-26) [Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/liferay-theme-tasks/v11.5.3...liferay-theme-tasks/v11.5.4) diff --git a/projects/js-themes-toolkit/packages/liferay-theme-tasks/package.json b/projects/js-themes-toolkit/packages/liferay-theme-tasks/package.json index b8ac687de..eef3c466b 100644 --- a/projects/js-themes-toolkit/packages/liferay-theme-tasks/package.json +++ b/projects/js-themes-toolkit/packages/liferay-theme-tasks/package.json @@ -79,5 +79,5 @@ "preversion": "liferay-workspace-scripts ci", "test": "liferay-workspace-scripts test" }, - "version": "11.5.4" + "version": "11.5.5" }