diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-04-29 08:27:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 08:27:58 +0000 |
commit | b836bcf0403422d92c768dda489af963faf2569e (patch) | |
tree | f386d963c9ea57c6a67be9d624ee3f63cea7beb2 /build/package.json | |
parent | 2726c6d1865f444ba87142f415035cd60a4adcb3 (diff) | |
download | nextcloud-server-b836bcf0403422d92c768dda489af963faf2569e.tar.gz nextcloud-server-b836bcf0403422d92c768dda489af963faf2569e.zip |
Bump node-sass from 4.13.0 to 4.14.0 in /build
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.14.0.
- [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/compare/v4.13.0...v4.14.0)
Signed-off-by: dependabot-preview[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 5fe6457390d..8b84a5b104c 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.6", - "node-sass": "~4.13.0", + "node-sass": "~4.14.0", "phantomjs-prebuilt": "*", "sinon": "<= 5.0.7" }, |