From 7e462568377d8590438c27c6dfecd7c5aaeee45e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:47:56 +0000 Subject: [PATCH] fix(deps): bump @rollup/rollup-linux-x64-gnu Bumps the production-dependencies group with 1 update: [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup). Updates `@rollup/rollup-linux-x64-gnu` from 4.35.0 to 4.59.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.35.0...v4.59.0) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.59.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 6696f93..ac1a3df 100644 --- a/bun.lock +++ b/bun.lock @@ -21,7 +21,7 @@ "typescript": "^5.9.3", }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.35.0", + "@rollup/rollup-linux-x64-gnu": "4.59.0", }, }, }, @@ -166,7 +166,7 @@ "@rollup/rollup-darwin-arm64": ["@rollup/rollup-darwin-arm64@4.35.0", "", { "os": "darwin", "cpu": "arm64" }, ""], - "@rollup/rollup-linux-x64-gnu": ["@rollup/rollup-linux-x64-gnu@4.35.0", "", { "os": "linux", "cpu": "x64" }, "sha512-Pim1T8rXOri+0HmV4CdKSGrqcBWX0d1HoPnQ0uw0bdp1aP5SdQVNBy8LjYncvnLgu3fnnCt17xjWGd4cqh8/hA=="], + "@rollup/rollup-linux-x64-gnu": ["@rollup/rollup-linux-x64-gnu@4.59.0", "", { "os": "linux", "cpu": "x64" }, "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg=="], "@sec-ant/readable-stream": ["@sec-ant/readable-stream@0.4.1", "", {}, ""], diff --git a/package.json b/package.json index c579bf7..38e5c98 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "jsonwebtoken": "^9.0.3" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.35.0" + "@rollup/rollup-linux-x64-gnu": "4.59.0" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3",