From f229a52cccee0d4a477ced4a60648232791bb359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 07:28:20 +0000 Subject: [PATCH] chore(deps-dev): update jsdoc requirement from ^4.0.2 to ^4.0.3 Updates the requirements on [jsdoc](https://github.com/jsdoc/jsdoc) to permit the latest version. - [Release notes](https://github.com/jsdoc/jsdoc/releases) - [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.3/CHANGES.md) - [Commits](https://github.com/jsdoc/jsdoc/compare/4.0.2...4.0.3) --- updated-dependencies: - dependency-name: jsdoc dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 455223b8..dbf5ac8e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint": "^8.57.0", "eslint-watch": "^8.0.0", "js-beautify": "^1.15.1", - "jsdoc": "^4.0.2", + "jsdoc": "^4.0.3", "@jsdoc/salty": "^0.2.8", "karma": "^6.4.3", "karma-chrome-launcher": "^3.2.0",