From af87036ef008cac546b91e6424eca550dd23a76e Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard Date: Wed, 15 Apr 2026 00:09:12 +0000 Subject: [PATCH] Fix package.json formatting - restore proper indentation The package.json was accidentally minified to a single line. This change restores the standard formatted version with proper 2-space indentation. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 594331e..07865dc 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "undici": "^7.24.3" }, "dependencies": { - "node-forge": "^1.4.0" + "node-forge": "^1.3.1" }, "devDependencies": { "@headlamp-k8s/eslint-config": "^0.6.0",