diff --git a/package-lock.json b/package-lock.json index 4321df9..e81301b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "remark-math": "^6.0.0", "styled-components": "^6.1.8", "swiper": "^11.1.4", - "three": "^0.169.0", + "three": "^0.175.0", "vanilla-tilt": "^1.8.1" }, "devDependencies": { @@ -23238,9 +23238,10 @@ "dev": true }, "node_modules/three": { - "version": "0.169.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.169.0.tgz", - "integrity": "sha512-Ed906MA3dR4TS5riErd4QBsRGPcx+HBDX2O5yYE5GqJeFQTPU+M56Va/f/Oph9X7uZo3W3o4l2ZhBZ6f6qUv0w==" + "version": "0.175.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.175.0.tgz", + "integrity": "sha512-nNE3pnTHxXN/Phw768u0Grr7W4+rumGg/H6PgeseNJojkJtmeHJfZWi41Gp2mpXl1pg1pf1zjwR4McM1jTqkpg==", + "license": "MIT" }, "node_modules/through": { "version": "2.3.8", diff --git a/package.json b/package.json index d05ea2e..d0568b9 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "remark-math": "^6.0.0", "styled-components": "^6.1.8", "swiper": "^11.1.4", - "three": "^0.169.0", + "three": "^0.175.0", "vanilla-tilt": "^1.8.1" }, "devDependencies": {