diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-10-27 22:34:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-27 22:34:49 +0100 |
commit | 11faf739c2c953d85b3a37ee404fde5b7454fd44 (patch) | |
tree | 511722ae0354f052bcab46d46f6f185f719cdf18 /build/package.json | |
parent | 3b58afa26b31ae527d3ee7f5a59342c15d75b82b (diff) | |
parent | baeb369a67896b5804e755d3414766c79c192c9a (diff) | |
download | nextcloud-server-11faf739c2c953d85b3a37ee404fde5b7454fd44.tar.gz nextcloud-server-11faf739c2c953d85b3a37ee404fde5b7454fd44.zip |
Merge pull request #17698 from nextcloud/dependabot/npm_and_yarn/build/node-sass-4.13.0
Bump node-sass from 4.12.0 to 4.13.0 in /build
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 56f3e14a230..040103be9df 100644 --- a/build/package.json +++ b/build/package.json @@ -22,7 +22,7 @@ "karma-junit-reporter": "^1.2.0", "karma-phantomjs-launcher": "^1.0.4", "karma-viewport": "^1.0.4", - "node-sass": "~4.12.0", + "node-sass": "~4.13.0", "phantomjs-prebuilt": "*", "sinon": "<= 5.0.7" }, |