diff --git a/package-lock.json b/package-lock.json index 96bafd3..a32a8e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "dictionary-en": "^4.0.0", "dugite": "^2.7.1", "editorconfig": "^3.0.1", - "editorconfig-checker": "^6.1.0", + "editorconfig-checker": "^6.1.1", "eslint": "^9.35.0", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.4", @@ -10869,11 +10869,10 @@ } }, "node_modules/editorconfig-checker": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-6.1.0.tgz", - "integrity": "sha512-i25NwXlcWhadiO62AFUauucFPi9LwasoMRqoM8KkG3rJp6bx09mL/fDQpNMz2f6Nx/7EPVIZHK5/tIdztWzflA==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-6.1.1.tgz", + "integrity": "sha512-kiOb6qaWpMNt7Z/43ba0Pa1Inhr2/t9nKbvEKtCeXJ5AesztoM9AgLOOQVB4QUv/nGjgz3xkbx4pcogVRD2NWw==", "dev": true, - "license": "MIT", "bin": { "ec": "dist/index.js", "editorconfig-checker": "dist/index.js" diff --git a/package.json b/package.json index 05012f3..b2cd1a7 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "dictionary-en": "^4.0.0", "dugite": "^2.7.1", "editorconfig": "^3.0.1", - "editorconfig-checker": "^6.1.0", + "editorconfig-checker": "^6.1.1", "eslint": "^9.35.0", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^4.4.4",