diff options
| author | 2025-02-01 23:05:06 +0100 | |
|---|---|---|
| committer | 2025-02-01 23:05:06 +0100 | |
| commit | 99d5c4852367eddca134f3aaf2370ce879dc6481 (patch) | |
| tree | 28dac052d21d9ffe32bef6732650cbac827b70d5 | |
| parent | 4ab47defd55676d294046ad140d962d115dee0f7 (diff) | |
Bump sass from 1.83.0 to 1.83.4 (#7285)
Bumps [sass](https://github.com/sass/dart-sass) from 1.83.0 to 1.83.4.
- [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.83.0...1.83.4)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 9 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index fe06bd2b9..20d6374ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "markdownlint-cli": "^0.44.0", "neostandard": "^0.12.0", "rtlcss": "^4.3.0", - "sass": "^1.83.0", + "sass": "^1.83.4", "stylelint": "^16.14.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-order": "^6.0.4" @@ -5174,10 +5174,11 @@ } }, "node_modules/sass": { - "version": "1.83.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz", - "integrity": "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==", + "version": "1.83.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.4.tgz", + "integrity": "sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", diff --git a/package.json b/package.json index e811046f7..03d8f1dd0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "markdownlint-cli": "^0.44.0", "neostandard": "^0.12.0", "rtlcss": "^4.3.0", - "sass": "^1.83.0", + "sass": "^1.83.4", "stylelint": "^16.14.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-order": "^6.0.4", |
