From fb4e2c330436a62706664b84c032a8c2bfda21f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:14:26 +0000 Subject: [PATCH] Bump @adamlui/scss-to-css from 1.10.15 to 1.10.16 Bumps [@adamlui/scss-to-css](https://github.com/adamlui/scss-to-css) from 1.10.15 to 1.10.16. - [Release notes](https://github.com/adamlui/scss-to-css/releases) - [Commits](https://github.com/adamlui/scss-to-css/compare/node-v1.10.15...node-v1.10.16) --- updated-dependencies: - dependency-name: "@adamlui/scss-to-css" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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"