diff --git a/package-lock.json b/package-lock.json index ad35f37c7..677288a20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,7 +93,7 @@ "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-jsdoc": "^50.3.2", + "eslint-plugin-jsdoc": "^50.4.0", "eslint-plugin-json": "^4.0.1", "eslint-plugin-prettier": "^5.2.1", "express": "^5.0.1", @@ -1043,9 +1043,9 @@ "peer": true }, "node_modules/@es-joy/jsdoccomment": { - "version": "0.48.0", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.48.0.tgz", - "integrity": "sha512-G6QUWIcC+KvSwXNsJyDTHvqUdNoAVJPPgkc3+Uk4WBKqZvoXhlvazOgm9aL0HwihJLQf0l+tOE2UFzXBqCqgDw==", + "version": "0.49.0", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.49.0.tgz", + "integrity": "sha512-xjZTSFgECpb9Ohuk5yMX5RhUEbfeQcuOp8IF60e+wyzWEF0M5xeSgqsfLtvPEX8BIyOX9saZqzuGPmZ8oWc+5Q==", "dev": true, "dependencies": { "comment-parser": "1.4.1", @@ -7927,12 +7927,12 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "50.3.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.3.2.tgz", - "integrity": "sha512-TjgZocG53N3a84PdCFGqVMWLWwDitOUuKjlJftwTu/iTiD7N/Q2Q3eEy/Q4GfJqpM4rTJCkzUYWQfol6RZNDcA==", + "version": "50.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.4.0.tgz", + "integrity": "sha512-UT7mfB4x9XgBTCrg8VxsOnZ+uglKG09RkAVfaIRHSF/YdiXx32ix9B0IZ8aiGAvloGNkBMSi19mTQUk3aEAMQA==", "dev": true, "dependencies": { - "@es-joy/jsdoccomment": "~0.48.0", + "@es-joy/jsdoccomment": "~0.49.0", "are-docs-informative": "^0.0.2", "comment-parser": "1.4.1", "debug": "^4.3.6", diff --git a/package.json b/package.json index 2e7f50d21..8dcebf88b 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-jsdoc": "^50.3.2", + "eslint-plugin-jsdoc": "^50.4.0", "eslint-plugin-json": "^4.0.1", "eslint-plugin-prettier": "^5.2.1", "express": "^5.0.1",