diff options
author | dependabot[bot] <support@dependabot.com> | 2018-05-30 08:23:35 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-05-30 08:23:35 +0000 |
commit | fd107bc0e598c394050e54f0d43c87271b4d6650 (patch) | |
tree | 049a0840447e04a579929f6e33a13abc7100bfb9 /build | |
parent | e8c680f74a084f4e61ef61661e699c868d1d7fb3 (diff) | |
download | nextcloud-server-fd107bc0e598c394050e54f0d43c87271b4d6650.tar.gz nextcloud-server-fd107bc0e598c394050e54f0d43c87271b4d6650.zip |
Update jsdoc requirement to ~3.5.5 in /build
Updates the requirements on [jsdoc](https://github.com/jsdoc3/jsdoc) to permit the latest version.
- [Release notes](https://github.com/jsdoc3/jsdoc/releases)
- [Changelog](https://github.com/jsdoc3/jsdoc/blob/master/CHANGES.md)
- [Commits](https://github.com/jsdoc3/jsdoc/commits/3.5.5)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to '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 460c0a6ddb8..779e7e51431 100644 --- a/build/package.json +++ b/build/package.json @@ -15,7 +15,7 @@ "handlebars": "^4.0.5", "jasmine-core": "~2.5.2", "jasmine-sinon": "^0.4.0", - "jsdoc": "~3.4.0", + "jsdoc": "~3.5.5", "karma": "^1.5.0", "karma-coverage": "*", "karma-jasmine": "^1.1.0", |