diff --git a/package-lock.json b/package-lock.json index 2dfd5edde481..365759ab66c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", "liquidjs": "^10.16.1", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "lodash-es": "^4.17.21", "lowdb": "7.0.1", "lowlight": "3.1.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": [ @@ -10268,7 +10267,9 @@ "dev": true }, "node_modules/lodash": { - "version": "4.17.21", + "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 92d746efc464..9b1a8e3f9448 100644 --- a/package.json +++ b/package.json @@ -289,7 +289,7 @@ "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", "liquidjs": "^10.16.1", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "lodash-es": "^4.17.21", "lowdb": "7.0.1", "lowlight": "3.1.0",