diff --git a/package.json b/package.json index a5ad658..16a3794 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/node": "^22.9.0", "@types/uuid": "^10.0.0", "@vercel/ncc": "^0.38.2", - "action-docs": "^2.5.0", + "action-docs": "^2.5.1", "jest": "^27.4.7", "prettier": "^3.3.3", "ts-jest": "^27.1.3", diff --git a/yarn.lock b/yarn.lock index da21edb..044496f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2010,10 +2010,10 @@ acorn@^8.2.4: resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf" integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ== -action-docs@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/action-docs/-/action-docs-2.5.0.tgz#c236de7b515ed46014c61ad3ddcd5898af38c0b5" - integrity sha512-DByAgBW3sEooXA/S8aiYju9t2viay+QUrtVsSKP89l96yfDLE1c+Gz5s4W8Ac+DutqCTrlOiEAqy7x9YyfMfAw== +action-docs@^2.5.1: + version "2.5.1" + resolved "https://registry.yarnpkg.com/action-docs/-/action-docs-2.5.1.tgz#6ec3ab8bb5e8f33ccbc34a3d879a797c0d814baf" + integrity sha512-kACC20UOsuVifAEYZAAMsm+Lpq14nWXM3FDbIUqUiu7s3KtlGSfRG5btboYIGNomZQ5coTc/UR1F5H9yRqTAEw== dependencies: chalk "^5.3.0" figlet "^1.7.0"