diff --git a/package-lock.json b/package-lock.json index 371bdb9..04f3fa1 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.2.0", + "@rollup/rollup-linux-x64-gnu": "4.62.2", "@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.0" + "@rollup/rollup-linux-x64-gnu": "^4.62.2" } }, "node_modules/@adafruit/ble-file-transfer-js": { @@ -986,12 +987,15 @@ "license": "MIT" }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.62.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.0.tgz", - "integrity": "sha512-7SDIalKeIpG0Ifogbbdn58HmSotYMlf23K3dCJEmiVd9Fg36Vmni82iPQec27N3wY4Bvbxftkxz6vSx9OcouTg==", + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz", + "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==", "cpu": [ "x64" ], + "libc": [ + "glibc" + ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index 8d47714..6d44cef 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "jszip": "^3.10.1" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "^4.62.0" + "@rollup/rollup-linux-x64-gnu": "^4.62.2" } }