From 047727c87b6b275ee69f0e375f771960efe3443f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 17:48:26 +0000 Subject: [PATCH] build(deps): bump @rollup/rollup-linux-x64-gnu from 4.63.1 to 4.63.2 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.63.1 to 4.63.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.63.1...v4.63.2) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.63.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- packages/architecture/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7e1a84..ccefd00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3965,9 +3965,9 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.63.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.1.tgz", - "integrity": "sha512-gfI5T24WLLuFfSKw7Go/zDXjAAV0fny0swTaDv+WjK7vqcw4cRhFfdsyKL1n+ukI+ooBxn3bVQnyrn06WpI50w==", + "version": "4.63.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.63.2.tgz", + "integrity": "sha512-bcq2h2pkKmH2po4cZV8VWzO4lL40STyu/nLoFpYMQp9C2tCVNTdcVv86MwSsn3D5s1FBe2Ty1atqvVAUTMimNg==", "cpu": [ "x64" ], @@ -14054,11 +14054,14 @@ "packages/architecture": { "name": "@erode-app/architecture", "license": "MIT", + "dependencies": { + "@rollup/rollup-linux-x64-gnu": "4.63.2" + }, "devDependencies": { "likec4": "^1.59.3" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.63.1" + "@rollup/rollup-linux-x64-gnu": "^4.63.2" } }, "packages/cli": { diff --git a/packages/architecture/package.json b/packages/architecture/package.json index 70a5e58..c3a9873 100644 --- a/packages/architecture/package.json +++ b/packages/architecture/package.json @@ -10,7 +10,7 @@ "check:ci": "likec4 validate ." }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.63.1" + "@rollup/rollup-linux-x64-gnu": "^4.63.2" }, "devDependencies": { "likec4": "^1.59.3"