From 6f5ab5835777f4a3f6fecc28ab3c2a1b4fd41de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:25:24 +0000 Subject: [PATCH] npm: bump @math.gl/culling from 3.5.7 to 4.0.1 Bumps [@math.gl/culling](https://github.com/uber-web/math.gl) from 3.5.7 to 4.0.1. - [Changelog](https://github.com/uber-web/math.gl/blob/master/CHANGELOG) - [Commits](https://github.com/uber-web/math.gl/commits) --- updated-dependencies: - dependency-name: "@math.gl/culling" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23c3c5821..054049fa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@loaders.gl/gltf": "~3.2.10", "@luma.gl/core": "~8.5.16", "@math.gl/core": "~3.6.3", - "@math.gl/culling": "~3.5.7", + "@math.gl/culling": "~4.0.1", "@ngxs-labs/dispatch-decorator": "^5.0.0", "@ngxs/logger-plugin": "^3.8.2", "@ngxs/storage-plugin": "^3.8.2", @@ -7306,25 +7306,25 @@ } }, "node_modules/@math.gl/culling": { - "version": "3.5.7", - "license": "MIT", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@math.gl/culling/-/culling-4.0.1.tgz", + "integrity": "sha512-lv83sMKp0n1HjORhuNtWgX9ylYyj+/zHEPF0xxRXZvcpurB85fhgFLhvR81KLjmSbhQmFgzl0fZe7Ei3WxEP5Q==", "dependencies": { - "@babel/runtime": "^7.12.0", - "@math.gl/core": "3.5.7", - "gl-matrix": "~3.3.0" + "@math.gl/core": "4.0.1" } }, "node_modules/@math.gl/culling/node_modules/@math.gl/core": { - "version": "3.5.7", - "license": "MIT", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@math.gl/core/-/core-4.0.1.tgz", + "integrity": "sha512-9IewNjR9V66o+gYIIq5agFoHy6ZT6DRpRGQBfsUpZz4glAqOjVt64he8GGzjpmqfT+kKT4qwQ7nQl/hZLF15qA==", "dependencies": { - "@babel/runtime": "^7.12.0", - "gl-matrix": "~3.3.0" + "@math.gl/types": "4.0.1" } }, - "node_modules/@math.gl/culling/node_modules/gl-matrix": { - "version": "3.3.0", - "license": "MIT" + "node_modules/@math.gl/culling/node_modules/@math.gl/types": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@math.gl/types/-/types-4.0.1.tgz", + "integrity": "sha512-E9qBKAjVBiZD8Is7TbygiLGtYBP3GSLus6RUJSuzFQegdYXeVagvrs4UkBJxhrRAxw4crfH0Tq7IhTMKuuJNQw==" }, "node_modules/@math.gl/geospatial": { "version": "3.6.3", diff --git a/package.json b/package.json index 41139ff74..e6b14bbb6 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "@loaders.gl/gltf": "~3.2.10", "@luma.gl/core": "~8.5.16", "@math.gl/core": "~3.6.3", - "@math.gl/culling": "~3.5.7", + "@math.gl/culling": "~4.0.1", "@ngxs-labs/dispatch-decorator": "^5.0.0", "@ngxs/logger-plugin": "^3.8.2", "@ngxs/storage-plugin": "^3.8.2",