From 994b9ce28b65109bc99201ba9fe6d469ee5af6be Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 22 Mar 2024 15:36:53 -0700 Subject: [PATCH] [Dev Deps] update `ecmarkup`, `@tc39/ecma262-biblio` --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 65a1fab..055c980 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ }, "license": "MIT", "devDependencies": { - "@tc39/ecma262-biblio": "^2.1.2656", - "ecmarkup": "^18.0.0" + "@tc39/ecma262-biblio": "^2.1.2716", + "ecmarkup": "^18.2.0" }, "engines": { "node": ">= 12"