From 2e59f6a7698cd3e81f61cb7fa29a48a2a049e1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:58:18 +0000 Subject: [PATCH] Chore(deps): Bump @rollup/rollup-linux-x64-gnu from 4.61.1 to 4.62.0 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.61.1 to 4.62.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.61.1...v4.62.0) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.62.0 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 d8a40ae..e57b35f 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.62.0", + "@rollup/rollup-linux-x64-gnu": "4.62.0", "vue": "^3.5.35" }, "devDependencies": { @@ -36,7 +36,7 @@ }, "optionalDependencies": { "@rollup/rollup-darwin-arm64": "^4.62.0", - "@rollup/rollup-linux-x64-gnu": "^4.61.1" + "@rollup/rollup-linux-x64-gnu": "^4.62.0" } }, "node_modules/@babel/code-frame": { @@ -4900,9 +4900,9 @@ "peer": true }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "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==", + "version": "4.62.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.0.tgz", + "integrity": "sha512-7SDIalKeIpG0Ifogbbdn58HmSotYMlf23K3dCJEmiVd9Fg36Vmni82iPQec27N3wY4Bvbxftkxz6vSx9OcouTg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 01abf42..c43d70a 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ }, "optionalDependencies": { "@rollup/rollup-darwin-arm64": "^4.62.0", - "@rollup/rollup-linux-x64-gnu": "^4.61.1" + "@rollup/rollup-linux-x64-gnu": "^4.62.0" } }