diff options
author | dependabot[bot] <support@dependabot.com> | 2018-11-05 08:27:57 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-11-05 08:27:57 +0000 |
commit | 47462064cad4b3e09581590a4ab3a3c574d57dc4 (patch) | |
tree | 99d5bcc097500413204fad8703e5dafd7806bf92 /build/package.json | |
parent | d4b6a8739ab71c9674812606a4f383c9976aea70 (diff) | |
download | nextcloud-server-47462064cad4b3e09581590a4ab3a3c574d57dc4.tar.gz nextcloud-server-47462064cad4b3e09581590a4ab3a3c574d57dc4.zip |
Bump node-sass from 4.9.4 to 4.10.0 in /build
Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.4 to 4.10.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/v4.9.4...v4.10.0)
Signed-off-by: dependabot[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 1325406b749..605dcf73321 100644 --- a/build/package.json +++ b/build/package.json @@ -23,7 +23,7 @@ "karma-junit-reporter": "^1.2.0", "karma-phantomjs-launcher": "^1.0.4", "karma-viewport": "^1.0.2", - "node-sass": "~4.9.4", + "node-sass": "~4.10.0", "phantomjs-prebuilt": "*", "sinon": "<= 5.0.7" }, |