diff --git a/dev/diff/package-lock.json b/dev/diff/package-lock.json index d1c2fbd763..d5b7e5cf51 100644 --- a/dev/diff/package-lock.json +++ b/dev/diff/package-lock.json @@ -14,7 +14,7 @@ "got": "^13.0.0", "keypress": "^0.2.1", "listr2": "^6.6.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "luxon": "^3.6.1", "pretty-bytes": "^6.1.1", "tar": "^7.4.3", @@ -1098,9 +1098,9 @@ } }, "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==" }, "node_modules/lodash.camelcase": { "version": "4.3.0", @@ -2616,9 +2616,9 @@ } }, "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==" }, "lodash.camelcase": { "version": "4.3.0", diff --git a/dev/diff/package.json b/dev/diff/package.json index a5a7beb0df..fd744cb819 100644 --- a/dev/diff/package.json +++ b/dev/diff/package.json @@ -10,7 +10,7 @@ "got": "^13.0.0", "keypress": "^0.2.1", "listr2": "^6.6.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "luxon": "^3.6.1", "pretty-bytes": "^6.1.1", "tar": "^7.4.3",