From 2d58f9a4496740f11fb4eecd9bd76885f9da3823 Mon Sep 17 00:00:00 2001 From: Kadigan Date: Mon, 11 Jul 2022 21:48:35 +0200 Subject: [PATCH] Updated package config for nconf patch --- node.js simple HTTP server for MapImg and CellImg_/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node.js simple HTTP server for MapImg and CellImg_/package.json b/node.js simple HTTP server for MapImg and CellImg_/package.json index 5b0f71b..31b760b 100644 --- a/node.js simple HTTP server for MapImg and CellImg_/package.json +++ b/node.js simple HTTP server for MapImg and CellImg_/package.json @@ -11,7 +11,7 @@ "dependencies": { "fs": "0.0.1-security", "http": "0.0.0", - "nconf": "^0.10.0", + "nconf": "^0.11.4", "url": "^0.11.0" } }