From e2e4fbb71dbac27cf30ce72961d6ba975aa0e3b3 Mon Sep 17 00:00:00 2001 From: Hendrik Borchardt Date: Fri, 17 May 2024 20:41:59 +0200 Subject: [PATCH] Update gl-surface3d dependency --- stackgl_modules/package-lock.json | 31 +++++++++++++++---------------- stackgl_modules/package.json | 2 +- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/stackgl_modules/package-lock.json b/stackgl_modules/package-lock.json index 03c7ab94294..6c56474df62 100644 --- a/stackgl_modules/package-lock.json +++ b/stackgl_modules/package-lock.json @@ -25,7 +25,7 @@ "gl-spikes2d": "^1.0.2", "gl-spikes3d": "^1.0.11", "gl-streamtube3d": "^1.4.2", - "gl-surface3d": "github:hborchardt/gl-surface3d#6c75a5b44781c2aaec543237312df1f14274feac", + "gl-surface3d": "^1.6.2", "glslify": "^7.1.1", "incremental-convex-hull": "plotly/incremental-convex-hull#v1.1.0", "is-mobile": "^4.0.0", @@ -3422,7 +3422,7 @@ "node_modules/extract-frustum-planes": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/extract-frustum-planes/-/extract-frustum-planes-1.0.0.tgz", - "integrity": "sha1-l9VwP/BWTIw8aDjKxF+ee8UsnvU=" + "integrity": "sha512-GivvxEMgjSNnB3e1mIMBlB5ogPB6XyEjOQRGG0SfYVVLtu1ntLGHLT1ly8+mE819dKBHBwnm9+UBCScjiMgppA==" }, "node_modules/falafel": { "version": "2.2.4", @@ -3977,7 +3977,7 @@ "node_modules/gl-state": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/gl-state/-/gl-state-1.0.0.tgz", - "integrity": "sha1-Ji+qdYNbC5xTLBLzitxCXR0wzRc=", + "integrity": "sha512-Od836PpgCuTC0W7uHYnEEPRdQPL1FakWlznz3hRvlO6tD5sdLfBKX9qNRGy1DjfMCDTudhyYWxiWjhql1B8N4Q==", "dependencies": { "uniq": "^1.0.0" } @@ -3997,10 +3997,9 @@ } }, "node_modules/gl-surface3d": { - "version": "1.6.1", - "resolved": "git+ssh://git@github.com/hborchardt/gl-surface3d.git#6c75a5b44781c2aaec543237312df1f14274feac", - "integrity": "sha512-ruNhbMi+vF90xNHzYZ6iY5/TR6ivPfrf8s/SXQk2VSAgPLAIOD/XgSKTOLrSvh33dldkiUumSTE8BCVYiIq+rw==", - "license": "MIT", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/gl-surface3d/-/gl-surface3d-1.6.2.tgz", + "integrity": "sha512-Duksm4g2XwPVCHGlquEwilMloNTKOnPThVDWELXKRyY01XYmz3IxsyJjuZWaZVOg5ZPnPj0ETrw396GWEf7L5Q==", "dependencies": { "binary-search-bounds": "^2.0.4", "bit-twiddle": "^1.0.2", @@ -5802,7 +5801,7 @@ "node_modules/robust-dot-product": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/robust-dot-product/-/robust-dot-product-1.0.0.tgz", - "integrity": "sha1-yboBeL0sMEv9cl9Y6Inx2UYARVM=", + "integrity": "sha512-Nu/wah8B8RotyZLRPdlEL0ZDh3b7wSwUBLdbTHwS/yw0qqjMJ943PSCkd6EsF5R5QFDWF2x77DGsbmnv9/7/ew==", "dependencies": { "robust-sum": "^1.0.0", "two-product": "^1.0.0" @@ -6145,7 +6144,7 @@ "node_modules/split-polygon": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/split-polygon/-/split-polygon-1.0.0.tgz", - "integrity": "sha1-DqzIoTanaxKj2VJW6n2kXbDC0kc=", + "integrity": "sha512-nBFcgQUVEE8dcOjuKaRdlM53k8RxUYpRxZ//n0pHJQGhbVscrsti+gllJI3pK3y7fgFwGWgt7NFhAX5sz0UoWQ==", "dependencies": { "robust-dot-product": "^1.0.0", "robust-sum": "^1.0.0" @@ -9449,7 +9448,7 @@ "extract-frustum-planes": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/extract-frustum-planes/-/extract-frustum-planes-1.0.0.tgz", - "integrity": "sha1-l9VwP/BWTIw8aDjKxF+ee8UsnvU=" + "integrity": "sha512-GivvxEMgjSNnB3e1mIMBlB5ogPB6XyEjOQRGG0SfYVVLtu1ntLGHLT1ly8+mE819dKBHBwnm9+UBCScjiMgppA==" }, "falafel": { "version": "2.2.4", @@ -9936,7 +9935,7 @@ "gl-state": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/gl-state/-/gl-state-1.0.0.tgz", - "integrity": "sha1-Ji+qdYNbC5xTLBLzitxCXR0wzRc=", + "integrity": "sha512-Od836PpgCuTC0W7uHYnEEPRdQPL1FakWlznz3hRvlO6tD5sdLfBKX9qNRGy1DjfMCDTudhyYWxiWjhql1B8N4Q==", "requires": { "uniq": "^1.0.0" } @@ -9956,9 +9955,9 @@ } }, "gl-surface3d": { - "version": "git+ssh://git@github.com/hborchardt/gl-surface3d.git#6c75a5b44781c2aaec543237312df1f14274feac", - "integrity": "sha512-ruNhbMi+vF90xNHzYZ6iY5/TR6ivPfrf8s/SXQk2VSAgPLAIOD/XgSKTOLrSvh33dldkiUumSTE8BCVYiIq+rw==", - "from": "gl-surface3d@github:hborchardt/gl-surface3d#6c75a5b44781c2aaec543237312df1f14274feac", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/gl-surface3d/-/gl-surface3d-1.6.2.tgz", + "integrity": "sha512-Duksm4g2XwPVCHGlquEwilMloNTKOnPThVDWELXKRyY01XYmz3IxsyJjuZWaZVOg5ZPnPj0ETrw396GWEf7L5Q==", "requires": { "binary-search-bounds": "^2.0.4", "bit-twiddle": "^1.0.2", @@ -11490,7 +11489,7 @@ "robust-dot-product": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/robust-dot-product/-/robust-dot-product-1.0.0.tgz", - "integrity": "sha1-yboBeL0sMEv9cl9Y6Inx2UYARVM=", + "integrity": "sha512-Nu/wah8B8RotyZLRPdlEL0ZDh3b7wSwUBLdbTHwS/yw0qqjMJ943PSCkd6EsF5R5QFDWF2x77DGsbmnv9/7/ew==", "requires": { "robust-sum": "^1.0.0", "two-product": "^1.0.0" @@ -11785,7 +11784,7 @@ "split-polygon": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/split-polygon/-/split-polygon-1.0.0.tgz", - "integrity": "sha1-DqzIoTanaxKj2VJW6n2kXbDC0kc=", + "integrity": "sha512-nBFcgQUVEE8dcOjuKaRdlM53k8RxUYpRxZ//n0pHJQGhbVscrsti+gllJI3pK3y7fgFwGWgt7NFhAX5sz0UoWQ==", "requires": { "robust-dot-product": "^1.0.0", "robust-sum": "^1.0.0" diff --git a/stackgl_modules/package.json b/stackgl_modules/package.json index 4ba61cf4439..4c89b577d64 100644 --- a/stackgl_modules/package.json +++ b/stackgl_modules/package.json @@ -28,7 +28,7 @@ "gl-spikes2d": "^1.0.2", "gl-spikes3d": "^1.0.11", "gl-streamtube3d": "^1.4.2", - "gl-surface3d": "github:hborchardt/gl-surface3d#6c75a5b44781c2aaec543237312df1f14274feac", + "gl-surface3d": "^1.6.2", "glslify": "^7.1.1", "incremental-convex-hull": "plotly/incremental-convex-hull#v1.1.0", "is-mobile": "^4.0.0",