diff --git a/scss-to-css/node.js/package-lock.json b/scss-to-css/node.js/package-lock.json index c7009f5c..e7aadbf1 100644 --- a/scss-to-css/node.js/package-lock.json +++ b/scss-to-css/node.js/package-lock.json @@ -28,7 +28,7 @@ "license": "MIT", "dependencies": { "node-clipboardy": "^1.0.3", - "sass": "^1.95.0" + "sass": "^1.95.1" }, "bin": { "scss-to-css": "dist/cli.min.js", @@ -627,9 +627,9 @@ } }, "node_modules/sass": { - "version": "1.95.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.95.0.tgz", - "integrity": "sha512-9QMjhLq+UkOg/4bb8Lt8A+hJZvY3t+9xeZMKSBtBEgxrXA3ed5Ts4NDreUkYgJP1BTmrscQE/xYhf7iShow6lw==", + "version": "1.95.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.95.1.tgz", + "integrity": "sha512-uPoDh5NIEZV4Dp5GBodkmNY9tSQfXY02pmCcUo+FR1P+x953HGkpw+vV28D4IqYB6f8webZtwoSaZaiPtpTeMg==", "license": "MIT", "dependencies": { "chokidar": "^4.0.0", diff --git a/scss-to-css/node.js/package.json b/scss-to-css/node.js/package.json index 39899328..93f49f29 100644 --- a/scss-to-css/node.js/package.json +++ b/scss-to-css/node.js/package.json @@ -65,7 +65,7 @@ }, "dependencies": { "node-clipboardy": "^1.0.3", - "sass": "^1.95.0" + "sass": "^1.95.1" }, "devDependencies": { "@adamlui/minify.js": "^1.8.6"