diff --git a/package-lock.json b/package-lock.json index cee1cdc8b..988c61a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@vueuse/core": "^11.1.0", "axios": "^1.16.1", "element-plus": "2.13.6", - "lodash-es": "4.17.21", + "lodash-es": "4.18.1", "vue": "3.5.34", "vue-i18n": "11.4.4", "vue-router": "^5.0.7" @@ -3478,6 +3478,12 @@ "vue-i18n": "10.0.8" } }, + "node_modules/@mlightcad/cad-viewer/node_modules/lodash-es": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", + "license": "MIT" + }, "node_modules/@mlightcad/common": { "version": "1.4.33", "resolved": "https://registry.npmjs.org/@mlightcad/common/-/common-1.4.33.tgz", @@ -6275,12 +6281,6 @@ "url": "https://github.com/sponsors/antfu" } }, - "node_modules/element-plus/node_modules/lodash-es": { - "version": "4.18.1", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz", - "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==", - "license": "MIT" - }, "node_modules/emittery": { "version": "0.13.1", "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", @@ -10394,9 +10394,9 @@ "license": "MIT" }, "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.18.1.tgz", + "integrity": "sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==", "license": "MIT" }, "node_modules/lodash-unified": { diff --git a/package.json b/package.json index 6aa692d14..929c45c16 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@vueuse/core": "^11.1.0", "axios": "^1.16.1", "element-plus": "2.13.6", - "lodash-es": "4.17.21", + "lodash-es": "4.18.1", "vue": "3.5.34", "vue-i18n": "11.4.4", "vue-router": "^5.0.7"