From a87f64b4bb9246f5548abf4c11afdb595baa6f3e Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 18 Nov 2022 11:54:08 -0500 Subject: [PATCH] fix: pin jquery version for all packages that include it as a subdependency --- install/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/package.json b/install/package.json index 95086f397c..da2a0c6c61 100644 --- a/install/package.json +++ b/install/package.json @@ -167,7 +167,7 @@ "smtp-server": "3.11.0" }, "resolutions": { - "timeago/jquery": "3.6.0" + "*/jquery": "3.6.0" }, "bugs": { "url": "https://github.com/NodeBB/NodeBB/issues" @@ -192,4 +192,4 @@ "url": "https://github.com/barisusakli" } ] -} \ No newline at end of file +}