summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-05-21 14:53:37 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-31 14:00:43 +0100
commitd3edac6c071c544c7d2208baf13d6d0fdc5e58fe (patch)
tree753c8c2f941afb3a135b561f4bea9a9161ec1593 /package.json
parenta5a36da28b4330246611fe71ff9b46dafcca88e5 (diff)
[4.1.x] Bumped versions in pre-commit and npm configurations.
Backport of f825536b5e09b3a047fec0c10aabd91bace0995c from main
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index afaa860f29..177d8824db 100644
--- a/package.json
+++ b/package.json
@@ -9,11 +9,11 @@
"npm": ">=1.3.0 <3.0.0"
},
"devDependencies": {
- "eslint": "^8.3.0",
- "puppeteer": "^13.5.1",
- "grunt": "^1.4.1",
+ "eslint": "^8.15.0",
+ "puppeteer": "^14.1.1",
+ "grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
- "grunt-contrib-qunit": "^5.1.1",
- "qunit": "^2.18.0"
+ "grunt-contrib-qunit": "^6.1.0",
+ "qunit": "^2.19.1"
}
}