diff --git a/package-lock.json b/package-lock.json index e2c0f1f..008079a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -611,12 +611,16 @@ } }, "node_modules/geohash-kit": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/geohash-kit/-/geohash-kit-1.5.1.tgz", - "integrity": "sha512-tDP741vt6LGguwAyeAEin/zLIfaIO8RVFk0zfg2sU4ZFDnvjc0ASjfpCykyvBK9NSBfu07owYjwCOQf7msC7vA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/geohash-kit/-/geohash-kit-1.6.0.tgz", + "integrity": "sha512-ksdw2ahCaJVTLYpCYS7RFq316BWSOiHxiWTGJewSNza9sdy9gepWJxVxNzgc/AgQtvxLDPyf30x0lbfHKMZRAg==", "license": "MIT", "engines": { "node": ">=18" + }, + "funding": { + "type": "lightning", + "url": "lightning:thedonkey@strike.me" } }, "node_modules/lightningcss": {