diff --git a/client/package-lock.json b/client/package-lock.json index 4965b25d3..66c7ea700 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -21,7 +21,7 @@ "focus-trap": "^7.0.0", "form-urlencoded": "^6.0.0", "html-escaper": "^3.0.0", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "ramda": "^0.32.0", "react": "^19.2.3", "react-dom": "^19.2.3", @@ -6577,9 +6577,9 @@ } }, "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/lodash.debounce": { diff --git a/client/package.json b/client/package.json index 355e19114..b4d4f5d10 100644 --- a/client/package.json +++ b/client/package.json @@ -17,7 +17,7 @@ "focus-trap": "^7.0.0", "form-urlencoded": "^6.0.0", "html-escaper": "^3.0.0", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "ramda": "^0.32.0", "react": "^19.2.3", "react-dom": "^19.2.3",