From 4aae5de874678c894872273e009241582f478ebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 00:33:36 +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.62.0 to 4.62.2. - [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.0...v4.62.2) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.62.2 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 e995646..2b7735c 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.62.2" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.30", "@vuepress/plugin-register-components": "2.0.0-rc.130", @@ -16,7 +19,7 @@ "vuepress": "2.0.0-rc.30" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.62.0" + "@rollup/rollup-linux-x64-gnu": "^4.62.2" } }, "node_modules/@babel/generator": { @@ -1426,12 +1429,15 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.62.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.0.tgz", - "integrity": "sha512-7SDIalKeIpG0Ifogbbdn58HmSotYMlf23K3dCJEmiVd9Fg36Vmni82iPQec27N3wY4Bvbxftkxz6vSx9OcouTg==", + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz", + "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==", "cpu": [ "x64" ], + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ diff --git a/docs/package.json b/docs/package.json index 48a91eb..45427a9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,6 +28,6 @@ "vuepress": "2.0.0-rc.30" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.62.0" + "@rollup/rollup-linux-x64-gnu": "^4.62.2" } }