This is an automated email from the ASF dual-hosted git repository. solomax pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openmeetings.git
commit 5eee84d348ac267e0a56d2686e28d6a7add004b1 Author: Maxim Solodovnik <[email protected]> AuthorDate: Thu Aug 14 15:13:17 2025 +0700 [OPENMEETINGS-2790] nodejs, webpack and mini-css-extract-plugin --- openmeetings-web/src/main/front/package.json | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openmeetings-web/src/main/front/package.json b/openmeetings-web/src/main/front/package.json index b66ab5d88..9f4fdfc06 100644 --- a/openmeetings-web/src/main/front/package.json +++ b/openmeetings-web/src/main/front/package.json @@ -16,10 +16,10 @@ "style-loader": "^4.0.0", "css-loader": "^7.1.2", "ignore-loader": "^0.1.2", - "mini-css-extract-plugin": "^2.9.2", + "mini-css-extract-plugin": "^2.9.4", "node-sass": "^9.0.0", "circular-dependency-plugin": "^5.2.2", - "webpack": "^5.100.2", + "webpack": "^5.101.1", "webpack-cli": "^6.0.1", "webpack-merge": "^6.0.1" }, diff --git a/pom.xml b/pom.xml index 6d8e5a54b..45f8b469f 100644 --- a/pom.xml +++ b/pom.xml @@ -1576,7 +1576,7 @@ <artifactId>frontend-maven-plugin</artifactId> <version>${frontend-maven-plugin.version}</version> <configuration> - <nodeVersion>v20.19.1</nodeVersion> + <nodeVersion>v20.19.4</nodeVersion> <installDirectory>${project.build.directory}</installDirectory> </configuration> </plugin>
