From a9c3f3b09ac1b1ca3c52dcfb55e61315983736d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:01:56 +0000 Subject: [PATCH] Bump @rollup/rollup-linux-x64-gnu from 4.55.1 to 4.55.2 Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.55.1 to 4.55.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.55.1...v4.55.2) --- updated-dependencies: - dependency-name: "@rollup/rollup-linux-x64-gnu" dependency-version: 4.55.2 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 3dc2340..8c7db89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.5", "@codemirror/lang-python": "^6.2.1", "@fortawesome/fontawesome-free": "^7.1.0", + "@rollup/rollup-linux-x64-gnu": "4.55.2", "@xterm/addon-fit": "^0.11.0", "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^6.0.0", @@ -28,7 +29,7 @@ "vite-plugin-mkcert": "^1.17.9" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.55.1" + "@rollup/rollup-linux-x64-gnu": "^4.55.2" } }, "node_modules/@adafruit/ble-file-transfer-js": { @@ -1157,9 +1158,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.55.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.55.1.tgz", - "integrity": "sha512-a8G4wiQxQG2BAvo+gU6XrReRRqj+pLS2NGXKm8io19goR+K8lw269eTrPkSdDTALwMmJp4th2Uh0D8J9bEV1vg==", + "version": "4.55.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.55.2.tgz", + "integrity": "sha512-1e30XAuaBP1MAizaOBApsgeGZge2/Byd6wV4a8oa6jPdHELbRHBiw7wvo4dp7Ie2PE8TZT4pj9RLGZv9N4qwlw==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 34e1618..1ad8764 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "jszip": "^3.10.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.55.1" + "@rollup/rollup-linux-x64-gnu": "^4.55.2" } }