From 44626923f5d25235d91732f4535c662b33400b77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:30:16 +0000 Subject: [PATCH] chore(deps): update dependency editorconfig-checker to v5.1.6 --- 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..4def74a0 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.6", "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.6", + "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-5.1.6.tgz", + "integrity": "sha512-WSbeaahLSqV2hAXxovEfp0wWZhI0s/n99B67N+iSmU4ITmoKwZz8KNeCr/BYL8C7tFleZxk1tmsGK9zN4DG/ug==", "dev": true, + "license": "MIT", "bin": { "ec": "dist/index.js", "editorconfig-checker": "dist/index.js" diff --git a/package.json b/package.json index 1118a302..12d61a97 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.6", "eslint": "8.55.0", "eslint-config-standard-with-typescript": "42.0.0", "eslint-plugin-import": "2.29.1",