diff options
author | dependabot[bot] <support@dependabot.com> | 2018-05-30 08:23:54 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-05-30 08:23:54 +0000 |
commit | 04764cf568300e8ff0c11e1cfe73a4f9443b1c45 (patch) | |
tree | 88d57f0cd0c4c2dd59dd585f13131d5b581fab27 /build/package.json | |
parent | e8c680f74a084f4e61ef61661e699c868d1d7fb3 (diff) | |
download | nextcloud-server-04764cf568300e8ff0c11e1cfe73a4f9443b1c45.tar.gz nextcloud-server-04764cf568300e8ff0c11e1cfe73a4f9443b1c45.zip |
Update node-sass requirement to ~4.9.0 in /build
Updates the requirements on [node-sass](https://github.com/sass/node-sass) to permit the latest version.
- [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/commits/v4.9.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 460c0a6ddb8..8e17b7fe36e 100644 --- a/build/package.json +++ b/build/package.json @@ -24,7 +24,7 @@ "karma-phantomjs-launcher": "*", "karma-viewport": "^0.4.2", "phantomjs-prebuilt": "*", - "node-sass": "~4.1.1", + "node-sass": "~4.9.0", "sinon": "<= 5.0.7" }, "engine": "node >= 6.9" |