diff --git a/package-lock.json b/package-lock.json index 73f2165..b75f869 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/jest": "^27.4.1", "@types/jest-in-case": "^1.0.5", "@types/leaflet": "1.7.9", - "@types/lodash.debounce": "^4.0.6", + "@types/lodash.debounce": "^4.0.7", "@types/node": "^17.0.35", "@typescript-eslint/eslint-plugin": "^5.21", "@typescript-eslint/parser": "^5.21", @@ -1564,9 +1564,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": "*" @@ -11337,9 +11337,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 be7b62a..864d9b4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/jest": "^27.4.1", "@types/jest-in-case": "^1.0.5", "@types/leaflet": "1.7.9", - "@types/lodash.debounce": "^4.0.6", + "@types/lodash.debounce": "^4.0.7", "@types/node": "^17.0.35", "@typescript-eslint/eslint-plugin": "^5.21", "@typescript-eslint/parser": "^5.21",