diff --git a/package-lock.json b/package-lock.json index c983425..5942b84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "fp-ts": "2.16.11", "jest": "30.2.0", "prettier": "3.6.2", - "prettier-plugin-jsdoc": "1.3.3", + "prettier-plugin-jsdoc": "1.5.0", "ts-jest": "29.4.5", "ts-node": "10.9.2", "ts-pattern": "5.9.0", @@ -7578,10 +7578,11 @@ } }, "node_modules/prettier-plugin-jsdoc": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-1.3.3.tgz", - "integrity": "sha512-YIxejcbPYK4N58jHGiXjYvrCzBMyvV2AEMSoF5LvqqeMEI0nsmww57I6NGnpVc0AU9ncFCTEBoYHN/xuBf80YA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-1.5.0.tgz", + "integrity": "sha512-Fehp5qkFQhNFcxUilDPEcqHX8AdP6oGyCRLatqRc0gLXv3qOtndTnnUxfHCYc26I4Lc1A4lVozAtWEE8o7ubUA==", "dev": true, + "license": "MIT", "dependencies": { "binary-searching": "^2.0.5", "comment-parser": "^1.4.0", diff --git a/package.json b/package.json index ed28e07..f2d061c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "fp-ts": "2.16.11", "jest": "30.2.0", "prettier": "3.6.2", - "prettier-plugin-jsdoc": "1.3.3", + "prettier-plugin-jsdoc": "1.5.0", "ts-jest": "29.4.5", "ts-node": "10.9.2", "ts-pattern": "5.9.0", diff --git a/yarn.lock b/yarn.lock index 808c24b..e055234 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4329,10 +4329,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier-plugin-jsdoc@1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-1.3.3.tgz#3765af01f3c99a962213615fd84956280ab7ca73" - integrity sha512-YIxejcbPYK4N58jHGiXjYvrCzBMyvV2AEMSoF5LvqqeMEI0nsmww57I6NGnpVc0AU9ncFCTEBoYHN/xuBf80YA== +prettier-plugin-jsdoc@1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/prettier-plugin-jsdoc/-/prettier-plugin-jsdoc-1.5.0.tgz#8f710e661df070f95f7ffef6bd3e36bf89181169" + integrity sha512-Fehp5qkFQhNFcxUilDPEcqHX8AdP6oGyCRLatqRc0gLXv3qOtndTnnUxfHCYc26I4Lc1A4lVozAtWEE8o7ubUA== dependencies: binary-searching "^2.0.5" comment-parser "^1.4.0"