Merge pull request #420 from JLyne/dependabot/npm_and_yarn/types/lodash.debounce-4.0.7

Bump @types/lodash.debounce from 4.0.6 to 4.0.7
This commit is contained in:
James Lyne 2022-05-28 14:30:27 +01:00 committed by GitHub
commit 58653bbe97
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",