diff --git a/package-lock.json b/package-lock.json index 88399c50b7..fb31e4ae09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "gray-matter": "^4.0.3", "highlight.js": "^11.11.1", "liquidjs": "^10.25.0", - "lodash-es": "^4.17.23", + "lodash-es": "^4.18.1", "tsx": "^4.20.3" }, "devDependencies": { @@ -2703,9 +2703,9 @@ "license": "MIT" }, "node_modules/lodash-es": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", - "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==", + "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/lru-cache": { diff --git a/package.json b/package.json index 739df5fd6c..abb764cb1d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "gray-matter": "^4.0.3", "highlight.js": "^11.11.1", "liquidjs": "^10.25.0", - "lodash-es": "^4.17.23", + "lodash-es": "^4.18.1", "tsx": "^4.20.3" }, "devDependencies": {