diff --git a/package-lock.json b/package-lock.json index 9434b4fed..6fa7d3130 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5218,14 +5218,14 @@ "dev": true }, "@es-joy/jsdoccomment": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.19.0.tgz", - "integrity": "sha512-lRx/5ChsOwv7gIU05m8Ur1Rxa4/XkE23wTsX8XFBGWRYrCcCrngPf6yGJMG6n9dqnyDehPrBBVeFIm2INEIeQA==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.20.0.tgz", + "integrity": "sha512-uiNBw8wxbmXHxRlQJnzO5336F/CKsHD/Kp+J1ISuLA8LFBTKUjBEcOxZdXQTI+yhen4Lx5Qv9KbN6+FAMtkEVg==", "dev": true, "requires": { "comment-parser": "1.3.0", "esquery": "^1.4.0", - "jsdoc-type-pratt-parser": "~2.2.2" + "jsdoc-type-pratt-parser": "~2.2.3" } }, "@eslint/eslintrc": { @@ -14850,12 +14850,12 @@ } }, "eslint-plugin-jsdoc": { - "version": "37.9.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.1.tgz", - "integrity": "sha512-ynIsYL+rOtIKWOttAYWCgOJawPwYKexcX3cuoYHwifvz4+uY+MZ2un5nMHBULigdSITnQ5/ZSHpO/O1nwv/uJA==", + "version": "37.9.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-37.9.2.tgz", + "integrity": "sha512-2VnY8fzFX2BsP3sHDeF1V6hacEUjt/tpq1JBo4PYeYyIJWTy3KsmCqDgs5Yqrfw0cbtFRyHTHN8ELbH7X4ctmg==", "dev": true, "requires": { - "@es-joy/jsdoccomment": "~0.19.0", + "@es-joy/jsdoccomment": "~0.20.0", "comment-parser": "1.3.0", "debug": "^4.3.3", "escape-string-regexp": "^4.0.0", diff --git a/package.json b/package.json index 322c9ab61..e744f6509 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint": "7.32.0", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.25.4", - "eslint-plugin-jsdoc": "37.9.1", + "eslint-plugin-jsdoc": "37.9.2", "grunt": "1.4.1", "grunt-contrib-clean": "2.0.0", "grunt-contrib-copy": "1.0.0",