From dddac6fd125c83066fb15c0652b15540638698aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 03:17:22 +0000 Subject: [PATCH] chore(deps): Bump @rollup/rollup-linux-x64-gnu in /docs Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.60.2 to 4.60.3. - [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.60.2...v4.60.3) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.60.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 11 +++++++---- docs/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 4139948..f3c5a17 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -8,6 +8,9 @@ "name": "github-backup", "version": "1.0.0", "license": "MIT", + "dependencies": { + "@rollup/rollup-linux-x64-gnu": "4.60.3" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.28", "@vuepress/plugin-register-components": "2.0.0-rc.128", @@ -16,7 +19,7 @@ "vuepress": "2.0.0-rc.28" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.2" + "@rollup/rollup-linux-x64-gnu": "^4.60.3" } }, "node_modules/@babel/generator": { @@ -1426,9 +1429,9 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.60.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.2.tgz", - "integrity": "sha512-UQjrkIdWrKI626Du8lCQ6MJp/6V1LAo2bOK9OTu4mSn8GGXIkPXk/Vsp4bLHCd9Z9Iz2OTEaokUE90VweJgIYQ==", + "version": "4.60.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.60.3.tgz", + "integrity": "sha512-DAZDBHQfG2oQuhY7mc6I3/qB4LU2fQCjRvxbDwd/Jdvb9fypP4IJ4qmtu6lNjes6B531AI8cg1aKC2di97bUxA==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index afca11a..4758737 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,6 +28,6 @@ "vuepress": "2.0.0-rc.28" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.60.2" + "@rollup/rollup-linux-x64-gnu": "^4.60.3" } }