diff --git a/EtsiServerGen/CMakeLists.txt b/EtsiServerGen/CMakeLists.txt
index 82551dde80db453b646d1a01b736f6709448e7f0..36945f88b6fb6e2636a42722464cac730e804510 100644
--- a/EtsiServerGen/CMakeLists.txt
+++ b/EtsiServerGen/CMakeLists.txt
@@ -34,5 +34,5 @@ file(GLOB HDRS
 add_library(${PROJECT_NAME} ${SRCS} )
 target_link_libraries(${PROJECT_NAME} pistache pthread)
 
-install(TARGETS ${PROJECT_NAME} DESTINATION /usr/local)
-install(FILES ${HDRS} DESTINATION include)
+install(TARGETS ${PROJECT_NAME} DESTINATION /usr/lib/worldStorage)
+install(FILES ${HDRS} DESTINATION include/worldStorage)
diff --git a/package-lock.json b/package-lock.json
index ed80a25db4176985ea28364337539cc5e6bc52e9..15c33cc83960634a5b355262f46624a693c0babb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -370,9 +370,9 @@
       }
     },
     "follow-redirects": {
-      "version": "1.14.7",
-      "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
-      "integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==",
+      "version": "1.14.9",
+      "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz",
+      "integrity": "sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==",
       "dev": true
     },
     "fs-extra": {