diff --git a/ui/package-lock.json b/ui/package-lock.json index 63b375a15..8865b0b96 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -65,7 +65,7 @@ "@types/lodash.debounce": "4.0.8", "@types/lodash.merge": "4.6.9", "@types/lodash.throttle": "4.1.8", - "@types/lodash.uniqueid": "4.0.8", + "@types/lodash.uniqueid": "4.0.9", "@types/node": "20.8.10", "@types/promise-retry": "1.1.5", "@types/qs": "6.9.9", @@ -5395,9 +5395,9 @@ } }, "node_modules/@types/lodash.uniqueid": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/@types/lodash.uniqueid/-/lodash.uniqueid-4.0.8.tgz", - "integrity": "sha512-5/CZBvFikfLPSlnjm4WJ5DnTwk6FMVDdjIuE9/Uy/KzJCniZe/9Sn2zXK5PTEl5iVCUfRC5072FLaUXOHUSgSw==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/lodash.uniqueid/-/lodash.uniqueid-4.0.9.tgz", + "integrity": "sha512-SEzkJBS8t+tqAUnSmyqbuWqxKU+Z/Xu2cgPtD+Ik0l+M7L2q7So9VoN2rQ8H0mmL87lJ00ykxal8oB54QRet6g==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/ui/package.json b/ui/package.json index 7f23afb1e..24f26b00e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -60,7 +60,7 @@ "@types/lodash.debounce": "4.0.8", "@types/lodash.merge": "4.6.9", "@types/lodash.throttle": "4.1.8", - "@types/lodash.uniqueid": "4.0.8", + "@types/lodash.uniqueid": "4.0.9", "@types/node": "20.8.10", "@types/promise-retry": "1.1.5", "@types/qs": "6.9.9",