From 9918e1cc1a7bd2356f8a3cb7d3a8fb03fcec7acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 22:56:05 +0000 Subject: [PATCH] Chore(deps): Bump @rollup/rollup-linux-x64-gnu from 4.59.0 to 4.61.1 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.59.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.59.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 ... 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 a24c271..97fddb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/l10n": "^3.4.1", "@nextcloud/router": "^3.1.0", "@nextcloud/vue": "^9.8.2", - "@rollup/rollup-darwin-arm64": "4.61.1", + "@rollup/rollup-linux-x64-gnu": "4.61.1", "vue": "^3.5.35" }, "devDependencies": { @@ -36,7 +36,7 @@ }, "optionalDependencies": { "@rollup/rollup-darwin-arm64": "^4.61.1", - "@rollup/rollup-linux-x64-gnu": "^4.59.0" + "@rollup/rollup-linux-x64-gnu": "^4.61.1" } }, "node_modules/@babel/code-frame": { @@ -4900,9 +4900,9 @@ "peer": true }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.59.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.59.0.tgz", - "integrity": "sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==", + "version": "4.61.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.61.1.tgz", + "integrity": "sha512-bVWIOIk6pV01p4CdUbPP7CJ/434z+OooYjDuFcR+44N35YvKUC66G8MGnvcWx5mWKW3g61J+t74l3Kj15Kwn2Q==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 38e0ce9..5160a9d 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ }, "optionalDependencies": { "@rollup/rollup-darwin-arm64": "^4.61.1", - "@rollup/rollup-linux-x64-gnu": "^4.59.0" + "@rollup/rollup-linux-x64-gnu": "^4.61.1" } }