diff --git a/docs/installation/index.md b/docs/installation/index.md index 17ee1393b..034553a64 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -4,7 +4,6 @@ SPDX-FileCopyrightText: 2025 Jonas Huber © Reiner L SPDX-License-Identifier: CC0-1.0 --> - # Installation This section provides detailed information on how to install for development @@ -24,9 +23,9 @@ find two main options to install everything: Production deployments without containerization solutions like docker tend to be very specific and depend on your infrastructure. -You will also find additional setup steps to help you troubleshoot common issues, -write well-formatted, quality-checked code, and easily start contributing to the -oeplatform. +You will also find additional setup steps to help you troubleshoot common +issues, write well-formatted, quality-checked code, and easily start +contributing to the oeplatform. ## Guides diff --git a/package-lock.json b/package-lock.json index a3e0ec2d8..d6fba9c32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "i": "^0.3.7", "jquery": "^3.6.0", "jsonld": "^9.0.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "mkdirp": "^3.0.1", "moment": "^2.30.1", "patch-package": "^8.0.1", @@ -7695,9 +7695,10 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", + "license": "MIT" }, "node_modules/lodash-es": { "version": "4.17.21", diff --git a/package.json b/package.json index c15d90e59..d45f015ea 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "i": "^0.3.7", "jquery": "^3.6.0", "jsonld": "^9.0.0", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "mkdirp": "^3.0.1", "moment": "^2.30.1", "patch-package": "^8.0.1",