From 417e09c161c380c44018ce94a65e8a648bbf3c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:31:33 +0000 Subject: [PATCH] build(deps-dev): bump action-docs from 2.5.0 to 2.5.1 Bumps [action-docs](https://github.com/npalm/action-docs) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/npalm/action-docs/releases) - [Changelog](https://github.com/npalm/action-docs/blob/main/CHANGELOG.md) - [Commits](https://github.com/npalm/action-docs/compare/v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: action-docs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8537525..1562c1d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/js-yaml": "^4.0.5", "@types/node": "^22.8.7", "@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 7e3d74d..7233670 100644 --- a/yarn.lock +++ b/yarn.lock @@ -863,10 +863,10 @@ acorn@^8.2.4: resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a" integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg== -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"