From ace44820f71c9763efba2cbf8e0b45e2a5c7690f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:56:17 +0000 Subject: [PATCH] Bump @rollup/rollup-linux-x64-gnu from 4.59.0 to 4.61.0 in /docs Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.59.0 to 4.61.0. - [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.59.0...v4.61.0) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.61.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 26 ++++++++++++++++++++++---- docs/package.json | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index fc5fed6a0..d8bfd268e 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.61.0" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.26", "@vuepress/plugin-markdown-image": "2.0.0-rc.121", @@ -18,12 +21,13 @@ "sass-embedded": "1.97.3", "sass-loader": "16.0.7", "tsx": "4.22.4", + "vitest": "4.0.18", "vue": "3.5.28", "vuepress": "2.0.0-rc.26", "vuepress-theme-hope": "2.0.0-rc.102" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.59.0" + "@rollup/rollup-linux-x64-gnu": "4.61.0" } }, "node_modules/@babel/helper-string-parser": { @@ -1764,9 +1768,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.59.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz", - "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==", + "version": "4.61.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.61.0.tgz", + "integrity": "sha512-0uMOcf3eZ5K+K4cYHkdxShFMPlPXCOdfDFEFn9dNYAEEd2cVvmOfH7zFgRVoDgmtQ1m9k5q7qfrHzyMAubKYUA==", "cpu": [ "x64" ], @@ -5439,6 +5443,20 @@ "fsevents": "~2.3.2" } }, + "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.59.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz", + "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/rxjs": { "version": "7.8.2", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", diff --git a/docs/package.json b/docs/package.json index 1c78d5e7e..db09184d9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -29,6 +29,6 @@ "vuepress-theme-hope": "2.0.0-rc.102" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.59.0" + "@rollup/rollup-linux-x64-gnu": "4.61.0" } }