This is an automated email from the ASF dual-hosted git repository. mck pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push: new 4f36fb2b Update to use ASF's new logo 4f36fb2b is described below commit 4f36fb2bb04a295cf472972281a41da940e19a31 Author: mck <m...@apache.org> AuthorDate: Sat Sep 13 05:56:26 2025 +0200 Update to use ASF's new logo Update npm and modules for security fixes --- .../source/modules/ROOT/images/feather-small.png | Bin 50836 -> 185827 bytes site-ui/Dockerfile | 5 +++-- site-ui/package.json | 6 +++--- site-ui/src/img/feather-small.png | Bin 50836 -> 185827 bytes 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/site-content/source/modules/ROOT/images/feather-small.png b/site-content/source/modules/ROOT/images/feather-small.png index ecadad0f..a06621df 100644 Binary files a/site-content/source/modules/ROOT/images/feather-small.png and b/site-content/source/modules/ROOT/images/feather-small.png differ diff --git a/site-ui/Dockerfile b/site-ui/Dockerfile index 366d7f02..9ac1376d 100644 --- a/site-ui/Dockerfile +++ b/site-ui/Dockerfile @@ -15,7 +15,7 @@ FROM ubuntu:22.04 ARG BUILD_USER_ARG="build" ARG UID_ARG=1000 ARG GID_ARG=1000 -ARG NODE_VERSION_ARG="v20.16.0" +ARG NODE_VERSION_ARG="v24.8.0" ENV BUILD_USER=${BUILD_USER_ARG} @@ -41,7 +41,8 @@ RUN wget https://nodejs.org/download/release/${NODE_VERSION_ARG}/${NODE_PACKAGE} tar -C /usr/local --strip-components 1 -xzf ${NODE_PACKAGE} && \ rm ${NODE_PACKAGE} -RUN npm install -g gulp-cli +RUN npm install -g npm@11.6.0 +RUN npm install -g gulp-cli@3.1.0 ENV BUILD_DIR="/home/${BUILD_USER}" WORKDIR ${BUILD_DIR} diff --git a/site-ui/package.json b/site-ui/package.json index ed7b2c19..f03d2933 100644 --- a/site-ui/package.json +++ b/site-ui/package.json @@ -39,9 +39,9 @@ "gulp-stylelint": "~13.0", "gulp-uglify": "~3.0", "gulp-vinyl-zip": "~2.2", - "handlebars": "~4.7", - "highlight.js": "~9.18", - "jquery": "~3.5", + "handlebars": "~4.7.8", + "highlight.js": "~9.18.5", + "jquery": "~3.5.1", "js-yaml": "~3.14", "mark.js": "~8.11", "merge-stream": "~2.0", diff --git a/site-ui/src/img/feather-small.png b/site-ui/src/img/feather-small.png index ecadad0f..a06621df 100644 Binary files a/site-ui/src/img/feather-small.png and b/site-ui/src/img/feather-small.png differ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org