diff --git a/package-lock.json b/package-lock.json index b936c2e605a..1ea7314b5b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3760,9 +3760,9 @@ "dev": true }, "fast-isnumeric": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/fast-isnumeric/-/fast-isnumeric-1.1.2.tgz", - "integrity": "sha512-D7zJht1+NZBBv4759yXn/CJFUNJpILdgdosPFN1AjqQn9TfQJqSeCZfu0SY4bwIlXuDhzkxKoQ8BOqdiXpVzvA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/fast-isnumeric/-/fast-isnumeric-1.1.3.tgz", + "integrity": "sha512-MdojHkfLx8pjRNZyGjOhX4HxNPaf0l5R/v5rGZ1bGXCnRPyQIUAe4I1H7QtrlUwuuiDHKdpQTjT3lmueVH2otw==", "requires": { "is-string-blank": "^1.0.1" } @@ -4865,15 +4865,15 @@ "integrity": "sha1-WXpQTjZHUP9QJTqjX43qevSl0jM=" }, "gl-contour2d": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/gl-contour2d/-/gl-contour2d-1.1.5.tgz", - "integrity": "sha512-XNMXVoWgD0gbQw2k3qxiFTNJfrwTqLyOS1ed9eiDksMj2pnGatRA9fK8KN7yDOqYEZdY7ZXtAmAasqMgsaosDw==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/gl-contour2d/-/gl-contour2d-1.1.6.tgz", + "integrity": "sha512-n8nEFb4VRYooBo3+hbAgiXGELVn7PtYyVbj/hWmTNtrkxFK39Yr8LUczcT2uOOyzqq7sO3FH8+J8PSMFh+z+5A==", "requires": { - "binary-search-bounds": "^2.0.0", + "binary-search-bounds": "^2.0.4", "cdt2d": "^1.0.0", - "clean-pslg": "^1.1.0", + "clean-pslg": "^1.1.2", "gl-buffer": "^2.1.2", - "gl-shader": "^4.0.5", + "gl-shader": "^4.2.1", "glslify": "^7.0.0", "iota-array": "^1.0.0", "ndarray": "^1.0.18", diff --git a/package.json b/package.json index bcab01a9489..d74516b9aa4 100644 --- a/package.json +++ b/package.json @@ -69,10 +69,10 @@ "d3-sankey-circular": "0.33.0", "delaunay-triangulate": "^1.1.6", "es6-promise": "^3.0.2", - "fast-isnumeric": "^1.1.2", + "fast-isnumeric": "^1.1.3", "font-atlas-sdf": "^1.3.3", "gl-cone3d": "^1.3.1", - "gl-contour2d": "^1.1.5", + "gl-contour2d": "^1.1.6", "gl-error3d": "^1.0.15", "gl-heatmap2d": "^1.0.5", "gl-line3d": "^1.1.11", @@ -94,7 +94,7 @@ "matrix-camera-controller": "^2.1.3", "mouse-change": "^1.4.0", "mouse-event-offset": "^3.0.2", - "mouse-wheel": "^1.0.2", + "mouse-wheel": "^1.2.0", "ndarray": "^1.0.18", "ndarray-fill": "^1.0.2", "ndarray-homography": "^1.0.0",