From 1680034ab79cc1f78f18ce9220a4ec8b87a3d687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 23:55:01 +0000 Subject: [PATCH] Bump @rollup/rollup-linux-x64-gnu from 4.62.4 to 4.62.5 in /docs Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.62.4 to 4.62.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.62.4...v4.62.5) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.62.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 14 ++++++++++---- docs/package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index e645310d3..47042dbcd 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -8,6 +8,9 @@ "name": "dsf-documentation", "version": "0.0.0", "license": "MIT", + "dependencies": { + "@rollup/rollup-linux-x64-gnu": "4.62.5" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.30", "@vuepress/plugin-markdown-image": "2.0.0-rc.132", @@ -24,7 +27,7 @@ "vuepress-theme-hope": "2.0.0-rc.107" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.62.4" + "@rollup/rollup-linux-x64-gnu": "4.62.5" } }, "node_modules/@babel/generator": { @@ -2061,12 +2064,15 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.62.4", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.4.tgz", - "integrity": "sha512-W69hukhZ3KKNRCaMIEzKvcFye42hh0FE1+YoYaf5+Ikacuftoco6yO/xouz0hc5d5W/s3yBro5jRiuEE/Q5vUw==", + "version": "4.62.5", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.5.tgz", + "integrity": "sha512-6RHPJR1g/uvdYU8uXBnfq3nlqyZCP82Fr6NHgfGoaIeSh0YEqnX/x6uA9MmJJbnSH7swqX4F+CkGdUF+6doiQA==", "cpu": [ "x64" ], + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ diff --git a/docs/package.json b/docs/package.json index 4e91d9252..808615dd4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -29,6 +29,6 @@ "vuepress-theme-hope": "2.0.0-rc.107" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.62.4" + "@rollup/rollup-linux-x64-gnu": "4.62.5" } }