From 2163412f63d76a4e7c54bf8dbb2ad3aa6c3aa63b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:07:13 +0900 Subject: [PATCH] chore(deps-dev): bump sass from 1.77.8 to 1.78.0 (#41) Bumps [sass](https://github.com/sass/dart-sass) from 1.77.8 to 1.78.0. - [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.8...1.78.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66c6530..ae9a1cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "lint-staged": "^15.2.10", "markdownlint-cli": "^0.41.0", "prettier": "^3.3.3", - "sass": "^1.77.8", + "sass": "^1.78.0", "stylelint": "^16.9.0", "stylelint-config-recess-order": "^5.1.0", "stylelint-config-standard-scss": "^13.1.0", @@ -7677,11 +7677,10 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.77.8", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.8.tgz", - "integrity": "sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==", + "version": "1.78.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.78.0.tgz", + "integrity": "sha512-AaIqGSrjo5lA2Yg7RvFZrlXDBCp3nV4XP73GrLGvdRWWwk+8H3l0SDvq/5bA4eF+0RFPLuWUk3E+P1U/YqnpsQ==", "devOptional": true, - "license": "MIT", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/package.json b/package.json index 838f920..9786478 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "lint-staged": "^15.2.10", "markdownlint-cli": "^0.41.0", "prettier": "^3.3.3", - "sass": "^1.77.8", + "sass": "^1.78.0", "stylelint": "^16.9.0", "stylelint-config-recess-order": "^5.1.0", "stylelint-config-standard-scss": "^13.1.0",