summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-10-23 08:58:30 +0200
committerGitHub <noreply@github.com>2023-10-23 08:58:30 +0200
commit7fcf4f2f0f19c353fe3ee9fe2f6c4baeda4f03c8 (patch)
treedde3cd4af67a5970cec27ae8354a65ff5823d889 /package.json
parent68d0159b6dfce07f144045d56639c52066e8b90e (diff)
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 510d50ad5b..e9b3982dc6 100644
--- a/package.json
+++ b/package.json
@@ -9,11 +9,11 @@
"npm": ">=1.3.0"
},
"devDependencies": {
- "eslint": "^8.49.0",
- "puppeteer": "^21.1.1",
+ "eslint": "^8.52.0",
+ "puppeteer": "^21.4.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
- "grunt-contrib-qunit": "^7.0.0",
- "qunit": "^2.19.4"
+ "grunt-contrib-qunit": "^8.0.1",
+ "qunit": "^2.20.0"
}
}