diff options
author | dependabot[bot] <support@dependabot.com> | 2018-10-22 18:25:52 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-10-22 18:25:52 +0000 |
commit | 4367df4e5679a26e502da275215dc6908d4a9de9 (patch) | |
tree | 8b985ce8d323d00cbe984121f2513f82947c76d5 /build/package.json | |
parent | f737ae719de2e2af534bce03a8920bbb96aa8700 (diff) | |
download | nextcloud-server-4367df4e5679a26e502da275215dc6908d4a9de9.tar.gz nextcloud-server-4367df4e5679a26e502da275215dc6908d4a9de9.zip |
Bump node-sass from 4.9.3 to 4.9.4 in /build
Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.3 to 4.9.4.
- [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.9.3...v4.9.4)
Signed-off-by: dependabot[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 650c75e113b..3e20b60df74 100644 --- a/build/package.json +++ b/build/package.json @@ -23,7 +23,7 @@ "karma-junit-reporter": "^1.2.0", "karma-phantomjs-launcher": "^1.0.4", "karma-viewport": "^1.0.2", - "node-sass": "~4.9.3", + "node-sass": "~4.9.4", "phantomjs-prebuilt": "*", "sinon": "<= 5.0.7" }, |