diff --git a/ui/package-lock.json b/ui/package-lock.json index ab6941660..63b375a15 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -63,7 +63,7 @@ "@types/fontfaceobserver": "2.1.2", "@types/jest": "29.5.7", "@types/lodash.debounce": "4.0.8", - "@types/lodash.merge": "4.6.8", + "@types/lodash.merge": "4.6.9", "@types/lodash.throttle": "4.1.8", "@types/lodash.uniqueid": "4.0.8", "@types/node": "20.8.10", @@ -5377,9 +5377,9 @@ } }, "node_modules/@types/lodash.merge": { - "version": "4.6.8", - "resolved": "https://registry.npmjs.org/@types/lodash.merge/-/lodash.merge-4.6.8.tgz", - "integrity": "sha512-He1g+VBmRclP+6hT6P6zKlzpFoeOLMgPpMGChgINuxbdPumZCIJsITbqSq2cWXzJu2ltmwVN5TfQ6kj0X06rFQ==", + "version": "4.6.9", + "resolved": "https://registry.npmjs.org/@types/lodash.merge/-/lodash.merge-4.6.9.tgz", + "integrity": "sha512-23sHDPmzd59kUgWyKGiOMO2Qb9YtqRO/x4IhkgNUiPQ1+5MUVqi6bCZeq9nBJ17msjIMbEIO5u+XW4Kz6aGUhQ==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/ui/package.json b/ui/package.json index 309b6cc60..7f23afb1e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -58,7 +58,7 @@ "@types/fontfaceobserver": "2.1.2", "@types/jest": "29.5.7", "@types/lodash.debounce": "4.0.8", - "@types/lodash.merge": "4.6.8", + "@types/lodash.merge": "4.6.9", "@types/lodash.throttle": "4.1.8", "@types/lodash.uniqueid": "4.0.8", "@types/node": "20.8.10",