diff --git a/package-lock.json b/package-lock.json index fec544f0db..f4b415c9f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "base64-js": "1.5.1", "current-executing-script": "0.1.3", "emoji-regex": "10.4.0", - "lodash-es": "4.17.23", + "lodash-es": "4.18.1", "onnxruntime-web": "^1.23.0", "sdp-transform": "2.3.0", "strophe.js": "https://github.com/jitsi/strophejs/releases/download/v1.5-jitsi-3/strophe.js-1.5.0.tgz", @@ -6818,9 +6818,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/lodash.debounce": { diff --git a/package.json b/package.json index ef8d3c8a0a..1b39d3a809 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "base64-js": "1.5.1", "current-executing-script": "0.1.3", "emoji-regex": "10.4.0", - "lodash-es": "4.17.23", + "lodash-es": "4.18.1", "onnxruntime-web": "^1.23.0", "sdp-transform": "2.3.0", "strophe.js": "https://github.com/jitsi/strophejs/releases/download/v1.5-jitsi-3/strophe.js-1.5.0.tgz",