From 8fb8554a7a1d0a9bb1e609d07620f2d40f642d62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 00:38:34 +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.57.0 to 4.57.1. - [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.57.0...v4.57.1) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.57.1 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 0f4d1dc..1df2ca1 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.57.1" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.26", "@vuepress/plugin-register-components": "2.0.0-rc.122", @@ -16,7 +19,7 @@ "vuepress": "2.0.0-rc.26" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.57.0" + "@rollup/rollup-linux-x64-gnu": "^4.57.1" } }, "node_modules/@babel/helper-string-parser": { @@ -1250,9 +1253,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.57.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.0.tgz", - "integrity": "sha512-OR5p5yG5OKSxHReWmwvM0P+VTPMwoBS45PXTMYaskKQqybkS3Kmugq1W+YbNWArF8/s7jQScgzXUhArzEQ7x0A==", + "version": "4.57.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.57.1.tgz", + "integrity": "sha512-ABca4ceT4N+Tv/GtotnWAeXZUZuM/9AQyCyKYyKnpk4yoA7QIAuBt6Hkgpw8kActYlew2mvckXkvx0FfoInnLg==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index a82c864..c20a93f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,6 +28,6 @@ "vuepress": "2.0.0-rc.26" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.57.0" + "@rollup/rollup-linux-x64-gnu": "^4.57.1" } }