summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-02-23 07:30:44 +0100
committerGitHub <noreply@github.com>2024-02-23 07:30:44 +0100
commitb9d539cca79d8100b24b30fabdb21d10154634ec (patch)
tree13bf79426c3474726ca56c77c180ef0be44c65d4 /package.json
parentcfecac27dedc27b5e7f098273787994f49d40037 (diff)
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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"
}
}