From e6a8f02c7539783ba2d27132c41a04499e095a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 00:41:56 +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.41.0 to 4.41.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.41.0...v4.41.1) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.41.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 10 +++++----- docs/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 422ae26..368f01a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.41.0" + "@rollup/rollup-linux-x64-gnu": "^4.41.1" }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.23", @@ -20,7 +20,7 @@ "vuepress": "2.0.0-rc.23" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.41.0" + "@rollup/rollup-linux-x64-gnu": "^4.41.1" } }, "node_modules/@babel/helper-string-parser": { @@ -933,9 +933,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "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==", + "version": "4.41.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.41.1.tgz", + "integrity": "sha512-cWBOvayNvA+SyeQMp79BHPK8ws6sHSsYnK5zDcsC3Hsxr1dgTABKjMnMslPq1DvZIp6uO7kIWhiGwaTdR4Og9A==", "cpu": [ "x64" ], diff --git a/docs/package.json b/docs/package.json index 7323a40..0935a35 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.41.0" + "@rollup/rollup-linux-x64-gnu": "^4.41.1" } }