diff --git a/example/client/bun.lock b/example/client/bun.lock index d35d72c..a9b77cb 100644 --- a/example/client/bun.lock +++ b/example/client/bun.lock @@ -9,7 +9,7 @@ "@ui5/webcomponents-fiori": "2.23.1", "@ui5/webcomponents-icons": "2.23.1", "gl-matrix": "^3.4.3", - "three": "0.184.0", + "three": "0.185.0", "three-html-render": "^0.1.2", }, "devDependencies": { @@ -356,7 +356,7 @@ "supports-color": ["supports-color@7.2.0", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="], - "three": ["three@0.184.0", "", {}, "sha512-wtTRjG92pM5eUg/KuUnHsqSAlPM296brTOcLgMRqEeylYTh/CdtvKUvCyyCQTzFuStieWxvZb8mVTMvdPyUpxg=="], + "three": ["three@0.185.0", "", {}, "sha512-+yRrcRO2iZa8uzvNNl0d7cL4huhgKgBvVJ0njcTe8xFqZ6DMAFZdCKDP91SEAuj25bNAj7k1QQdf+srZywVK6w=="], "three-html-render": ["three-html-render@0.1.2", "", { "peerDependencies": { "three": ">=0.150.0" }, "optionalPeers": ["three"] }, "sha512-JHx6x006LuLcHMRg+X3DyrrbPVsXklhFJGBtpTULFhbnpK7DidgGr6dJ6aTEaN9sc6uFgwI0VHExEYo4qwVSug=="], diff --git a/example/client/package.json b/example/client/package.json index a34b22d..69201e3 100644 --- a/example/client/package.json +++ b/example/client/package.json @@ -15,7 +15,7 @@ "@ui5/webcomponents-fiori": "2.23.1", "@ui5/webcomponents-icons": "2.23.1", "gl-matrix": "^3.4.3", - "three": "0.184.0", + "three": "0.185.0", "three-html-render": "^0.1.2" }, "devDependencies": {