From a662780934d442af62ff5bdbae2b3c81c2f8630b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 02:25:03 +0000 Subject: [PATCH] chore(deps-dev): bump sass from 1.77.0 to 1.77.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.77.0 to 1.77.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.77.0...1.77.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- output/react/package.json | 2 +- output/vue/package.json | 2 +- package-lock.json | 16 ++++++++-------- packages/components/package.json | 2 +- packages/foundations/package.json | 2 +- showcases/patternhub/package.json | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/output/react/package.json b/output/react/package.json index bef4bbf0c52..445d04a2970 100644 --- a/output/react/package.json +++ b/output/react/package.json @@ -30,7 +30,7 @@ "@types/react": "^18.3.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "sass": "^1.77.0" + "sass": "^1.77.1" }, "publishConfig": { "registry": "https://registry.npmjs.org/", diff --git a/output/vue/package.json b/output/vue/package.json index 998835a31a7..93e564a0604 100644 --- a/output/vue/package.json +++ b/output/vue/package.json @@ -44,7 +44,7 @@ "@axe-core/playwright": "^4.8.5", "@playwright/experimental-ct-vue": "1.44.0", "@vitejs/plugin-vue": "^5.0.4", - "sass": "^1.77.0", + "sass": "^1.77.1", "typescript": "^5.4.5", "vite": "^5.2.11", "vue-tsc": "^2.0.16" diff --git a/package-lock.json b/package-lock.json index 1706f86eabf..a6816123cf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26786,9 +26786,9 @@ } }, "node_modules/sass": { - "version": "1.77.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.0.tgz", - "integrity": "sha512-eGj4HNfXqBWtSnvItNkn7B6icqH14i3CiCGbzMKs3BAPTq62pp9NBYsBgyN4cA+qssqo9r26lW4JSvlaUUWbgw==", + "version": "1.77.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.1.tgz", + "integrity": "sha512-OMEyfirt9XEfyvocduUIOlUSkWOXS/LAt6oblR/ISXCTukyavjex+zQNm51pPCOiFKY1QpWvEH1EeCkgyV3I6w==", "devOptional": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -32060,7 +32060,7 @@ "@types/react": "^18.3.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "sass": "^1.77.0" + "sass": "^1.77.1" } }, "output/vue": { @@ -32074,7 +32074,7 @@ "@axe-core/playwright": "^4.8.5", "@playwright/experimental-ct-vue": "1.44.0", "@vitejs/plugin-vue": "^5.0.4", - "sass": "^1.77.0", + "sass": "^1.77.1", "typescript": "^5.4.5", "vite": "^5.2.11", "vue-tsc": "^2.0.16" @@ -32106,7 +32106,7 @@ "hygen": "^6.2.11", "lit": "^3.1.3", "nodemon": "3.1.0", - "sass": "^1.77.0" + "sass": "^1.77.1" } }, "packages/foundations": { @@ -32122,7 +32122,7 @@ "cssnano": "^7.0.1", "dotenv": "^16.4.5", "nodemon": "3.1.0", - "sass": "^1.77.0" + "sass": "^1.77.1" } }, "scripts": { @@ -32175,7 +32175,7 @@ "eslint-config-next": "14.2.3", "iframe-resizer": "^4.3.11", "open-cli": "^8.0.0", - "sass": "^1.77.0", + "sass": "^1.77.1", "typescript": "5.4.5" } }, diff --git a/packages/components/package.json b/packages/components/package.json index 41ff75c9453..d96a57ec2df 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -56,7 +56,7 @@ "hygen": "^6.2.11", "lit": "^3.1.3", "nodemon": "3.1.0", - "sass": "^1.77.0" + "sass": "^1.77.1" }, "publishConfig": { "registry": "https://registry.npmjs.org/", diff --git a/packages/foundations/package.json b/packages/foundations/package.json index 40f3878f95d..8f2241bf289 100644 --- a/packages/foundations/package.json +++ b/packages/foundations/package.json @@ -43,7 +43,7 @@ "cssnano": "^7.0.1", "dotenv": "^16.4.5", "nodemon": "3.1.0", - "sass": "^1.77.0" + "sass": "^1.77.1" }, "publishConfig": { "registry": "https://registry.npmjs.org/", diff --git a/showcases/patternhub/package.json b/showcases/patternhub/package.json index fbafe741401..3cbd74e4d38 100644 --- a/showcases/patternhub/package.json +++ b/showcases/patternhub/package.json @@ -43,7 +43,7 @@ "eslint-config-next": "14.2.3", "iframe-resizer": "^4.3.11", "open-cli": "^8.0.0", - "sass": "^1.77.0", + "sass": "^1.77.1", "typescript": "5.4.5" } }