diff --git a/package-lock.json b/package-lock.json index 2df60a3..2ea7c33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,6 @@ "@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.1", "@xterm/addon-fit": "^0.11.0", "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^6.0.0", @@ -24,7 +23,7 @@ "jszip": "^3.10.1" }, "devDependencies": { - "sass": "^1.97.1", + "sass": "^1.97.2", "vite": "^7.3.0", "vite-plugin-mkcert": "^1.17.9" }, @@ -2047,12 +2046,11 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.97.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.1.tgz", - "integrity": "sha512-uf6HoO8fy6ClsrShvMgaKUn14f2EHQLQRtpsZZLeU/Mv0Q1K5P0+x2uvH6Cub39TVVbWNSrraUhDAoFph6vh0A==", + "version": "1.97.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.2.tgz", + "integrity": "sha512-y5LWb0IlbO4e97Zr7c3mlpabcbBtS+ieiZ9iwDooShpFKWXf62zz5pEPdwrLYm+Bxn1fnbwFGzHuCLSA9tBmrw==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", @@ -2146,7 +2144,6 @@ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "dev": true, "license": "MIT", - "peer": true, "engines": { "node": ">=12" }, @@ -2291,7 +2288,6 @@ "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "dev": true, "license": "MIT", - "peer": true, "engines": { "node": ">=12" }, diff --git a/package.json b/package.json index 03bb285..6046f2d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "devDependencies": { - "sass": "^1.97.1", + "sass": "^1.97.2", "vite": "^7.3.0", "vite-plugin-mkcert": "^1.17.9" },