From c1f898675ec18118744ef800f7ca3a2b03e32168 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:34:10 +0000 Subject: [PATCH] chore(deps): update dependency editorconfig-checker to v5.1.8 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 20180db4..1682534e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@types/eslint": "8.44.8", "ava": "6.1.3", "commitlint-config-standard": "github:standard/commitlint-config-standard", - "editorconfig-checker": "5.1.5", + "editorconfig-checker": "5.1.8", "eslint": "8.55.0", "eslint-config-standard-with-typescript": "42.0.0", "eslint-plugin-import": "2.29.1", @@ -3601,10 +3601,11 @@ } }, "node_modules/editorconfig-checker": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-5.1.5.tgz", - "integrity": "sha512-l2QifQhu33enwAauVdwT0oBPz8xdCHOZ7jImuUNV/3AR3Dg26jPAVPdHeKzuf1qpMZTfnuOONqLlpSIEFP33Ig==", + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-5.1.8.tgz", + "integrity": "sha512-GM/qCbXA8GajSqqjXiWZN49i0nizQV5PjkVKIwWB9rtsm/pztjnBC+4dts5wW2KdrP2zyMPEltWHtWQwoCadqg==", "dev": true, + "license": "MIT", "bin": { "ec": "dist/index.js", "editorconfig-checker": "dist/index.js" diff --git a/package.json b/package.json index 1118a302..6dbd7617 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/eslint": "8.44.8", "ava": "6.1.3", "commitlint-config-standard": "github:standard/commitlint-config-standard", - "editorconfig-checker": "5.1.5", + "editorconfig-checker": "5.1.8", "eslint": "8.55.0", "eslint-config-standard-with-typescript": "42.0.0", "eslint-plugin-import": "2.29.1",