From f268fc4a5e6239da137f6e3cd960eee838eb3738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:53:07 +0000 Subject: [PATCH] chore(deps-dev): bump the eslint group with 1 update Bumps the eslint group with 1 update: [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript). - [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/v40.0.0...v42.0.0) --- updated-dependencies: - dependency-name: eslint-config-standard-with-typescript dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa776ffc9..37d1b76df 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/normalize-package-data": "^2.4.1", "eslint": "8.55.0", "eslint-config-standard": "17.1.0", - "eslint-config-standard-with-typescript": "40.0.0", + "eslint-config-standard-with-typescript": "42.0.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-simple-import-sort": "10.0.0", "fast-glob": "^3.2.11",