diff --git a/ui/package-lock.json b/ui/package-lock.json index b4d0480db..47c60bcca 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -64,7 +64,7 @@ "@types/jest": "29.5.5", "@types/lodash.debounce": "4.0.7", "@types/lodash.merge": "4.6.7", - "@types/lodash.throttle": "4.1.7", + "@types/lodash.throttle": "4.1.8", "@types/lodash.uniqueid": "4.0.7", "@types/node": "20.8.6", "@types/promise-retry": "1.1.4", @@ -5386,9 +5386,9 @@ } }, "node_modules/@types/lodash.throttle": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.7.tgz", - "integrity": "sha512-znwGDpjCHQ4FpLLx19w4OXDqq8+OvREa05H89obtSyXyOFKL3dDjCslsmfBz0T2FU8dmf5Wx1QvogbINiGIu9g==", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.8.tgz", + "integrity": "sha512-EJT8Wg9HLcrsaTlFJ+wmolrGMCC/WBmqOISNi1y9hukgp15cYnfO435X1ReUl0VTIAYnRailHqSZEmzLJb5fiQ==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/ui/package.json b/ui/package.json index 18d881b13..f32a76006 100644 --- a/ui/package.json +++ b/ui/package.json @@ -59,7 +59,7 @@ "@types/jest": "29.5.5", "@types/lodash.debounce": "4.0.7", "@types/lodash.merge": "4.6.7", - "@types/lodash.throttle": "4.1.7", + "@types/lodash.throttle": "4.1.8", "@types/lodash.uniqueid": "4.0.7", "@types/node": "20.8.6", "@types/promise-retry": "1.1.4",