From ee9bfaf0dcd5999c74ca27d1859cb4499d97bb31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 14:24:23 +0000 Subject: [PATCH] chore(deps): bump editorconfig from 1.0.4 to 2.0.0 Bumps [editorconfig](https://github.com/editorconfig/editorconfig-core-js) from 1.0.4 to 2.0.0. - [Release notes](https://github.com/editorconfig/editorconfig-core-js/releases) - [Changelog](https://github.com/editorconfig/editorconfig-core-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/editorconfig/editorconfig-core-js/compare/v1.0.4...v2.0.0) --- updated-dependencies: - dependency-name: editorconfig dependency-type: direct:production 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 4c2d052f..18410e52 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/phanect/eslint-plugin-editorconfig", "dependencies": { - "editorconfig": "^1.0.2", + "editorconfig": "^2.0.0", "eslint": "^8.40.0", "klona": "^2.0.4" },