diff --git a/package-lock.json b/package-lock.json index ee43f5f..e7d6876 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "tailwind-variants": "^0.2.1", "tailwindcss-animate": "^1.0.7", "three": "^0.167.0", - "three-globe": "^2.31.0" + "three-globe": "^2.41.12" }, "devDependencies": { "@types/node": "^20", @@ -11846,12 +11846,6 @@ "react-dom": "^16.8 || ^17.0 || ^18.0" } }, - "node_modules/rafor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/rafor/-/rafor-1.0.2.tgz", - "integrity": "sha512-b8e8/srbSbC0FZTxivEz9pj5z1mQM8CpCEv1aAxuaK26ljSOHJk8AjimcTaHpHIZlwH/VPbli12LuKKrJyyGmA==", - "license": "MIT" - }, "node_modules/react": { "version": "18.3.1", "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", @@ -13491,9 +13485,9 @@ } }, "node_modules/three-globe": { - "version": "2.40.1", - "resolved": "https://registry.npmjs.org/three-globe/-/three-globe-2.40.1.tgz", - "integrity": "sha512-xVRAnhZk3zESa30h85RfnCfxtFJA4dyE9/gxpo81Z70/wmPjBBMKKkFXJmxK1aiEyoJHucvwMPfAwuJy6g5+GQ==", + "version": "2.41.12", + "resolved": "https://registry.npmjs.org/three-globe/-/three-globe-2.41.12.tgz", + "integrity": "sha512-4vZUsEAgdpxcIQKlsfqCo/PFLS2NzQ5rGPbDTLyINPu2o4i+hikHW0YDLEB7X51w8oxG9lKKwB77NjkiNo+bog==", "license": "MIT", "dependencies": { "@tweenjs/tween.js": "18 - 25", @@ -13512,8 +13506,7 @@ "three-conic-polygon-geometry": "2", "three-geojson-geometry": "2", "three-slippy-map-globe": "1", - "tinycolor2": "1", - "yaot": "^1.1" + "tinycolor2": "1" }, "engines": { "node": ">=12" @@ -14407,15 +14400,6 @@ "node": ">= 14" } }, - "node_modules/yaot": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/yaot/-/yaot-1.1.3.tgz", - "integrity": "sha512-AE8LInj21hTuA01RUK+9pSsl0ltQXO+rxn4Q+CJT4+NI/X7dhGGblF7vvzGj6ro0qXRCGAE/7ccEfu6S4DJayw==", - "license": "MIT", - "dependencies": { - "rafor": "^1.0.2" - } - }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/package.json b/package.json index 2f74f78..ca6aeba 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "tailwind-variants": "^0.2.1", "tailwindcss-animate": "^1.0.7", "three": "^0.167.0", - "three-globe": "^2.31.0" + "three-globe": "^2.41.12" }, "devDependencies": { "@types/node": "^20",