From 0eef81c805ed8d54d803ad18e0f42dd09d54f44c Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Sun, 17 Apr 2022 08:32:55 +0800 Subject: [PATCH] fix(`comment`): updates `jsdoccomment` Renames properties in comment AST: `start`->`initial`; `end`->`terminal` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f587c21b..99f3c8991 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "http://gajus.com" }, "dependencies": { - "@es-joy/jsdoccomment": "~0.22.2", + "@es-joy/jsdoccomment": "~0.23.1", "comment-parser": "1.3.1", "debug": "^4.3.4", "escape-string-regexp": "^4.0.0",