From 0e4fc531e006c3dd2c5fa402e90b20309cc3a1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 25 Oct 2024 12:47:59 -0400 Subject: [PATCH 1/2] lint: remove unused utils --- src/user/notifications.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/user/notifications.js b/src/user/notifications.js index a1d4e7141d..d2f5b3dce8 100644 --- a/src/user/notifications.js +++ b/src/user/notifications.js @@ -11,7 +11,6 @@ const privileges = require('../privileges'); const plugins = require('../plugins'); const translator = require('../translator'); const user = require('./index'); -const utils = require('../utils'); const UserNotifications = module.exports; From b13bd803d75c6bed5af257656c89c1ef6c469286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 5 Nov 2024 09:32:47 -0500 Subject: [PATCH 2/2] chore: up widgets --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index f98d105287..b719bc87b2 100644 --- a/install/package.json +++ b/install/package.json @@ -111,7 +111,7 @@ "nodebb-theme-lavender": "7.1.8", "nodebb-theme-peace": "2.2.7", "nodebb-theme-persona": "13.3.37", - "nodebb-widget-essentials": "7.0.29", + "nodebb-widget-essentials": "7.0.30", "nodemailer": "6.9.15", "nprogress": "0.2.0", "passport": "0.7.0",