diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-05-15 01:14:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 01:14:16 +0000 |
commit | 53e03a8b4f40d7963dd61e428153b70212c83f12 (patch) | |
tree | 68e235b93f9987772a6f0d0f4338c025621e60f7 /build/package.json | |
parent | 3e69ed8849a47170a523956646fc31e7be9c2ba7 (diff) | |
download | nextcloud-server-53e03a8b4f40d7963dd61e428153b70212c83f12.tar.gz nextcloud-server-53e03a8b4f40d7963dd61e428153b70212c83f12.zip |
Bump node-sass from 5.0.0 to 6.0.0 in /build
Bumps [node-sass](https://github.com/sass/node-sass) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v5.0.0...v6.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build/package.json')
-rw-r--r-- | build/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package.json b/build/package.json index 9abd800348e..1b9aacbb7a7 100644 --- a/build/package.json +++ b/build/package.json @@ -21,7 +21,7 @@ "karma-jasmine-sinon": "^1.0.4", "karma-spec-reporter": "^0.0.32", "karma-viewport": "^1.0.8", - "node-sass": "~5.0.0", + "node-sass": "~6.0.0", "puppeteer": "^5.5.0", "sinon": "<= 5.0.7" }, |