From 3de7238a274dfc9c909b21f0d345ab207a1b5a53 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jan 2024 18:15:16 +0000 Subject: [PATCH] fix: upgrade three from 0.160.0 to 0.160.1 Snyk has created this PR to upgrade three from 0.160.0 to 0.160.1. See this package in npm: https://www.npmjs.com/package/three See this project in Snyk: https://app.snyk.io/org/makimenko/project/a946adc3-1b1a-4c47-8dbe-159b2824ab79?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 398de4a2..095a6a80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@compodoc/compodoc": "^1.1.23", "dagre": "^0.8.5", "rxjs": "~7.8.1", - "three": "^0.160.0", + "three": "^0.160.1", "tslib": "^2.6.2", "uuid": "^9.0.1", "yaml": "^2.3.4", @@ -24329,9 +24329,9 @@ "dev": true }, "node_modules/three": { - "version": "0.160.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.160.0.tgz", - "integrity": "sha512-DLU8lc0zNIPkM7rH5/e1Ks1Z8tWCGRq6g8mPowdDJpw1CFBJMU7UoJjC6PefXW7z//SSl0b2+GCw14LB+uDhng==" + "version": "0.160.1", + "resolved": "https://registry.npmjs.org/three/-/three-0.160.1.tgz", + "integrity": "sha512-Bgl2wPJypDOZ1stAxwfWAcJ0WQf7QzlptsxkjYiURPz+n5k4RBDLsq+6f9Y75TYxn6aHLcWz+JNmwTOXWrQTBQ==" }, "node_modules/through": { "version": "2.3.8", diff --git a/package.json b/package.json index 00babe01..34683572 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@compodoc/compodoc": "^1.1.23", "dagre": "^0.8.5", "rxjs": "~7.8.1", - "three": "^0.160.0", + "three": "^0.160.1", "tslib": "^2.6.2", "uuid": "^9.0.1", "yaml": "^2.3.4",