From 17d36af230dbee56423ded8cefab73167bb4aa52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:17:34 +0000 Subject: [PATCH] Update dependency eslint-plugin-jsdoc to v50 --- flink-runtime-web/web-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-runtime-web/web-dashboard/package.json b/flink-runtime-web/web-dashboard/package.json index 6379d525656864..ce2aecfa654d87 100644 --- a/flink-runtime-web/web-dashboard/package.json +++ b/flink-runtime-web/web-dashboard/package.json @@ -56,7 +56,7 @@ "eslint": "9.2.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.25.4", - "eslint-plugin-jsdoc": "50.0.1", + "eslint-plugin-jsdoc": "50.2.2", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-unused-imports": "^4.0.0",