diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 37eb0633c66..4a5628d39d0 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -30590,9 +30590,9 @@ "license": "MIT" }, "node_modules/ngeohash": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/ngeohash/-/ngeohash-0.6.3.tgz", - "integrity": "sha512-kltF0cOxgx1AbmVzKxYZaoB0aj7mOxZeHaerEtQV0YaqnkXNq26WWqMmJ6lTqShYxVRWZ/mwvvTrNeOwdslWiw==", + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/ngeohash/-/ngeohash-0.6.4.tgz", + "integrity": "sha512-+dEKu+Be7xkK6gVQ2wZSGLbr+iWO+0ZGaLi98iE7F0/1WCSqQDRmS8LAlZBNLD2z/3zFKE9v9BvUfCrhyDhXbg==", "license": "MIT", "engines": { "node": ">=v0.2.0" @@ -44383,7 +44383,7 @@ "lodash-es": "^4.18.1", "maplibre-gl": "^5.24.0", "mousetrap": "^1.6.5", - "ngeohash": "^0.6.3", + "ngeohash": "^0.6.4", "prop-types": "^15.8.1", "react-map-gl": "^8.1.1", "tinycolor2": "^1.6.0", diff --git a/superset-frontend/plugins/preset-chart-deckgl/package.json b/superset-frontend/plugins/preset-chart-deckgl/package.json index 1915c4d04a6..ce2ec13b73b 100644 --- a/superset-frontend/plugins/preset-chart-deckgl/package.json +++ b/superset-frontend/plugins/preset-chart-deckgl/package.json @@ -47,7 +47,7 @@ "lodash": "^4.18.1", "maplibre-gl": "^5.24.0", "mousetrap": "^1.6.5", - "ngeohash": "^0.6.3", + "ngeohash": "^0.6.4", "prop-types": "^15.8.1", "react-map-gl": "^8.1.1", "tinycolor2": "^1.6.0",