From a40bfb437cfefaa41442101dbd5d09217b4bd54f Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 10 Apr 2026 11:58:25 +0200 Subject: [PATCH] Task/upgrade lodash to version 4.18.1 (#6699) * Upgrade lodash to version 4.18.1 * Update changelog --- CHANGELOG.md | 1 + package-lock.json | 22 ++++++++++++++-------- package.json | 4 ++-- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ebab8184..6cb8c7132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Extended the asset profile details dialog in the admin control panel to support editing countries for all asset types - Extended the asset profile details dialog in the admin control panel to support editing sectors for all asset types +- Upgraded `lodash` from version `4.17.23` to `4.18.1` ### Fixed diff --git a/package-lock.json b/package-lock.json index 9afcf7af7..df5c76450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,7 +73,7 @@ "http-status-codes": "2.3.0", "ionicons": "8.0.13", "jsonpath": "1.2.1", - "lodash": "4.17.23", + "lodash": "4.18.1", "marked": "17.0.2", "ms": "3.0.0-canary.1", "ng-extract-i18n-merge": "3.3.0", @@ -132,7 +132,7 @@ "@types/google-spreadsheet": "3.1.5", "@types/jest": "30.0.0", "@types/jsonpath": "0.2.4", - "@types/lodash": "4.17.23", + "@types/lodash": "4.17.24", "@types/node": "22.15.17", "@types/papaparse": "5.3.7", "@types/passport-google-oauth20": "2.0.17", @@ -7654,6 +7654,12 @@ "rxjs": "^7.1.0" } }, + "node_modules/@nestjs/config/node_modules/lodash": { + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" + }, "node_modules/@nestjs/core": { "version": "11.1.14", "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.1.14.tgz", @@ -13312,9 +13318,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==", + "version": "4.17.24", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz", + "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==", "dev": true, "license": "MIT" }, @@ -25317,9 +25323,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "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": { diff --git a/package.json b/package.json index 686065630..6dd55cb93 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "http-status-codes": "2.3.0", "ionicons": "8.0.13", "jsonpath": "1.2.1", - "lodash": "4.17.23", + "lodash": "4.18.1", "marked": "17.0.2", "ms": "3.0.0-canary.1", "ng-extract-i18n-merge": "3.3.0", @@ -177,7 +177,7 @@ "@types/google-spreadsheet": "3.1.5", "@types/jest": "30.0.0", "@types/jsonpath": "0.2.4", - "@types/lodash": "4.17.23", + "@types/lodash": "4.17.24", "@types/node": "22.15.17", "@types/papaparse": "5.3.7", "@types/passport-google-oauth20": "2.0.17",