diff --git a/package-lock.json b/package-lock.json index 4b05a9ef036..1a57fd85b31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4954,13 +4954,13 @@ } }, "gl-plot2d": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/gl-plot2d/-/gl-plot2d-1.4.2.tgz", - "integrity": "sha512-YLFiu/vgDCYZ/Qnz0wn0gV60IYCtImSnx0OTMsZ5fP1XZAhFztrRb2fJfnjfEVe15yZ+G+9zJ36RlWmJsNQYjQ==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/gl-plot2d/-/gl-plot2d-1.4.3.tgz", + "integrity": "sha512-Ei6WC/SzQ7/qld8MMv7sWrFSdkq8/n7Xmdvj7sbwUkgsJirfknKfeq4DCwaMn9vD2rHOLmdT0NMW+HPrLKSeWQ==", "requires": { "binary-search-bounds": "^2.0.4", "gl-buffer": "^2.1.2", - "gl-select-static": "^2.0.4", + "gl-select-static": "^2.0.5", "gl-shader": "^4.2.1", "glsl-inverse": "^1.0.0", "glslify": "^7.0.0", @@ -4975,9 +4975,9 @@ } }, "gl-plot3d": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/gl-plot3d/-/gl-plot3d-2.4.0.tgz", - "integrity": "sha512-ZPs7gvWaCqK99GXoB0XJTMTLpChB/CiDUt3MthIawVlFhknSJLNPAJSbUU3f4pWzKCbbGtVARQr/i6XdM3MnKA==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/gl-plot3d/-/gl-plot3d-2.4.1.tgz", + "integrity": "sha512-Xm2VmZL7re85KADU1FBj6qMVLgb3jL1RcoUuQ96BgFJp9I0YiVwA4kCxK9asFhE0I2/J0PAXDtSmqbafvAV9Tw==", "requires": { "3d-view": "^2.0.0", "a-big-triangle": "^1.0.3", @@ -5045,9 +5045,9 @@ } }, "gl-select-static": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/gl-select-static/-/gl-select-static-2.0.4.tgz", - "integrity": "sha512-4Kqx5VjeT8nmV+j6fry3UBFNL2B7ktQU4o508QGVPKWCILlV44rTDq3mnBFThup8rMIH9kJQx6xWsg9jTmfeMw==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/gl-select-static/-/gl-select-static-2.0.5.tgz", + "integrity": "sha512-8H1M9ipHNsrVh8UjUmTv1xhhYjYzMnawAnw3n715Dh4DDoW32F3oBi80ev5qbJtQlvHrNkhHKuoMCJKBjfIt4g==", "requires": { "bit-twiddle": "^1.0.2", "cwise": "^1.0.3", diff --git a/package.json b/package.json index 4d887e6bfc0..98e45f2e3f1 100644 --- a/package.json +++ b/package.json @@ -81,8 +81,8 @@ "gl-line3d": "^1.1.11", "gl-mat4": "^1.2.0", "gl-mesh3d": "^2.3.0", - "gl-plot2d": "^1.4.2", - "gl-plot3d": "^2.4.0", + "gl-plot2d": "^1.4.3", + "gl-plot3d": "^2.4.1", "gl-pointcloud2d": "^1.0.2", "gl-scatter3d": "^1.2.2", "gl-select-box": "^1.0.3",