summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-07-24 07:13:50 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-07-24 08:09:29 +0200
commit6c89a53ab39e607f7edf8853fd8046eb5f6623b4 (patch)
treea65ec631f0b40b9e4f94e9d1a146070354783f30 /package.json
parent9f5e2306e22f9c7577f7af88135f12b496fce237 (diff)
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 88d154cd28..0e6bb80f1c 100644
--- a/package.json
+++ b/package.json
@@ -9,12 +9,12 @@
"npm": ">=1.3.0"
},
"devDependencies": {
- "eslint": "^9.2.0",
- "puppeteer": "^22.2.0",
- "globals": "^15.1.0",
+ "eslint": "^9.7.0",
+ "puppeteer": "^22.13.1",
+ "globals": "^15.8.0",
"grunt": "^1.6.1",
- "grunt-cli": "^1.4.3",
- "grunt-contrib-qunit": "^8.0.1",
- "qunit": "^2.20.1"
+ "grunt-cli": "^1.5.0",
+ "grunt-contrib-qunit": "^10.1.1",
+ "qunit": "^2.21.1"
}
}