From c37673cc5531782cb9b32099cbc7fe67300d62cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:51:51 +0000 Subject: [PATCH] chore(deps): bump @rollup/rollup-darwin-x64 from 4.62.5 to 4.63.1 Bumps [@rollup/rollup-darwin-x64](https://github.com/rollup/rollup) from 4.62.5 to 4.63.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.62.5...v4.63.1) --- updated-dependencies: - dependency-name: "@rollup/rollup-darwin-x64" dependency-version: 4.62.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index decfa4a..eb7be03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,9 @@ "frontend", "backend" ], + "dependencies": { + "@rollup/rollup-darwin-x64": "4.63.1" + }, "devDependencies": { "concurrently": "^10.0.4", "glob": "^13.0.6", @@ -25,7 +28,7 @@ "node": ">=22.22.2 <23" }, "optionalDependencies": { - "@rollup/rollup-darwin-x64": "^4.62.5" + "@rollup/rollup-darwin-x64": "^4.63.1" } }, "backend": { @@ -3720,9 +3723,9 @@ } }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.62.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.62.5.tgz", - "integrity": "sha512-YSwBS86QeHOGlrxJ1PSOIZSkzRL/JmKeunhc+lV6M1a6En8QuVCD/T/qIA0J4Gd2Y86RIOBYrLcOUtqGh9+/1w==", + "version": "4.63.1", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.63.1.tgz", + "integrity": "sha512-pvD16V939D3CloK0+qikpGaxiPrDUXTe7Y5cWOMkMSy7m1cawa8EGy/kXYi/G/cKAC4HDAbSnzCIk1WmsoOKXg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index e73260b..bbc8476 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ ] }, "optionalDependencies": { - "@rollup/rollup-darwin-x64": "^4.62.5" + "@rollup/rollup-darwin-x64": "^4.63.1" }, "overrides": { "fast-uri": "3.1.5",