diff --git a/package-lock.json b/package-lock.json index bbe0b888d..a156b8b60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@parcel/utils": "^2.9.3", "@testing-library/react": "^14.0.0", "@types/amplitude-js": "^8.16.3", - "@types/lodash.debounce": "^4.0.6", + "@types/lodash.debounce": "^4.0.9", "@types/lodash.isequal": "^4.5.6", "@types/react": "^18.2.28", "@types/react-router-dom": "^5.3.3", @@ -12160,9 +12160,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.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": "*" @@ -29217,9 +29217,9 @@ "dev": true }, "@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.9", + "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.9.tgz", + "integrity": "sha512-Ma5JcgTREwpLRwMM+XwBR7DaWe96nC38uCBDFKZWbNKD+osjVzdpnUSwBcqCptrp16sSOLBAUb50Car5I0TCsQ==", "dev": true, "requires": { "@types/lodash": "*" diff --git a/package.json b/package.json index 267772434..f513c9054 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@parcel/utils": "^2.9.3", "@testing-library/react": "^14.0.0", "@types/amplitude-js": "^8.16.3", - "@types/lodash.debounce": "^4.0.6", + "@types/lodash.debounce": "^4.0.9", "@types/lodash.isequal": "^4.5.6", "@types/react": "^18.2.28", "@types/react-router-dom": "^5.3.3",