From f473d9cacae7d459347a722b6e65128bc380d43b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:36:08 +0000 Subject: [PATCH] chore(deps): bump @rollup/rollup-linux-x64-gnu from 4.45.1 to 4.52.4 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.45.1 to 4.52.4. - [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.45.1...v4.52.4) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.52.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++-------------- package.json | 2 +- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index a87832571..ecf83b5f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ ], "dependencies": { "@apexdevtools/apex-parser": "4.4.0", + "@rollup/rollup-linux-x64-gnu": "^4.52.4", "antlr4ts": "0.5.0-alpha.4", "data-structure-typed": "^2.0.4", "vscode-languageserver-textdocument": "^1.0.12", @@ -70,7 +71,7 @@ "node": ">=20.0.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.9.0", + "@rollup/rollup-linux-x64-gnu": "^4.52.4", "@rollup/rollup-linux-x64-musl": "^4.9.0" } }, @@ -2417,19 +2418,6 @@ "linux" ] }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.45.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.45.1.tgz", - "integrity": "sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, "node_modules/@rollup/rollup-linux-x64-musl": { "version": "4.45.1", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.45.1.tgz", diff --git a/package.json b/package.json index 9824fe650..ba5a4c20d 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "zod": "^3.22.4" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.9.0", + "@rollup/rollup-linux-x64-gnu": "^4.52.4", "@rollup/rollup-linux-x64-musl": "^4.9.0" }, "dependencies": {