diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-05-30 11:59:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 11:59:16 +0200 |
commit | 20b0658ff6f39a3cd415157ddfaaf07e580a4a6a (patch) | |
tree | 8f18cb72c0fd92d90d85588c8033e10b62312fe2 | |
parent | 69d633c403d11c68a710c712dd4a3f9492aeb153 (diff) | |
parent | 04764cf568300e8ff0c11e1cfe73a4f9443b1c45 (diff) | |
download | nextcloud-server-20b0658ff6f39a3cd415157ddfaaf07e580a4a6a.tar.gz nextcloud-server-20b0658ff6f39a3cd415157ddfaaf07e580a4a6a.zip |
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
-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 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" |