Merge pull request #464 from JLyne/dependabot/npm_and_yarn/types/leaflet-1.7.11

Bump @types/leaflet from 1.7.10 to 1.7.11
This commit is contained in:
James Lyne 2022-06-17 13:46:44 +01:00 committed by GitHub
commit 6978f169c4
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.1",
"@types/jest-in-case": "^1.0.5",
"@types/leaflet": "1.7.10",
"@types/leaflet": "1.7.11",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.27",
@ -1565,9 +1565,9 @@
"dev": true
},
"node_modules/@types/leaflet": {
"version": "1.7.10",
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.7.10.tgz",
"integrity": "sha512-RzK5BYwYboOXXxyF01tp8g1J8UbdRvoaf+F/jCnVaWC42+QITB6wKvUklcX7jCMRWkzTnGO9NLg7A6SzrlGALA==",
"version": "1.7.11",
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.7.11.tgz",
"integrity": "sha512-VwAYom2pfIAf/pLj1VR5aLltd4tOtHyvfaJlNYCoejzP2nu52PrMi1ehsLRMUS+bgafmIIKBV1cMfKeS+uJ0Vg==",
"dev": true,
"dependencies": {
"@types/geojson": "*"
@ -11349,9 +11349,9 @@
"dev": true
},
"@types/leaflet": {
"version": "1.7.10",
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.7.10.tgz",
"integrity": "sha512-RzK5BYwYboOXXxyF01tp8g1J8UbdRvoaf+F/jCnVaWC42+QITB6wKvUklcX7jCMRWkzTnGO9NLg7A6SzrlGALA==",
"version": "1.7.11",
"resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.7.11.tgz",
"integrity": "sha512-VwAYom2pfIAf/pLj1VR5aLltd4tOtHyvfaJlNYCoejzP2nu52PrMi1ehsLRMUS+bgafmIIKBV1cMfKeS+uJ0Vg==",
"dev": true,
"requires": {
"@types/geojson": "*"

View File

@ -27,7 +27,7 @@
"@types/dynmap": "^3.1.1",
"@types/jest": "^27.4.1",
"@types/jest-in-case": "^1.0.5",
"@types/leaflet": "1.7.10",
"@types/leaflet": "1.7.11",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.27",