diff --git a/package-lock.json b/package-lock.json index 2dfd5edde481..fbfe1ade9b9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "js-yaml": "^4.1.0", "liquidjs": "^10.16.1", "lodash": "^4.17.21", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "lowdb": "7.0.1", "lowlight": "3.1.0", "markdownlint-rule-helpers": "^0.25.0", @@ -8159,7 +8159,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "optional": true, "os": [ @@ -10272,7 +10271,9 @@ "license": "MIT" }, "node_modules/lodash-es": { - "version": "4.17.21", + "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.camelcase": { diff --git a/package.json b/package.json index 92d746efc464..e6f8c044181e 100644 --- a/package.json +++ b/package.json @@ -290,7 +290,7 @@ "js-yaml": "^4.1.0", "liquidjs": "^10.16.1", "lodash": "^4.17.21", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "lowdb": "7.0.1", "lowlight": "3.1.0", "markdownlint-rule-helpers": "^0.25.0",