From 1a6de5ed9a2aa64f8b095953de38635d3459e0e2 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Mon, 31 May 2021 17:44:49 +0800 Subject: [PATCH] fix: update `jsdoc-type-pratt-parser` (liberalizes ID start to support underscores and start/continue to support other Unicode) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67b60c474..88317e37f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "comment-parser": "1.1.5", "debug": "^4.3.1", "esquery": "^1.4.0", - "jsdoc-type-pratt-parser": "^1.0.0", + "jsdoc-type-pratt-parser": "^1.0.1", "lodash": "^4.17.21", "regextras": "^0.8.0", "semver": "^7.3.5",