diff --git a/package-lock.json b/package-lock.json index 437062d..3b8db9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10210,15 +10210,10 @@ "dev": true }, "editorconfig-checker": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-4.0.2.tgz", - "integrity": "sha512-tUI7ABIzMB1kfwTUQmX+gaZGCMNuUgGuRHJ+Xu4Tk9T8lV8Vy5w/EaQsSZ7NKrOgLxbekptw6MUgrzHTvhceLw==", - "dev": true, - "requires": { - "https-proxy-agent": "^5.0.0", - "node-fetch": "^2.6.0", - "tar": "^6.0.0" - } + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/editorconfig-checker/-/editorconfig-checker-5.0.1.tgz", + "integrity": "sha512-6hXq9VVDkyCxVYKdGtIj+yhVR1fi/6W6Ykz/+kItLPARulJvr2/VXgWZ5OGWx1UYm2RD6XOzWyx1JF6DLgQ/8Q==", + "dev": true }, "ee-first": { "version": "1.1.1", diff --git a/package.json b/package.json index 362705b..b13369c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@typescript-eslint/eslint-plugin": "^5.21.0", "@typescript-eslint/parser": "^5.21.0", "babel-loader": "^8.2.5", - "editorconfig-checker": "^4.0.2", + "editorconfig-checker": "^5.0.0", "eslint": "^8.14.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.29.4",