diff --git a/package-lock.json b/package-lock.json index 9ed510b..2d4a48a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "@adafruit/circuitpython-repl-js": "adafruit/circuitpython-repl-js#3.2.4", "@codemirror/lang-python": "^6.2.1", "@fortawesome/fontawesome-free": "^7.1.0", + "@rollup/rollup-linux-x64-gnu": "^4.53.2", "@xterm/addon-fit": "^0.10.0", "@xterm/addon-web-links": "^0.11.0", "@xterm/xterm": "^5.5.0", @@ -28,7 +29,7 @@ "vite-plugin-mkcert": "^1.17.9" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.52.5" + "@rollup/rollup-linux-x64-gnu": "^4.53.2" } }, "node_modules/@adafruit/ble-file-transfer-js": { @@ -1156,9 +1157,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.52.5", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.52.5.tgz", - "integrity": "sha512-hXGLYpdhiNElzN770+H2nlx+jRog8TyynpTVzdlc6bndktjKWyZyiCsuDAlpd+j+W+WNqfcyAWz9HxxIGfZm1Q==", + "version": "4.53.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.2.tgz", + "integrity": "sha512-yo8d6tdfdeBArzC7T/PnHd7OypfI9cbuZzPnzLJIyKYFhAQ8SvlkKtKBMbXDxe1h03Rcr7u++nFS7tqXz87Gtw==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index cb1b032..87fe2bf 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "jszip": "^3.10.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.52.5" + "@rollup/rollup-linux-x64-gnu": "^4.53.2" } }