diff --git a/package-lock.json b/package-lock.json index 30cdde0..1b87f78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "markdown-it-anchor": "^9.2.0", "markdown-it-attrs": "^4.3.1", "markdown-it-github-alerts": "~0.3.2", - "sass": "^1.94.0", + "sass": "^1.94.2", "string-strip-html": "~8.5.0" } }, @@ -1943,9 +1943,9 @@ } }, "node_modules/sass": { - "version": "1.94.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.0.tgz", - "integrity": "sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==", + "version": "1.94.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.2.tgz", + "integrity": "sha512-N+7WK20/wOr7CzA2snJcUSSNTCzeCGUTFY3OgeQP3mZ1aj9NMQ0mSTXwlrnd89j33zzQJGqIN52GIOmYrfq46A==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index 78bd54f..9743f94 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "markdown-it-anchor": "^9.2.0", "markdown-it-attrs": "^4.3.1", "markdown-it-github-alerts": "~0.3.2", - "sass": "^1.94.0", + "sass": "^1.94.2", "string-strip-html": "~8.5.0" } }