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:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-10 04:16:27 +0300
committerGitHub <noreply@github.com>2020-05-10 04:16:27 +0300
commitc84a82bc0c732e2e7f403faab449c7ca071aeaf6 (patch)
tree5543553e1f10a5cb80aee4ad7ec95c70fc162f16 /build/package.json
parent0659656c722268f624fdbfd495825b4fb4b15574 (diff)
Bump node-sass from 4.14.0 to 4.14.1 in /build
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.0 to 4.14.1. - [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.14.0...v4.14.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 8b84a5b104c..d303b2c1300 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.14.0",
+ "node-sass": "~4.14.1",
"phantomjs-prebuilt": "*",
"sinon": "<= 5.0.7"
},