chore(deps): update @luma.gl/webgl requirement from ~9.2.2 to ~9.2.6 in /superset-frontend/plugins/legacy-preset-chart-deckgl (#37469)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@rusackas.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
dependabot[bot]
2026-02-05 22:39:25 -08:00
committed by GitHub
parent 01ac966b83
commit cd447ca1fd
2 changed files with 19 additions and 5 deletions

View File

@@ -65901,7 +65901,7 @@
"@luma.gl/core": "~9.2.2",
"@luma.gl/engine": "~9.2.6",
"@luma.gl/shadertools": "~9.2.6",
"@luma.gl/webgl": "~9.2.2",
"@luma.gl/webgl": "~9.2.6",
"@mapbox/geojson-extent": "^1.0.1",
"@mapbox/tiny-sdf": "^2.0.7",
"@math.gl/web-mercator": "^4.1.0",
@@ -66052,9 +66052,9 @@
}
},
"plugins/legacy-preset-chart-deckgl/node_modules/@luma.gl/constants": {
"version": "9.2.4",
"resolved": "https://registry.npmjs.org/@luma.gl/constants/-/constants-9.2.4.tgz",
"integrity": "sha512-Cy0OAg3uJbbHhPJGeik6ZhII0EMokTXmo6MtP7dyUrS+pSG5N176G4WYD9zS4DaJm2cLUW4UJzsu5B4Cd8rBuw==",
"version": "9.2.6",
"resolved": "https://registry.npmjs.org/@luma.gl/constants/-/constants-9.2.6.tgz",
"integrity": "sha512-rvFFrJuSm5JIWbDHFuR4Q2s4eudO3Ggsv0TsGKn9eqvO7bBiPm/ANugHredvh3KviEyYuMZZxtfJvBdr3kzldg==",
"license": "MIT"
},
"plugins/legacy-preset-chart-deckgl/node_modules/@luma.gl/engine": {
@@ -66105,6 +66105,20 @@
"@luma.gl/core": "~9.2.0"
}
},
"plugins/legacy-preset-chart-deckgl/node_modules/@luma.gl/webgl": {
"version": "9.2.6",
"resolved": "https://registry.npmjs.org/@luma.gl/webgl/-/webgl-9.2.6.tgz",
"integrity": "sha512-NGBTdxJMk7j8Ygr1zuTyAvr1Tw+EpupMIQo7RelFjEsZXg6pujFqiDMM+rgxex8voCeuhWBJc7Rs+MoSqd46UQ==",
"license": "MIT",
"dependencies": {
"@luma.gl/constants": "9.2.6",
"@math.gl/types": "^4.1.0",
"@probe.gl/env": "^4.0.8"
},
"peerDependencies": {
"@luma.gl/core": "~9.2.0"
}
},
"plugins/legacy-preset-chart-deckgl/node_modules/@mapbox/tiny-sdf": {
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-2.0.7.tgz",

View File

@@ -35,7 +35,7 @@
"@luma.gl/core": "~9.2.2",
"@luma.gl/engine": "~9.2.6",
"@luma.gl/shadertools": "~9.2.6",
"@luma.gl/webgl": "~9.2.2",
"@luma.gl/webgl": "~9.2.6",
"@mapbox/tiny-sdf": "^2.0.7",
"@mapbox/geojson-extent": "^1.0.1",
"@math.gl/web-mercator": "^4.1.0",