diff --git a/demos/022_snowman/package.json b/demos/022_snowman/package.json index c7448146e..825d4e709 100644 --- a/demos/022_snowman/package.json +++ b/demos/022_snowman/package.json @@ -7,6 +7,6 @@ "canvas-sketch": "^0.7.4", "canvas-sketch-util": "^1.10.0", "glsl-noise": "^0.0.0", - "three": "0.113.2" + "three": "0.125.0" } } diff --git a/demos/022_snowman/yarn.lock b/demos/022_snowman/yarn.lock index e082994cf..1fe466ac6 100644 --- a/demos/022_snowman/yarn.lock +++ b/demos/022_snowman/yarn.lock @@ -336,11 +336,6 @@ simplex-noise@^2.4.0: resolved "https://registry.yarnpkg.com/simplex-noise/-/simplex-noise-2.4.0.tgz#81b3458fb22dccc3bc8dd9a977c73797f86f523a" integrity sha512-OjyDWm/QZjVbMrPxDVi9b2as+SeNn9EBXlrWVRlFW+TSyWMSXouDryXkQN0vf5YP+QZKobrmkvx1eQYPLtuqfw== -soundcloud-audio@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/soundcloud-audio/-/soundcloud-audio-1.4.0.tgz#2d9ceeaa8a3c63d814e18c4c2602fe3be9a99655" - integrity sha512-2kHyTfu+KNOLZuRKynaeTmj846deC1WbiDTu7rkd1/93lk9FxtgbGkNQSIy5H4gxZD9EEeTdXhkE7uiMwEXuEQ== - svg-arc-to-cubic-bezier@^3.0.0: version "3.2.0" resolved "https://registry.yarnpkg.com/svg-arc-to-cubic-bezier/-/svg-arc-to-cubic-bezier-3.2.0.tgz#390c450035ae1c4a0104d90650304c3bc814abe6" @@ -356,10 +351,10 @@ svg-path-contours@^2.0.0: normalize-svg-path "^0.1.0" vec2-copy "^1.0.0" -three@0.113.2: - version "0.113.2" - resolved "https://registry.yarnpkg.com/three/-/three-0.113.2.tgz#04791d491fe4359330f9dbe7b767db18bfb35d67" - integrity sha512-x3vrKW41/UtbWbWduWKGlfIc043SvHWr3YltehYq+UGb9YglQ2oztNGvl2eut05JtNSmP11Mh3t6Xak5/0e+Fg== +three@0.125.0: + version "0.125.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.125.0.tgz#19e922b9dc51ad0b706893aeee888de68e99850a" + integrity sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw== vec2-copy@^1.0.0: version "1.0.0"