From 600bb95e5ed95b3afaad826d43027f86dc525863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:11:31 +0000 Subject: [PATCH] build(npm): bump @cparra/apexdocs from 3.21.4 to 3.21.7 Bumps [@cparra/apexdocs](https://github.com/cesarParra/apexdocs) from 3.21.4 to 3.21.7. - [Release notes](https://github.com/cesarParra/apexdocs/releases) - [Commits](https://github.com/cesarParra/apexdocs/commits) --- updated-dependencies: - dependency-name: "@cparra/apexdocs" dependency-version: 3.21.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2af02d6..31f0627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "apex-kit", "version": "1.0.0", "devDependencies": { - "@cparra/apexdocs": "^3.21.4", + "@cparra/apexdocs": "^3.21.7", "@lwc/eslint-plugin-lwc": "^3.5.0", "@prettier/plugin-xml": "^3.4.2", "@sa11y/jest": "^7.4.0", @@ -991,9 +991,9 @@ "license": "ISC" }, "node_modules/@cparra/apexdocs": { - "version": "3.21.4", - "resolved": "https://registry.npmjs.org/@cparra/apexdocs/-/apexdocs-3.21.4.tgz", - "integrity": "sha512-L89unyyaPCXmAiSHnc3z1INaWCOIV1HrfzYLMt9sL5D7x4Rxey6xZEWbmYvPbGlt4LW3TumgsvwCJHYqHjeqAg==", + "version": "3.21.7", + "resolved": "https://registry.npmjs.org/@cparra/apexdocs/-/apexdocs-3.21.7.tgz", + "integrity": "sha512-JC2tad8nq63p1iP24LkJyrrLzqAgSQKV60hDga2Wl4oiGHHqWRWWw/R/N3GITs2O0zljPx4v7CuAzsJtan4lmw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index adecfa0..41406b2 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "precommit": "npm run apexdocs && git add docs && lint-staged" }, "devDependencies": { - "@cparra/apexdocs": "^3.21.4", + "@cparra/apexdocs": "^3.21.7", "@lwc/eslint-plugin-lwc": "^3.5.0", "@prettier/plugin-xml": "^3.4.2", "@sa11y/jest": "^7.4.0",