From a6d30971fb8760ba37e8ee0ee49953e8f48b5146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 12:29:17 +0100 Subject: [PATCH] chore(deps-dev): bump the eslint group with 3 updates (#1002) Bumps the eslint group with 3 updates: [eslint](https://github.com/eslint/eslint), [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). Updates `eslint` from 8.55.0 to 8.56.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.55.0...v8.56.0) Updates `eslint-config-standard-with-typescript` from 42.0.0 to 43.0.0 - [Release notes](https://github.com/standard/eslint-config-standard-with-typescript/releases) - [Changelog](https://github.com/standard/eslint-config-standard-with-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/eslint-config-standard-with-typescript/compare/v42.0.0...v43.0.0) Updates `eslint-plugin-jsdoc` from 46.9.0 to 46.9.1 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v46.9.0...v46.9.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-config-standard-with-typescript dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0082c7d64..5ac38cfc6 100644 --- a/package.json +++ b/package.json @@ -78,11 +78,11 @@ "@types/spdx-expression-parse": "^3", "c8": "8.0.1", "deepmerge": "^4.2.2", - "eslint": "8.55.0", + "eslint": "8.56.0", "eslint-config-standard": "17.1.0", - "eslint-config-standard-with-typescript": "42.0.0", + "eslint-config-standard-with-typescript": "43.0.0", "eslint-plugin-header": "3.1.1", - "eslint-plugin-jsdoc": "46.9.0", + "eslint-plugin-jsdoc": "46.9.1", "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-tsdoc": "0.2.17", "fast-glob": "^3.3.1",