From 55389f2d87c71eb04ae537c215f162f6ea3096c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 00:40:16 +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.40.2 to 4.41.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.40.2...v4.41.0) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 25 +++++++++++++++++++++---- docs/package.json | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index f7108a9..e913081 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.41.0" + }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.23", "@vuepress/plugin-google-analytics": "2.0.0-rc.103", @@ -17,7 +20,7 @@ "vuepress": "2.0.0-rc.23" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.40.2" + "@rollup/rollup-linux-x64-gnu": "^4.41.0" } }, "node_modules/@babel/helper-string-parser": { @@ -925,9 +928,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.40.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.2.tgz", - "integrity": "sha512-lG7Xa+BmBNwpjmVUbmyKxdQJ3Q6whHjMjzQplOs5Z+Gj7mxPtWakGHqzMqNER68G67kmCX9qX57aRsW5V0VOng==", + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.41.0.tgz", + "integrity": "sha512-XMLeKjyH8NsEDCRptf6LO8lJk23o9wvB+dJwcXMaH6ZQbbkHu2dbGIUindbMtRN6ux1xKi16iXWu6q9mu7gDhQ==", "cpu": [ "x64" ], @@ -3698,6 +3701,20 @@ "fsevents": "~2.3.2" } }, + "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.40.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.40.2.tgz", + "integrity": "sha512-lG7Xa+BmBNwpjmVUbmyKxdQJ3Q6whHjMjzQplOs5Z+Gj7mxPtWakGHqzMqNER68G67kmCX9qX57aRsW5V0VOng==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", diff --git a/docs/package.json b/docs/package.json index bdd2992..1f5dc6c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -29,6 +29,6 @@ "vuepress": "2.0.0-rc.23" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.40.2" + "@rollup/rollup-linux-x64-gnu": "^4.41.0" } }