diff --git a/ui/package-lock.json b/ui/package-lock.json index 47c60bcca..ea9fae13f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -62,7 +62,7 @@ "@types/enzyme": "3.10.15", "@types/fontfaceobserver": "2.1.1", "@types/jest": "29.5.5", - "@types/lodash.debounce": "4.0.7", + "@types/lodash.debounce": "4.0.8", "@types/lodash.merge": "4.6.7", "@types/lodash.throttle": "4.1.8", "@types/lodash.uniqueid": "4.0.7", @@ -5368,9 +5368,9 @@ "dev": true }, "node_modules/@types/lodash.debounce": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.7.tgz", - "integrity": "sha512-X1T4wMZ+gT000M2/91SYj0d/7JfeNZ9PeeOldSNoE/lunLeQXKvkmIumI29IaKMotU/ln/McOIvgzZcQ/3TrSA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-REumepIJjQFSOaBUoj81U5ZzF9YIhovzE2Lm6ejUbycmwx597k2ivG1cVfPtAj4eVuSbGoZDkJR0sRIahsE6/Q==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/ui/package.json b/ui/package.json index f32a76006..ec3b0ff03 100644 --- a/ui/package.json +++ b/ui/package.json @@ -57,7 +57,7 @@ "@types/enzyme": "3.10.15", "@types/fontfaceobserver": "2.1.1", "@types/jest": "29.5.5", - "@types/lodash.debounce": "4.0.7", + "@types/lodash.debounce": "4.0.8", "@types/lodash.merge": "4.6.7", "@types/lodash.throttle": "4.1.8", "@types/lodash.uniqueid": "4.0.7",