From f1c5147ac833a733b399d43fe107ad40be42318e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:56:12 +0000 Subject: [PATCH] Chore(deps): Bump @rollup/rollup-darwin-arm64 from 4.62.0 to 4.62.2 Bumps [@rollup/rollup-darwin-arm64](https://github.com/rollup/rollup) from 4.62.0 to 4.62.2. - [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.62.0...v4.62.2) --- updated-dependencies: - dependency-name: "@rollup/rollup-darwin-arm64" dependency-version: 4.62.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b6e2335..cade288 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-linux-x64-gnu": "4.62.2", + "@rollup/rollup-darwin-arm64": "4.62.2", "vue": "^3.5.38" }, "devDependencies": { @@ -35,7 +35,7 @@ "npm": "^11.3.0" }, "optionalDependencies": { - "@rollup/rollup-darwin-arm64": "^4.62.0", + "@rollup/rollup-darwin-arm64": "^4.62.2", "@rollup/rollup-linux-x64-gnu": "^4.62.2" } }, @@ -4707,9 +4707,9 @@ "peer": true }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.62.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.62.0.tgz", - "integrity": "sha512-BqCoMoIbn0keKys+dEAdBa70EtOwV1bEsQCUgU9FdiZmmMge/Zk7LlkYGqbrdHR+Frnt0E1FOanly+rlwvvQzw==", + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.62.2.tgz", + "integrity": "sha512-v39RCCvj4He82I9sFmk+M1VZ0PLM9sfsLVikjfx2hYBNALhrrOR2D3JjQA6AhlaSOgcR+RzrKY7e1+bT6SUO/A==", "cpu": [ "arm64" ], diff --git a/package.json b/package.json index 3794e64..d4bd794 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "vue-tsc": "^3.3.5" }, "optionalDependencies": { - "@rollup/rollup-darwin-arm64": "^4.62.0", + "@rollup/rollup-darwin-arm64": "^4.62.2", "@rollup/rollup-linux-x64-gnu": "^4.62.2" } }