From 991774feca6e282f07c2e6c39a4b8ef4e2ff6497 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Wed, 28 Jun 2023 11:27:28 +0900 Subject: [PATCH] Meta: update build dependencies Inspired by #1329, but does not actually fix the warnings. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8c9706e4..a144075b 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "private": true, "description": "Checks that the WebIDL grammar is LL(1) and performs postprocessing", "devDependencies": { - "jsdom": "^20.0.0", - "syntax-cli": "0.0.97", - "webidl-grammar-post-processor": "^1.0.0" + "jsdom": "^22.1.0", + "syntax-cli": "0.1.27", + "webidl-grammar-post-processor": "^1.0.1" }, "scripts": { "webidl-grammar-post-processor": "webidl-grammar-post-processor"