diff --git a/package-lock.json b/package-lock.json index a3dd718..fe40c12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "license": "MIT", "devDependencies": { - "@adamlui/scss-to-css": "^1.10.14", + "@adamlui/scss-to-css": "^1.10.15", "eslint": "^9.13.0", "eslint-plugin-json": "^4.0.1", "husky": "^9.1.6" @@ -16,9 +16,9 @@ } }, "node_modules/@adamlui/scss-to-css": { - "version": "1.10.14", - "resolved": "https://registry.npmjs.org/@adamlui/scss-to-css/-/scss-to-css-1.10.14.tgz", - "integrity": "sha512-cJNWjYrAukX5tNubCOlndhNQddvuQYTiAt2R+TwZb4GF7es8c3zGRZgmmxABdlE2LwmxN+d+A2UPKssCCSaTFw==", + "version": "1.10.15", + "resolved": "https://registry.npmjs.org/@adamlui/scss-to-css/-/scss-to-css-1.10.15.tgz", + "integrity": "sha512-vGNoJJwRfhZRt2ZR7mW/sHdvFNV0lKi2sV+1kIvXrcQkxy4s4c3ivhkOWe+gMfpK0VNSLWG8QcmupB+9mjMgcQ==", "dev": true, "funding": [ { @@ -32,7 +32,7 @@ ], "dependencies": { "node-clipboardy": "^1.0.3", - "sass": "^1.80.3" + "sass": "^1.80.4" }, "bin": { "scss-to-css": "dist/cli.min.js", @@ -1473,9 +1473,9 @@ } }, "node_modules/sass": { - "version": "1.80.3", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.3.tgz", - "integrity": "sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA==", + "version": "1.80.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.4.tgz", + "integrity": "sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w==", "dev": true, "dependencies": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index fdf25e8..32917c8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "MIT", "funding": "http://github.com/sponsors/KudoAI", "devDependencies": { - "@adamlui/scss-to-css": "^1.10.14", + "@adamlui/scss-to-css": "^1.10.15", "eslint": "^9.13.0", "eslint-plugin-json": "^4.0.1", "husky": "^9.1.6"