From 058b6a75f10d5de0cb622014ea7a30fbc69095fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 00:20:13 +0000 Subject: [PATCH] Bump @adamlui/scss-to-css from 1.10.2 to 1.10.3 Bumps [@adamlui/scss-to-css](https://github.com/adamlui/scss-to-css) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/adamlui/scss-to-css/releases) - [Commits](https://github.com/adamlui/scss-to-css/compare/node-v1.10.2...node-v1.10.3) --- 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 3cbd7e8f15..cf5f64907b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "@adamlui/scss-to-css": "^1.10.2", + "@adamlui/scss-to-css": "^1.10.3", "eslint": "^9.6.0", "eslint-plugin-json": "^4.0.0", "husky": "^9.0.11" @@ -21,13 +21,13 @@ } }, "node_modules/@adamlui/scss-to-css": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@adamlui/scss-to-css/-/scss-to-css-1.10.2.tgz", - "integrity": "sha512-QFElL33ljG4qYCmnH5tSkhX2Q39lXrajJOEh7vpbpWJykDVIixDD+OXncalCCebGoGphnp2WIKxbHu9gAlTU/w==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@adamlui/scss-to-css/-/scss-to-css-1.10.3.tgz", + "integrity": "sha512-B07yX0wPo+2yVDbBRaG2TXYWtwNyWKcEAvMyYrz8BIer8vhZq0WEq4mBhenWB92RtIUTjSzNHK+EODUQX868EQ==", "dev": true, "dependencies": { "node-clipboardy": "^1.0.3", - "sass": "^1.77.4" + "sass": "^1.77.7" }, "bin": { "scss-to-css": "dist/cli.min.js", @@ -1311,9 +1311,9 @@ } }, "node_modules/sass": { - "version": "1.77.6", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.6.tgz", - "integrity": "sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==", + "version": "1.77.7", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.7.tgz", + "integrity": "sha512-9ywH75cO+rLjbrZ6en3Gp8qAMwPGBapFtlsMJoDTkcMU/bSe5a6cjKVUn5Jr4Gzg5GbP3HE8cm+02pLCgcoMow==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 9e9a5f43fd..2fcd942126 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@adamlui/scss-to-css": "^1.10.2", + "@adamlui/scss-to-css": "^1.10.3", "eslint": "^9.6.0", "eslint-plugin-json": "^4.0.0", "husky": "^9.0.11"