From e8b7c6dd19fdd3352ee3297309c36dd7d11df7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:21:07 +0000 Subject: [PATCH] fix(deps): bump eslint-config-standard-with-typescript Bumps [eslint-config-standard-with-typescript](https://github.com/mightyiam/eslint-config-standard-with-typescript) from 23.0.0 to 43.0.1. - [Release notes](https://github.com/mightyiam/eslint-config-standard-with-typescript/releases) - [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md) - [Commits](https://github.com/mightyiam/eslint-config-standard-with-typescript/compare/v23.0.0...v43.0.1) --- 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 6f5ebb55..90ed747c 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "cypress": "^13.12.0", "eslint": "^8.57.0", "eslint-config-prettier": "8.10.0", - "eslint-config-standard-with-typescript": "^23.0.0", + "eslint-config-standard-with-typescript": "^43.0.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-markdown": "^1.0.2", "eslint-plugin-n": "^15.0.0",