diff --git a/ui/package-lock.json b/ui/package-lock.json index e5ad14b32..b4ddaf36f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -64,7 +64,7 @@ "@types/jest": "29.5.7", "@types/lodash.debounce": "4.0.8", "@types/lodash.merge": "4.6.9", - "@types/lodash.throttle": "4.1.8", + "@types/lodash.throttle": "4.1.9", "@types/lodash.uniqueid": "4.0.9", "@types/node": "20.8.10", "@types/promise-retry": "1.1.5", @@ -5386,9 +5386,9 @@ } }, "node_modules/@types/lodash.throttle": { - "version": "4.1.8", - "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.8.tgz", - "integrity": "sha512-EJT8Wg9HLcrsaTlFJ+wmolrGMCC/WBmqOISNi1y9hukgp15cYnfO435X1ReUl0VTIAYnRailHqSZEmzLJb5fiQ==", + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.9.tgz", + "integrity": "sha512-PCPVfpfueguWZQB7pJQK890F2scYKoDUL3iM522AptHWn7d5NQmeS/LTEHIcLr5PaTzl3dK2Z0xSUHHTHwaL5g==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/ui/package.json b/ui/package.json index c13af2f8a..10297d3f7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -59,7 +59,7 @@ "@types/jest": "29.5.7", "@types/lodash.debounce": "4.0.8", "@types/lodash.merge": "4.6.9", - "@types/lodash.throttle": "4.1.8", + "@types/lodash.throttle": "4.1.9", "@types/lodash.uniqueid": "4.0.9", "@types/node": "20.8.10", "@types/promise-retry": "1.1.5",