diff --git a/package-lock.json b/package-lock.json index 4e99dca012..be0aa5634a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "browser-sync": "3.0.3", "connect": "^3.7.0", "cross-env": "^7.0.3", - "editorconfig-checker": "^5.1.8", + "editorconfig-checker": "^6.0.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-config-standard": "^17.0.0", @@ -6805,16 +6805,16 @@ } }, "node_modules/editorconfig-checker": { - "version": "5.1.8", - "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-5.1.8.tgz", - "integrity": "sha512-GM/qCbXA8GajSqqjXiWZN49i0nizQV5PjkVKIwWB9rtsm/pztjnBC+4dts5wW2KdrP2zyMPEltWHtWQwoCadqg==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-6.0.0.tgz", + "integrity": "sha512-uyTOwLJzR/k7ugiu7ITjCzkLKBhXeirQZ8hGlUkt1u/hq2Qu1E8EslgFZDN+lxZoQc97eiI87sUFgVILK4P+YQ==", "dev": true, "bin": { "ec": "dist/index.js", "editorconfig-checker": "dist/index.js" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.11.0" }, "funding": { "type": "buymeacoffee", diff --git a/package.json b/package.json index 94108672e4..2f9afff568 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "browser-sync": "3.0.3", "connect": "^3.7.0", "cross-env": "^7.0.3", - "editorconfig-checker": "^5.1.8", + "editorconfig-checker": "^6.0.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-config-standard": "^17.0.0",