From cd4110504aa3e0b4ea776e2c7c2bfd4630296fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 00:41:13 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-standard-with-typescript Bumps [eslint-config-standard-with-typescript](https://github.com/standard/eslint-config-standard-with-typescript) from 24.0.0 to 26.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/v24.0.0...v26.0.0) --- updated-dependencies: - dependency-name: eslint-config-standard-with-typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37807255..01bd5ed2 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "better-docs": "^2.7.2", "eslint": "^8.0.1", "eslint-config-prettier": "^8.5.0", - "eslint-config-standard-with-typescript": "^24.0.0", + "eslint-config-standard-with-typescript": "^26.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0", "eslint-plugin-promise": "^6.0.0",