diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-10-07 08:18:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-07 08:18:04 +0200 |
| commit | abc5ca6ab4717d690255583ac18a05d742746f93 (patch) | |
| tree | e5ee674a2414958d938b88e98e3f6f8f39aec436 | |
| parent | 7a39a691e1e3fe13588c8885a222eaa6a4648d01 (diff) | |
Bumped versions in pre-commit and npm configurations.
| -rw-r--r-- | .pre-commit-config.yaml | 4 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6529c2f18..c175fbcc07 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black exclude: \.py-tpl$ @@ -13,6 +13,6 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.23.0 + rev: v8.24.0 hooks: - id: eslint diff --git a/package.json b/package.json index 5f5022322c..2428f298f0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "npm": ">=1.3.0 <3.0.0" }, "devDependencies": { - "eslint": "^8.23.0", + "eslint": "^8.24.0", "puppeteer": "^14.1.1", "grunt": "^1.5.3", "grunt-cli": "^1.4.3", |
