summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.pre-commit-config.yaml6
-rw-r--r--package.json4
2 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1d480fc1ab..760c05956a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 23.1.0
+ rev: 23.3.0
hooks:
- id: black
exclude: \.py-tpl$
@@ -9,7 +9,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- - black==23.1.0
+ - black==23.3.0
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
@@ -19,6 +19,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
- rev: v8.34.0
+ rev: v8.36.0
hooks:
- id: eslint
diff --git a/package.json b/package.json
index 5eaa006cc6..bc9370eafc 100644
--- a/package.json
+++ b/package.json
@@ -9,8 +9,8 @@
"npm": ">=1.3.0"
},
"devDependencies": {
- "eslint": "^8.34.0",
- "puppeteer": "^19.7.0",
+ "eslint": "^8.36.0",
+ "puppeteer": "^19.8.2",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^7.0.0",