diff options
author | dependabot[bot] <support@dependabot.com> | 2018-12-09 14:08:00 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-12-09 14:08:00 +0000 |
commit | 4124e1fc54c59a07d66a865e41bfae021410ad52 (patch) | |
tree | 82be99da9e7979427b44685971d8463bd38b695c /build/package.json | |
parent | 554e7bdeae3ad1ed2ca5f2d67f78762cc937157f (diff) | |
download | nextcloud-server-4124e1fc54c59a07d66a865e41bfae021410ad52.tar.gz nextcloud-server-4124e1fc54c59a07d66a865e41bfae021410ad52.zip |
Bump node-sass from 4.10.0 to 4.11.0 in /build
Bumps [node-sass](https://github.com/sass/node-sass) from 4.10.0 to 4.11.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.10.0...v4.11.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 4cd8a192cc9..c678c041b61 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.10.0", + "node-sass": "~4.11.0", "phantomjs-prebuilt": "*", "sinon": "<= 5.0.7" }, |