summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-10-23 08:58:30 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2024-01-26 12:49:14 +0100
commitabcd99244fa1ab38e65b6c8a6cefe00baf7b53ea (patch)
treed539e8b57528402debafc87060ce0d3eaea8f9d8 /package.json
parentb2601a77f97eb84d7574e6ac68a38a636bdc0e1e (diff)
[5.0.x] Bumped versions in pre-commit and npm configurations.
Backport of 7fcf4f2f0f19c353fe3ee9fe2f6c4baeda4f03c8 from main
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"
}
}