From e3a3074c3195f62183403b401abb41cbfbf701ff Mon Sep 17 00:00:00 2001 From: Lezek123 Date: Fri, 25 Oct 2024 15:49:18 +0200 Subject: [PATCH] Colossus: Add proper-lockfile to deps --- storage-node/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/storage-node/package.json b/storage-node/package.json index 9cd12d5801..6a2fc88a7c 100644 --- a/storage-node/package.json +++ b/storage-node/package.json @@ -55,6 +55,7 @@ "node-cache": "^5.1.2", "openapi-editor": "^0.3.0", "promise-timeout": "^1.3.0", + "proper-lockfile": "^4.1.2", "react": "^18.2.0", "read-chunk": "^3.2.0", "rimraf": "^3.0.2",