diff --git a/package-lock.json b/package-lock.json index 381b4994b8..f0f5660d50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "@istanbuljs/schema": "^0.1.3", "@mapbox/react-click-to-select": "^2.2.1", "@types/chai": "^4.3.1", - "@types/lodash.debounce": "^4.0.6", + "@types/lodash.debounce": "^4.0.7", "@types/lodash.groupby": "^4.6.7", "@types/mocha": "^9.1.0", "@types/node": "^16.7.10", @@ -3988,9 +3988,9 @@ "dev": true }, "node_modules/@types/lodash.debounce": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.6.tgz", - "integrity": "sha512-4WTmnnhCfDvvuLMaF3KV4Qfki93KebocUF45msxhYyjMttZDQYzHkO639ohhk8+oco2cluAFL3t5+Jn4mleylQ==", + "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==", "dev": true, "dependencies": { "@types/lodash": "*" @@ -33028,9 +33028,9 @@ "dev": true }, "@types/lodash.debounce": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.6.tgz", - "integrity": "sha512-4WTmnnhCfDvvuLMaF3KV4Qfki93KebocUF45msxhYyjMttZDQYzHkO639ohhk8+oco2cluAFL3t5+Jn4mleylQ==", + "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==", "dev": true, "requires": { "@types/lodash": "*" diff --git a/package.json b/package.json index 689bf4cf82..107632b057 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "@istanbuljs/schema": "^0.1.3", "@mapbox/react-click-to-select": "^2.2.1", "@types/chai": "^4.3.1", - "@types/lodash.debounce": "^4.0.6", + "@types/lodash.debounce": "^4.0.7", "@types/lodash.groupby": "^4.6.7", "@types/mocha": "^9.1.0", "@types/node": "^16.7.10",