From 4034cbb8fcfa60566575daa840c71532d861a65a Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:39:11 +0100 Subject: [PATCH] Fixed dev dependencies. --- src/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/package.json b/src/package.json index 8e52e5d06..8a9f8e259 100644 --- a/src/package.json +++ b/src/package.json @@ -75,7 +75,8 @@ "ueberdb2": "^4.2.63", "underscore": "1.13.6", "unorm": "1.6.0", - "wtfnode": "^0.9.1" + "wtfnode": "^0.9.1", + "lru-cache": "^10.2.0" }, "bin": { "etherpad-healthcheck": "../bin/etherpad-healthcheck", @@ -99,7 +100,6 @@ "eslint": "^8.57.0", "eslint-config-etherpad": "^4.0.4", "etherpad-cli-client": "^3.0.2", - "lru-cache": "^10.2.0", "mocha": "^10.3.0", "mocha-froth": "^0.2.10", "nodeify": "^1.0.1",