diff --git a/package-lock.json b/package-lock.json index 831df7d..7df0bfd 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.97.2", + "sass": "^1.97.3", "string-strip-html": "~8.5.0" } }, @@ -1943,9 +1943,9 @@ } }, "node_modules/sass": { - "version": "1.97.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.2.tgz", - "integrity": "sha512-y5LWb0IlbO4e97Zr7c3mlpabcbBtS+ieiZ9iwDooShpFKWXf62zz5pEPdwrLYm+Bxn1fnbwFGzHuCLSA9tBmrw==", + "version": "1.97.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.97.3.tgz", + "integrity": "sha512-fDz1zJpd5GycprAbu4Q2PV/RprsRtKC/0z82z0JLgdytmcq0+ujJbJ/09bPGDxCLkKY3Np5cRAOcWiVkLXJURg==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index 44ed0db..5effb5a 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.97.2", + "sass": "^1.97.3", "string-strip-html": "~8.5.0" } }