diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b9ef3dd693..d6529c2f18 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 22.8.0 hooks: - id: black exclude: \.py-tpl$ @@ -9,10 +9,10 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 5.0.0 + rev: 5.0.4 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.18.0 + rev: v8.23.0 hooks: - id: eslint diff --git a/package.json b/package.json index 1cdb1d1b43..5f5022322c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "npm": ">=1.3.0 <3.0.0" }, "devDependencies": { - "eslint": "^8.18.0", + "eslint": "^8.23.0", "puppeteer": "^14.1.1", "grunt": "^1.5.3", "grunt-cli": "^1.4.3",