diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-01 20:53:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-01 20:53:39 +0100 |
commit | 670dc86026dad7b8739f1daf3ed5f06c92f21182 (patch) | |
tree | f0017cc25424cb176977abcfe7e0ba791945b9f0 | |
parent | 5f6ef05ffc72fe5ce8e8fdd49aca30313e6f36d3 (diff) | |
download | freshrss-670dc86026dad7b8739f1daf3ed5f06c92f21182.tar.gz freshrss-670dc86026dad7b8739f1daf3ed5f06c92f21182.zip |
Bump sass from 1.85.0 to 1.85.1 (#7388)
Bumps [sass](https://github.com/sass/dart-sass) from 1.85.0 to 1.85.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.85.0...1.85.1)
---
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 3001b03a1..f23cecf10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "markdownlint-cli": "^0.44.0", "neostandard": "^0.12.1", "rtlcss": "^4.3.0", - "sass": "^1.85.0", + "sass": "^1.85.1", "stylelint": "^16.14.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-order": "^6.0.4" @@ -5268,10 +5268,11 @@ } }, "node_modules/sass": { - "version": "1.85.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.85.0.tgz", - "integrity": "sha512-3ToiC1xZ1Y8aU7+CkgCI/tqyuPXEmYGJXO7H4uqp0xkLXUqp88rQQ4j1HmP37xSJLbCJPaIiv+cT1y+grssrww==", + "version": "1.85.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.85.1.tgz", + "integrity": "sha512-Uk8WpxM5v+0cMR0XjX9KfRIacmSG86RH4DCCZjLU2rFh5tyutt9siAXJ7G+YfxQ99Q6wrRMbMlVl6KqUms71ag==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", diff --git a/package.json b/package.json index 579319318..18664b8e0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "markdownlint-cli": "^0.44.0", "neostandard": "^0.12.1", "rtlcss": "^4.3.0", - "sass": "^1.85.0", + "sass": "^1.85.1", "stylelint": "^16.14.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-order": "^6.0.4", |