From 9f50735d8efa7173fb001dca28393b87bc38f578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:31:23 +0000 Subject: [PATCH] Update @rollup/rollup-linux-x64-gnu requirement in /src-admin Updates the requirements on [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) to permit the latest version. - [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.52.4...v4.53.3) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.53.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src-admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-admin/package.json b/src-admin/package.json index 42cd9f8..36320cc 100644 --- a/src-admin/package.json +++ b/src-admin/package.json @@ -3,7 +3,7 @@ "version": "0.1.3", "private": true, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.52.4" + "@rollup/rollup-linux-x64-gnu": "^4.53.3" }, "dependencies": { "@foxriver76/iob-component-lib": "^0.2.0",