diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-05-30 11:35:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 11:35:28 +0200 |
commit | 69d633c403d11c68a710c712dd4a3f9492aeb153 (patch) | |
tree | ac8026ba93c29083bd8bc3bc2588043a9d07987c /build/package.json | |
parent | 182910b13680fe35e3572ac9490a29cfbaf5fb34 (diff) | |
parent | fd107bc0e598c394050e54f0d43c87271b4d6650 (diff) | |
download | nextcloud-server-69d633c403d11c68a710c712dd4a3f9492aeb153.tar.gz nextcloud-server-69d633c403d11c68a710c712dd4a3f9492aeb153.zip |
Merge pull request #9679 from nextcloud/dependabot/npm_and_yarn/build/jsdoc-approx-3.5.5
Update jsdoc requirement to ~3.5.5 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 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", |