From 4e4f36605cea40850dd69c21ee23216f057d2e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:47:08 +0000 Subject: [PATCH] npm: bump @math.gl/culling from 3.5.7 to 4.0.0 Bumps [@math.gl/culling](https://github.com/uber-web/math.gl) from 3.5.7 to 4.0.0. - [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 | 24 +++++++++++++----------- package.json | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 23c3c5821..d4e442148 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.0", "@ngxs-labs/dispatch-decorator": "^5.0.0", "@ngxs/logger-plugin": "^3.8.2", "@ngxs/storage-plugin": "^3.8.2", @@ -7306,25 +7306,27 @@ } }, "node_modules/@math.gl/culling": { - "version": "3.5.7", - "license": "MIT", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@math.gl/culling/-/culling-4.0.0.tgz", + "integrity": "sha512-8+btkQZtirG64kGbWs/UBoLnXPLw83D1g0sKgZQG32bQLm2dnArMynfqkPs/Mkj5Cm3MvwkTSdz6vN4a3FF6UA==", "dependencies": { "@babel/runtime": "^7.12.0", - "@math.gl/core": "3.5.7", - "gl-matrix": "~3.3.0" + "@math.gl/core": "4.0.0" } }, "node_modules/@math.gl/culling/node_modules/@math.gl/core": { - "version": "3.5.7", - "license": "MIT", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@math.gl/core/-/core-4.0.0.tgz", + "integrity": "sha512-qGbP4R8G0dsh5OUO+eWKX5NJwZitkV8CdVEolRFSoPteE0lrWxsg01FwAjegKv4jCm975VJ4HxDcb4L6KAiGGw==", "dependencies": { "@babel/runtime": "^7.12.0", - "gl-matrix": "~3.3.0" + "@math.gl/types": "4.0.0" } }, - "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.0", + "resolved": "https://registry.npmjs.org/@math.gl/types/-/types-4.0.0.tgz", + "integrity": "sha512-ZqU7o0LFaWQK/0wYobCwQKrKhRHaihps8oE74CLnWAdTTjXkM2vA8dU7vdx238QfXkNkz4Mv+KYklHpXMQJ8Hw==" }, "node_modules/@math.gl/geospatial": { "version": "3.6.3", diff --git a/package.json b/package.json index 41139ff74..38ee1a9dd 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.0", "@ngxs-labs/dispatch-decorator": "^5.0.0", "@ngxs/logger-plugin": "^3.8.2", "@ngxs/storage-plugin": "^3.8.2",