diff --git a/package-lock.json b/package-lock.json index e64e187c..adf700be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@total-typescript/ts-reset": "^0.5.1", - "@types/lodash.debounce": "^4.0.8", + "@types/lodash.debounce": "^4.0.9", "@types/node": "^20.8.8", "@types/pako": "^2.0.2", "@types/react": "^18.2.31", @@ -3004,9 +3004,9 @@ "dev": true }, "node_modules/@types/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-REumepIJjQFSOaBUoj81U5ZzF9YIhovzE2Lm6ejUbycmwx597k2ivG1cVfPtAj4eVuSbGoZDkJR0sRIahsE6/Q==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.9.tgz", + "integrity": "sha512-Ma5JcgTREwpLRwMM+XwBR7DaWe96nC38uCBDFKZWbNKD+osjVzdpnUSwBcqCptrp16sSOLBAUb50Car5I0TCsQ==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/package.json b/package.json index 7b0aecdd..a5774509 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "devDependencies": { "@total-typescript/ts-reset": "^0.5.1", - "@types/lodash.debounce": "^4.0.8", + "@types/lodash.debounce": "^4.0.9", "@types/node": "^20.8.8", "@types/pako": "^2.0.2", "@types/react": "^18.2.31",