From 9c250b78b05ca2abf31a79971ed0c60ca07664ec Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 23 Jan 2023 11:27:57 -0500 Subject: [PATCH] fix(deps): pinning sub dependency json-schema-ref-parser to 9.0.9 ref: https://github.com/APIDevTools/json-schema-ref-parser/issues/298 --- install/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 1af9a00cf6..7dc6237452 100644 --- a/install/package.json +++ b/install/package.json @@ -167,7 +167,8 @@ "smtp-server": "3.11.0" }, "resolutions": { - "*/jquery": "3.6.3" + "*/jquery": "3.6.3", + "@apidevtools/json-schema-ref-parser": "9.0.9" }, "bugs": { "url": "https://github.com/NodeBB/NodeBB/issues"