Bump @types/lodash.debounce from 4.0.6 to 4.0.7

Bumps [@types/lodash.debounce](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.debounce) from 4.0.6 to 4.0.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.debounce)

---
updated-dependencies:
- dependency-name: "@types/lodash.debounce"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-28 13:28:21 +00:00 committed by GitHub
parent 97c7f8bdae
commit 70b79d9645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -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": "*"

View File

@ -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",