diff --git a/package-lock.json b/package-lock.json index 2f55469..17a250a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,6 +15,7 @@ "nuxt": "^4.2.0", "stripe": "^19.3.0", "tailwindcss": "^4.1.16", + "three": "^0.182.0", "vue": "^3.5.22", "vue-router": "^4.6.3" } @@ -11170,11 +11171,10 @@ } }, "node_modules/three": { - "version": "0.172.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.172.0.tgz", - "integrity": "sha512-6HMgMlzU97MsV7D/tY8Va38b83kz8YJX+BefKjspMNAv0Vx6dxMogHOrnRl/sbMIs3BPUKijPqDqJ/+UwJbIow==", - "license": "MIT", - "peer": true + "version": "0.182.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.182.0.tgz", + "integrity": "sha512-GbHabT+Irv+ihI1/f5kIIsZ+Ef9Sl5A1Y7imvS5RQjWgtTPfPnZ43JmlYI7NtCRDK9zir20lQpfg8/9Yd02OvQ==", + "license": "MIT" }, "node_modules/tiny-invariant": { "version": "1.3.3", diff --git a/package.json b/package.json index 5637cd9..55cb759 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "nuxt": "^4.2.0", "stripe": "^19.3.0", "tailwindcss": "^4.1.16", + "three": "^0.182.0", "vue": "^3.5.22", "vue-router": "^4.6.3" }