From fd107bc0e598c394050e54f0d43c87271b4d6650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <support@dependabot.com> Date: Wed, 30 May 2018 08:23:35 +0000 Subject: [PATCH] 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> --- build/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- GitLab