Skip to content

Commit

Permalink
update three to r126 - fixes security vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
aeroheim committed Mar 6, 2021
1 parent 8b5fb61 commit 14c7464
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,6 +67,6 @@
},
"dependencies": {
"@tweenjs/tween.js": "^18.5.0",
"three": "^0.116.1"
"three": "^0.126.1"
}
}
1 change: 0 additions & 1 deletion src/background.ts
Expand Up @@ -100,7 +100,6 @@ class Background {
this._buffer.depthTexture.dispose();
this._plane.geometry.dispose();
this._plane.material.dispose();
this._scene.dispose();
this.camera.dispose();
this.effects.dispose();
this.particles.dispose();
Expand Down

0 comments on commit 14c7464

Please sign in to comment.