diff --git a/package.json b/package.json index 06aecfcc..fbadc612 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@testing-library/react": "^14.0.0", "@types/debounce-promise": "^3.1.7", "@types/lodash.debounce": "^4.0.7", - "@types/lodash.throttle": "^4.1.7", + "@types/lodash.throttle": "^4.1.8", "@types/node": "^20.8.6", "@types/react": "18.2.33", "@types/react-dom": "18.2.13", diff --git a/yarn.lock b/yarn.lock index f2c2464f..40b02d23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3506,10 +3506,10 @@ dependencies: "@types/lodash" "*" -"@types/lodash.throttle@^4.1.7": - version "4.1.7" - resolved "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.7.tgz" - integrity sha512-znwGDpjCHQ4FpLLx19w4OXDqq8+OvREa05H89obtSyXyOFKL3dDjCslsmfBz0T2FU8dmf5Wx1QvogbINiGIu9g== +"@types/lodash.throttle@^4.1.8": + version "4.1.8" + resolved "https://registry.yarnpkg.com/@types/lodash.throttle/-/lodash.throttle-4.1.8.tgz#9d1a630d6e413a32030be1dda040ab913b80d57a" + integrity sha512-EJT8Wg9HLcrsaTlFJ+wmolrGMCC/WBmqOISNi1y9hukgp15cYnfO435X1ReUl0VTIAYnRailHqSZEmzLJb5fiQ== dependencies: "@types/lodash" "*"