diff --git a/package-lock.json b/package-lock.json index 2740697f..535b1b97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "bulma": "^1.0.4", "d3": "^7.9.0", "mathjs": "^15.2.0", - "sass": "^1.101.0" + "sass": "^1.101.7" }, "devDependencies": { "@biomejs/biome": "^2.5.4", @@ -5644,9 +5644,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.101.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.0.tgz", - "integrity": "sha512-OL3GoQyoUdDt843DpVmDO6y2k1sc5IhUDSpu8XucEI+35neq5QivZ1iuegnpraEVTJXlQGK1gl27zKcTLEPbQw==", + "version": "1.101.7", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.7.tgz", + "integrity": "sha512-cDeUYU0dhwKVbpYg/ppsjyuoddxYhWlJOkRoI7+/iZsaSp7iowWDfm+tL2HcUafedWBDvbf/+hx0QRgKG4JSHA==", "license": "MIT", "dependencies": { "chokidar": "^5.0.0", diff --git a/package.json b/package.json index 66d5011e..ce7bf965 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "bulma": "^1.0.4", "d3": "^7.9.0", "mathjs": "^15.2.0", - "sass": "^1.101.0" + "sass": "^1.101.7" } }