From 196b0907656ccb3debf7be464dc23461bb97fb14 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Sun, 5 Apr 2020 21:37:57 +0000 Subject: [PATCH] fix: upgrade angle-functions from 0.2.0 to 0.3.0 Snyk has created this PR to upgrade angle-functions from 0.2.0 to 0.3.0. See this package in NPM: https://www.npmjs.com/package/angle-functions See this project in Snyk: https://app.snyk.io/org/don-smith/project/98865074-9700-4fc8-9b03-bc93cc93f62f?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e11fcc0..f00172e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build": "browserify viewer.js -o main.js" }, "dependencies": { - "angle-functions": "^0.2.0", + "angle-functions": "^0.3.0", "dom-events": "^0.1.1", "fabric": "^1.6.5", "xyzed": "^0.1.0"