diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-27 02:02:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 02:02:35 +0000 |
commit | c597e2181a6efc26e5fc6e7df1703ca800435795 (patch) | |
tree | fc5067b9b4b3af3cd9dc24a473584bcfdd4d0d29 /package-lock.json | |
parent | 7d67de24a5bde4ebe04af361e40da93048ae0c92 (diff) | |
download | nextcloud-server-c597e2181a6efc26e5fc6e7df1703ca800435795.tar.gz nextcloud-server-c597e2181a6efc26e5fc6e7df1703ca800435795.zip |
Bump sass from 1.43.4 to 1.43.5
Bumps [sass](https://github.com/sass/dart-sass) from 1.43.4 to 1.43.5.
- [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.43.4...1.43.5)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 2ed4b5d295b..7b346413f92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,7 +93,7 @@ "handlebars-loader": "^1.7.1", "jest": "^26.6.3", "jsdom": "^18.1.0", - "sass": "^1.43.4", + "sass": "^1.43.5", "sass-loader": "^10.1.1", "style-loader": "^2.0.0", "url-loader": "^4.1.1", @@ -19879,9 +19879,9 @@ } }, "node_modules/sass": { - "version": "1.43.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz", - "integrity": "sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==", + "version": "1.43.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.5.tgz", + "integrity": "sha512-WuNm+eAryMgQluL7Mbq9M4EruyGGMyal7Lu58FfnRMVWxgUzIvI7aSn60iNt3kn5yZBMR7G84fAGDcwqOF5JOg==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0" @@ -38279,9 +38279,9 @@ } }, "sass": { - "version": "1.43.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz", - "integrity": "sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==", + "version": "1.43.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.43.5.tgz", + "integrity": "sha512-WuNm+eAryMgQluL7Mbq9M4EruyGGMyal7Lu58FfnRMVWxgUzIvI7aSn60iNt3kn5yZBMR7G84fAGDcwqOF5JOg==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0" |