From 4a5a5b451ccc0375b6702478f6998d90cd7b6561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:56:43 +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.60.0 to 4.61.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.60.0...v4.61.1) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.61.1 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 596db98..fcea5ba 100644 --- a/bun.lock +++ b/bun.lock @@ -21,7 +21,7 @@ "typescript": "^5.9.3", }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.60.0", + "@rollup/rollup-linux-x64-gnu": "4.61.1", }, }, }, @@ -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.60.0", "", { "os": "linux", "cpu": "x64" }, "sha512-EtylprDtQPdS5rXvAayrNDYoJhIz1/vzN2fEubo3yLE7tfAw+948dO0g4M0vkTVFhKojnF+n6C8bDNe+gDRdTg=="], + "@rollup/rollup-linux-x64-gnu": ["@rollup/rollup-linux-x64-gnu@4.61.1", "", { "os": "linux", "cpu": "x64" }, "sha512-bVWIOIk6pV01p4CdUbPP7CJ/434z+OooYjDuFcR+44N35YvKUC66G8MGnvcWx5mWKW3g61J+t74l3Kj15Kwn2Q=="], "@sec-ant/readable-stream": ["@sec-ant/readable-stream@0.4.1", "", {}, ""], diff --git a/package.json b/package.json index ea92baa..f22ab6a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "jsonwebtoken": "^9.0.3" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.60.0" + "@rollup/rollup-linux-x64-gnu": "4.61.1" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3",