From 8f2ad726735334da4995f7d0b4babb94a92a8ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 12:23:58 +0000 Subject: [PATCH] build(deps): bump @rollup/rollup-linux-x64-gnu from 4.62.3 to 4.62.4 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.62.3 to 4.62.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.62.3...v4.62.4) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.62.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ff8377..d5ef435 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,7 @@ "@codemirror/lang-python": "^6.2.1", "@codemirror/lang-xml": "^6.1.0", "@fortawesome/fontawesome-free": "^7.3.1", + "@rollup/rollup-linux-x64-gnu": "4.62.4", "@xterm/addon-fit": "^0.11.0", "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^6.0.0", @@ -34,7 +35,7 @@ "vite-plugin-mkcert": "^2.1.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.62.3" + "@rollup/rollup-linux-x64-gnu": "^4.62.4" } }, "node_modules/@adafruit/ble-file-transfer-js": { @@ -932,9 +933,9 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.62.3", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.3.tgz", - "integrity": "sha512-V4KtWtQfAFMU7+9/A/VDps/VI8CHd3cYz0L8sgJzz8qK7eY7wI4ruFD82UYIYvW9Z4DtlTfhQcsl4XyPHW5uSg==", + "version": "4.62.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.4.tgz", + "integrity": "sha512-W69hukhZ3KKNRCaMIEzKvcFye42hh0FE1+YoYaf5+Ikacuftoco6yO/xouz0hc5d5W/s3yBro5jRiuEE/Q5vUw==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index c990b82..a8ba607 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "jszip": "^3.10.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.62.3" + "@rollup/rollup-linux-x64-gnu": "^4.62.4" } }