From 5aaebdd3d7dcd970369c1e6e6157449a397b9a3c Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 16 Nov 2022 12:13:07 -0500 Subject: [PATCH] fix: #10877, define a resolution for jquery subdependency of timeago --- install/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/package.json b/install/package.json index 2425804386..95086f397c 100644 --- a/install/package.json +++ b/install/package.json @@ -166,6 +166,9 @@ "nyc": "15.1.0", "smtp-server": "3.11.0" }, + "resolutions": { + "timeago/jquery": "3.6.0" + }, "bugs": { "url": "https://github.com/NodeBB/NodeBB/issues" },