diff --git a/package-lock.json b/package-lock.json index 4b083b53..fd236b87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "license": "MIT", "devDependencies": { - "@adamlui/scss-to-css": "^1.10.15", + "@adamlui/scss-to-css": "^1.10.16", "eslint": "^9.13.0", "eslint-plugin-json": "^4.0.1", "husky": "^9.1.6" @@ -25,9 +25,9 @@ } }, "node_modules/@adamlui/scss-to-css": { - "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==", + "version": "1.10.16", + "resolved": "https://registry.npmjs.org/@adamlui/scss-to-css/-/scss-to-css-1.10.16.tgz", + "integrity": "sha512-J0snfWeKnqb3r6rVdCNXS/AVpLl8JzJgl1m/Ow9Wd9fYjFmIEoQqepmryUqUydh7sGpwsxng7Ct6RTgT7DbyfQ==", "dev": true, "funding": [ { @@ -41,7 +41,7 @@ ], "dependencies": { "node-clipboardy": "^1.0.3", - "sass": "^1.80.4" + "sass": "^1.80.5" }, "bin": { "scss-to-css": "dist/cli.min.js", @@ -1494,9 +1494,9 @@ } }, "node_modules/sass": { - "version": "1.80.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.4.tgz", - "integrity": "sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w==", + "version": "1.80.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.5.tgz", + "integrity": "sha512-TQd2aoQl/+zsxRMEDSxVdpPIqeq9UFc6pr7PzkugiTx3VYCFPUaa3P4RrBQsqok4PO200Vkz0vXQBNlg7W907g==", "dev": true, "dependencies": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index 2acf3dd8..0c2e847b 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.15", + "@adamlui/scss-to-css": "^1.10.16", "eslint": "^9.13.0", "eslint-plugin-json": "^4.0.1", "husky": "^9.1.6"