From 3fec3bf90bef36b26efe5e47a92bf5a8041a207b Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 9 Dec 2022 10:20:47 +0100 Subject: [PATCH] Bumped versions in pre-commit and npm configurations. --- .pre-commit-config.yaml | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c175fbcc074..9a7c3620eb0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,10 +9,10 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.24.0 + rev: v8.29.0 hooks: - id: eslint diff --git a/package.json b/package.json index 2428f298f06..26dce69fe62 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,11 @@ "npm": ">=1.3.0 <3.0.0" }, "devDependencies": { - "eslint": "^8.24.0", - "puppeteer": "^14.1.1", + "eslint": "^8.29.0", + "puppeteer": "^18.1.0", "grunt": "^1.5.3", "grunt-cli": "^1.4.3", - "grunt-contrib-qunit": "^6.1.0", - "qunit": "^2.19.1" + "grunt-contrib-qunit": "^6.2.1", + "qunit": "^2.19.3" } }