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",