From cef4f43178c9c80d5c6ad967e0967f9ff592e3f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 09:02:54 +0000 Subject: [PATCH] chore(dev-deps): bump eslint-doc-generator from 1.6.1 to 1.6.2 Bumps [eslint-doc-generator](https://github.com/bmish/eslint-doc-generator) from 1.6.1 to 1.6.2. - [Release notes](https://github.com/bmish/eslint-doc-generator/releases) - [Changelog](https://github.com/bmish/eslint-doc-generator/blob/main/CHANGELOG.md) - [Commits](https://github.com/bmish/eslint-doc-generator/compare/v1.6.1...v1.6.2) --- updated-dependencies: - dependency-name: eslint-doc-generator 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 1b9164e..47f7fdb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-config-salesforce": "^2.0.2", "eslint-config-salesforce-license": "^0.2.0", "eslint-config-salesforce-typescript": "^1.1.3", - "eslint-doc-generator": "^1.6.1", + "eslint-doc-generator": "^1.6.2", "eslint-plugin-eslint-plugin": "^5.2.1", "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.29.1", diff --git a/yarn.lock b/yarn.lock index 08a0968..b99d62f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1978,10 +1978,10 @@ eslint-config-salesforce@^2.0.2: resolved "https://registry.yarnpkg.com/eslint-config-salesforce/-/eslint-config-salesforce-2.0.2.tgz#38eb2d8eb2824c66967ed9b45bc92082eba2f225" integrity sha512-3jbrI+QFu/KaQbPYIBxItB3okqUtA4EBCGiR6s2kcUMIZBLBBGAURW0k62f9WAv1EagR3eUoO0m9ru7LTj2F5Q== -eslint-doc-generator@^1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/eslint-doc-generator/-/eslint-doc-generator-1.6.1.tgz#ed192a35592232a740dff210559fb7bc8a3bc503" - integrity sha512-X9NmwwUBxIUSS5CVXJ/vjz/eRD2H/NMhi4ZrnBRSuiAEQO5tjaQeSuHZ3wrUt8cZj0KaXWw8d7xI38JszGpSUw== +eslint-doc-generator@^1.6.2: + version "1.6.2" + resolved "https://registry.yarnpkg.com/eslint-doc-generator/-/eslint-doc-generator-1.6.2.tgz#830bbb6db2ba9b45abef77df03ce7dee4035e55a" + integrity sha512-wqaRDZgeaQQK/7IypBUgkV/q8BV9KnZed7K1YWG+kKVRQKX4LWgGoWZlBYhyO3Ye1uV8exuWIYIlNfbZVR10fw== dependencies: "@typescript-eslint/utils" "^5.38.1" ajv "^8.11.2"