diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-02-23 07:30:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-23 07:30:44 +0100 |
| commit | b9d539cca79d8100b24b30fabdb21d10154634ec (patch) | |
| tree | 13bf79426c3474726ca56c77c180ef0be44c65d4 /package.json | |
| parent | cfecac27dedc27b5e7f098273787994f49d40037 (diff) | |
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 0258997340..51836701e5 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ }, "devDependencies": { "eslint": "^8.56.0", - "puppeteer": "^21.7.0", + "puppeteer": "^22.2.0", "grunt": "^1.6.1", "grunt-cli": "^1.4.3", "grunt-contrib-qunit": "^8.0.1", - "qunit": "^2.20.0" + "qunit": "^2.20.1" } } |
