build(deps-dev): update @types/mapbox__geojson-extent requirement from ^1.0.0 to ^1.0.3 in /superset-frontend/plugins/legacy-preset-chart-deckgl (#27810)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub-Actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-09 23:49:46 -06:00 committed by GitHub
parent a5e65d572a
commit 71d174bad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 21 deletions

View File

@ -23071,15 +23071,6 @@
"@types/lodash": "*"
}
},
"node_modules/@types/mapbox__geojson-extent": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@types/mapbox__geojson-extent/-/mapbox__geojson-extent-1.0.0.tgz",
"integrity": "sha512-RJBeVDv7LDmW4gO3VD8pr/OYuToQtF77H/VRDG733fmA6chzztBTz6yi9/llRD8SpM7fznxhP6B43Izaj4ufoA==",
"dev": true,
"dependencies": {
"@types/geojson": "*"
}
},
"node_modules/@types/mapbox-gl": {
"version": "2.7.6",
"resolved": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-2.7.6.tgz",
@ -68848,7 +68839,7 @@
"xss": "^1.0.10"
},
"devDependencies": {
"@types/mapbox__geojson-extent": "^1.0.0",
"@types/mapbox__geojson-extent": "^1.0.3",
"@types/underscore": "^1.11.15",
"@types/urijs": "^1.19.25"
},
@ -69127,6 +69118,15 @@
"gl-matrix": "^3.4.0"
}
},
"plugins/legacy-preset-chart-deckgl/node_modules/@types/mapbox__geojson-extent": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@types/mapbox__geojson-extent/-/mapbox__geojson-extent-1.0.3.tgz",
"integrity": "sha512-i7r+3Iencd5PMleZmIRciaN8ntaGvwPA2sHts50YFrZeH9FIJFAjK64HgDaqzrtecmPbMvIltQuwuEbEQfoUJA==",
"dev": true,
"dependencies": {
"@types/geojson": "*"
}
},
"plugins/legacy-preset-chart-deckgl/node_modules/bootstrap-slider": {
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/bootstrap-slider/-/bootstrap-slider-11.0.2.tgz",
@ -86977,7 +86977,7 @@
"@mapbox/geojson-extent": "^1.0.1",
"@math.gl/web-mercator": "^3.2.2",
"@types/d3-array": "^2.0.0",
"@types/mapbox__geojson-extent": "^1.0.0",
"@types/mapbox__geojson-extent": "^1.0.3",
"@types/underscore": "^1.11.15",
"@types/urijs": "^1.19.25",
"bootstrap-slider": "^11.0.2",
@ -87195,6 +87195,15 @@
"gl-matrix": "^3.4.0"
}
},
"@types/mapbox__geojson-extent": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@types/mapbox__geojson-extent/-/mapbox__geojson-extent-1.0.3.tgz",
"integrity": "sha512-i7r+3Iencd5PMleZmIRciaN8ntaGvwPA2sHts50YFrZeH9FIJFAjK64HgDaqzrtecmPbMvIltQuwuEbEQfoUJA==",
"dev": true,
"requires": {
"@types/geojson": "*"
}
},
"bootstrap-slider": {
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/bootstrap-slider/-/bootstrap-slider-11.0.2.tgz",
@ -89659,15 +89668,6 @@
"@types/lodash": "*"
}
},
"@types/mapbox__geojson-extent": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@types/mapbox__geojson-extent/-/mapbox__geojson-extent-1.0.0.tgz",
"integrity": "sha512-RJBeVDv7LDmW4gO3VD8pr/OYuToQtF77H/VRDG733fmA6chzztBTz6yi9/llRD8SpM7fznxhP6B43Izaj4ufoA==",
"dev": true,
"requires": {
"@types/geojson": "*"
}
},
"@types/mapbox-gl": {
"version": "2.7.6",
"resolved": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-2.7.6.tgz",

View File

@ -42,7 +42,7 @@
"xss": "^1.0.10"
},
"devDependencies": {
"@types/mapbox__geojson-extent": "^1.0.0",
"@types/mapbox__geojson-extent": "^1.0.3",
"@types/underscore": "^1.11.15",
"@types/urijs": "^1.19.25"
},