Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-05-30 11:23:54 +0300
committerdependabot[bot] <support@dependabot.com>2018-05-30 11:23:54 +0300
commit04764cf568300e8ff0c11e1cfe73a4f9443b1c45 (patch)
tree88d57f0cd0c4c2dd59dd585f13131d5b581fab27 /build/package.json
parente8c680f74a084f4e61ef61661e699c868d1d7fb3 (diff)
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.json2
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"