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:
authorJulius Härtl <jus@bitgrid.net>2018-05-30 12:59:16 +0300
committerGitHub <noreply@github.com>2018-05-30 12:59:16 +0300
commit20b0658ff6f39a3cd415157ddfaaf07e580a4a6a (patch)
tree8f18cb72c0fd92d90d85588c8033e10b62312fe2 /build/package.json
parent69d633c403d11c68a710c712dd4a3f9492aeb153 (diff)
parent04764cf568300e8ff0c11e1cfe73a4f9443b1c45 (diff)
Merge pull request #9685 from nextcloud/dependabot/npm_and_yarn/build/node-sass-approx-4.9.0
Update node-sass requirement to ~4.9.0 in /build
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 779e7e51431..40e399ea546 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"