diff --git a/visualization/package-lock.json b/visualization/package-lock.json index 587d660..27e9865 100644 --- a/visualization/package-lock.json +++ b/visualization/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@react-three/drei": "^9.114.0", "@react-three/fiber": "^8.17.10", - "@react-three/postprocessing": "^2.16.3", + "@react-three/postprocessing": "^3.0.5", "react": "^18.3.1", "react-dom": "^18.3.1", "three": "^0.167.1" @@ -584,50 +584,19 @@ } }, "node_modules/@react-three/postprocessing": { - "version": "2.19.1", - "resolved": "https://registry.npmjs.org/@react-three/postprocessing/-/postprocessing-2.19.1.tgz", - "integrity": "sha512-7P25LOSToH/I6b3UipNK17IIFlX4FDUmWcaomfwu82+CzhXTOz8Fcc1ZXEZ7vFA/5Fr/2peNlXgXZJvoa+aCdA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/@react-three/postprocessing/-/postprocessing-3.0.5.tgz", + "integrity": "sha512-rqxoH8cjq51w5yZ7Re3WNPVVDdSsuVwEYA+Nl90/nFLv0MIxYGjMkqhc6akp5+VLNwZD2aqOd8KcwuZW7NeUKQ==", "license": "MIT", "dependencies": { - "buffer": "^6.0.3", - "maath": "^0.6.0", - "n8ao": "^1.6.6", - "postprocessing": "^6.32.1", - "three-stdlib": "^2.23.4" + "maath": "^0.10.8", + "n8ao": "^2.0.0" }, "peerDependencies": { - "@react-three/fiber": "^8.0", - "react": "^18.0", - "three": ">= 0.138.0" - } - }, - "node_modules/@react-three/postprocessing/node_modules/maath": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/maath/-/maath-0.6.0.tgz", - "integrity": "sha512-dSb2xQuP7vDnaYqfoKzlApeRcR2xtN8/f7WV/TMAkBC8552TwTLtOO0JTcSygkYMjNDPoo6V01jTw/aPi4JrMw==", - "license": "MIT", - "peerDependencies": { - "@types/three": ">=0.144.0", - "three": ">=0.144.0" - } - }, - "node_modules/@react-three/postprocessing/node_modules/n8ao": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/n8ao/-/n8ao-1.10.3.tgz", - "integrity": "sha512-JFRk4WgUAUWO2KdJTqmBT02dP9kG7rE2oQbBy64E9+YwQ3d96KB9QBanqNy/NnYUfUTYU6Z/5OS5t/yLey7+6Q==", - "license": "ISC", - "peerDependencies": { - "postprocessing": ">=6.30.0", - "three": ">=0.137" - } - }, - "node_modules/@react-three/postprocessing/node_modules/postprocessing": { - "version": "6.39.3", - "resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.39.3.tgz", - "integrity": "sha512-h5H1iuN96aRkU06CzJ8d/FqFe3Qs2bI7LiGHTzOI5T5mQqjzovi2t1EkRHb8qkHgoD9cTJDb4uA30AkSxsFB7A==", - "license": "Zlib", - "peerDependencies": { - "three": ">= 0.168.0 < 0.186.0" + "@react-three/fiber": ">=9.7.0", + "postprocessing": "^6.36.0", + "react": "^19.2.0", + "three": ">= 0.182.0" } }, "node_modules/@rolldown/pluginutils": { @@ -1635,6 +1604,16 @@ "dev": true, "license": "MIT" }, + "node_modules/n8ao": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/n8ao/-/n8ao-2.0.1.tgz", + "integrity": "sha512-MoP1QKUdj4/3cKEnhFl917t0eQwWGER1l43ckz5mNOPyYWGRDGQbVoTOQz/VBvy01in6QVNG+AL6Xxx5AjZBYA==", + "license": "ISC", + "peerDependencies": { + "postprocessing": ">=6.30.0", + "three": ">=0.137" + } + }, "node_modules/nanoid": { "version": "3.3.17", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.17.tgz", @@ -1731,6 +1710,16 @@ "node": "^10 || ^12 || >=14" } }, + "node_modules/postprocessing": { + "version": "6.39.4", + "resolved": "https://registry.npmjs.org/postprocessing/-/postprocessing-6.39.4.tgz", + "integrity": "sha512-oAS/PjAbc/xT3OzjUrGsorJ4J064XwhVD2t0OwKLP/E8QwDMUJ0oOv6ZI1SYMtLchv4g0ySEx+JcLy92+48vlA==", + "license": "Zlib", + "peer": true, + "peerDependencies": { + "three": ">= 0.168.0 < 0.186.0" + } + }, "node_modules/potpack": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/potpack/-/potpack-1.0.2.tgz", diff --git a/visualization/package.json b/visualization/package.json index cc4745c..f2b7493 100644 --- a/visualization/package.json +++ b/visualization/package.json @@ -19,7 +19,7 @@ "dependencies": { "@react-three/drei": "^9.114.0", "@react-three/fiber": "^8.17.10", - "@react-three/postprocessing": "^2.16.3", + "@react-three/postprocessing": "^3.0.5", "react": "^18.3.1", "react-dom": "^18.3.1", "three": "^0.167.1"