Merge pull request #339 from JLyne/dependabot/npm_and_yarn/types/leaflet-1.7.9

Bump @types/leaflet from 1.7.8 to 1.7.9
This commit is contained in:
James Lyne 2022-02-04 17:55:12 +00:00 committed by GitHub
commit c51b987614
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

@ -21,7 +21,7 @@
"@types/dynmap": "^3.1.1",
"@types/jest": "^27.4.0",
"@types/jest-in-case": "^1.0.5",
"@types/leaflet": "1.7.8",
"@types/leaflet": "1.7.9",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.10",
@ -1605,9 +1605,9 @@
"dev": true
},
"node_modules/@types/leaflet": {
"version": "1.7.8",
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.7.8.tgz",
"integrity": "sha512-prZwhmUznkwTYCTZVGTR4U1GzgPP3PAWYYQ3wDgVkIoiuQTheWoycsXx4Rz9ARYhlDTl0Ycd8lvhH2/rNSkqIg==",
"version": "1.7.9",
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.7.9.tgz",
"integrity": "sha512-H8vPgD49HKzqM41ArHGZM70g/tfhp8W+JcPxfnF+5H/Xvp+xiP+KQOUNWU8U89fqS1Jj3cpRY/+nbnaHFzwnFA==",
"dev": true,
"dependencies": {
"@types/geojson": "*"
@ -13279,9 +13279,9 @@
"dev": true
},
"@types/leaflet": {
"version": "1.7.8",
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.7.8.tgz",
"integrity": "sha512-prZwhmUznkwTYCTZVGTR4U1GzgPP3PAWYYQ3wDgVkIoiuQTheWoycsXx4Rz9ARYhlDTl0Ycd8lvhH2/rNSkqIg==",
"version": "1.7.9",
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.7.9.tgz",
"integrity": "sha512-H8vPgD49HKzqM41ArHGZM70g/tfhp8W+JcPxfnF+5H/Xvp+xiP+KQOUNWU8U89fqS1Jj3cpRY/+nbnaHFzwnFA==",
"dev": true,
"requires": {
"@types/geojson": "*"

View File

@ -27,7 +27,7 @@
"@types/dynmap": "^3.1.1",
"@types/jest": "^27.4.0",
"@types/jest-in-case": "^1.0.5",
"@types/leaflet": "1.7.8",
"@types/leaflet": "1.7.9",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.10",