From 82c79f1a0a4c4880b8d5e01b02ad4ec35f9d57db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:59:24 +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.59.0 to 4.60.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.59.0...v4.60.0) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.60.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 cc5588f..596db98 100644 --- a/bun.lock +++ b/bun.lock @@ -21,7 +21,7 @@ "typescript": "^5.9.3", }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.59.0", + "@rollup/rollup-linux-x64-gnu": "4.60.0", }, }, }, @@ -162,7 +162,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.59.0", "", { "os": "linux", "cpu": "x64" }, "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg=="], + "@rollup/rollup-linux-x64-gnu": ["@rollup/rollup-linux-x64-gnu@4.60.0", "", { "os": "linux", "cpu": "x64" }, "sha512-EtylprDtQPdS5rXvAayrNDYoJhIz1/vzN2fEubo3yLE7tfAw+948dO0g4M0vkTVFhKojnF+n6C8bDNe+gDRdTg=="], "@sec-ant/readable-stream": ["@sec-ant/readable-stream@0.4.1", "", {}, ""], diff --git a/package.json b/package.json index 8db8ec4..7ceaaaa 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "jsonwebtoken": "^9.0.3" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.59.0" + "@rollup/rollup-linux-x64-gnu": "4.60.0" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3",