From 833dca0f339c5d0ffe3d63849f96c59785d138d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:12:06 +0000 Subject: [PATCH] chore(deps)(deps): bump @rollup/rollup-linux-x64-gnu Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.62.3 to 4.62.4. - [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.3...v4.62.4) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.62.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f7414c..e627577 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "cli" ], "dependencies": { - "@rollup/rollup-linux-x64-gnu": "4.62.3", + "@rollup/rollup-linux-x64-gnu": "4.62.4", "commander": "^11.1.0", "node-fetch": "^3.3.2", "react": "^18.2.0", @@ -39,7 +39,7 @@ "wrangler": "^4.110.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.62.3" + "@rollup/rollup-linux-x64-gnu": "^4.62.4" } }, "cli": { @@ -1944,9 +1944,9 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.62.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.3.tgz", - "integrity": "sha512-V4KtWtQfAFMU7+9/A/VDps/VI8CHd3cYz0L8sgJzz8qK7eY7wI4ruFD82UYIYvW9Z4DtlTfhQcsl4XyPHW5uSg==", + "version": "4.62.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.4.tgz", + "integrity": "sha512-W69hukhZ3KKNRCaMIEzKvcFye42hh0FE1+YoYaf5+Ikacuftoco6yO/xouz0hc5d5W/s3yBro5jRiuEE/Q5vUw==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 8d68f4e..8487bc5 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "burnafter": "./cli/index.js" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.62.3" + "@rollup/rollup-linux-x64-gnu": "^4.62.4" } }