diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 407ac2ad0..0e3987959 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -28004,6 +28004,11 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/cephes": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cephes/-/cephes-2.0.0.tgz", + "integrity": "sha512-4GMUzkcXHZ0HMZ3gZdBrv8pQs1/zkJh2Q9rQOF8NJZHanM359y3XOSdeqmDBPfxQKYQpJt58R3dUpofrIXJ2mg==" + }, "node_modules/chainsaw": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz", @@ -32988,11 +32993,11 @@ "integrity": "sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=" }, "node_modules/distributions": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/distributions/-/distributions-1.1.0.tgz", - "integrity": "sha512-mufW9T1kRlzLVAaekUhgdfcMgX2r/zYQmJx3sGdUAwe0/JSQWey0XgqiDtfUUqYcr/QWHCnBd2M/v45tS/+YAQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/distributions/-/distributions-2.2.0.tgz", + "integrity": "sha512-n7ybud+CRAOZlpg+ETuA0PTiSBfyVNt8Okns5gSK4NvHwj7RamQoufptOucvVcTn9CV4DZ38p1k6TgwMexUNkQ==", "dependencies": { - "mathfn": "^1.0.0" + "cephes": "^2.0.0" } }, "node_modules/dnd-core": { @@ -50761,12 +50766,6 @@ "gl-matrix": "^3.4.0" } }, - "node_modules/mathfn": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mathfn/-/mathfn-1.2.0.tgz", - "integrity": "sha512-QBcepxkFxuGk12q4G0KuNbuU3UCXhDROxWZllaNZSpBivkHl2z8qNvi7UGE/WLJt+c7GTC4jigYtur+JDL+40A==", - "deprecated": "Use cephes instead, for a more complete and well-tested module" - }, "node_modules/mdast-util-definitions": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz", @@ -68830,7 +68829,7 @@ "version": "0.18.25", "license": "Apache-2.0", "dependencies": { - "distributions": "^1.0.0", + "distributions": "^2.2.0", "prop-types": "^15.8.1", "reactable": "^1.1.0" }, @@ -87209,7 +87208,7 @@ "@superset-ui/legacy-plugin-chart-paired-t-test": { "version": "file:plugins/legacy-plugin-chart-paired-t-test", "requires": { - "distributions": "^1.0.0", + "distributions": "^2.2.0", "prop-types": "^15.8.1", "reactable": "^1.1.0" } @@ -94055,6 +94054,11 @@ "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==" }, + "cephes": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cephes/-/cephes-2.0.0.tgz", + "integrity": "sha512-4GMUzkcXHZ0HMZ3gZdBrv8pQs1/zkJh2Q9rQOF8NJZHanM359y3XOSdeqmDBPfxQKYQpJt58R3dUpofrIXJ2mg==" + }, "chainsaw": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz", @@ -97936,11 +97940,11 @@ "integrity": "sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=" }, "distributions": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/distributions/-/distributions-1.1.0.tgz", - "integrity": "sha512-mufW9T1kRlzLVAaekUhgdfcMgX2r/zYQmJx3sGdUAwe0/JSQWey0XgqiDtfUUqYcr/QWHCnBd2M/v45tS/+YAQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/distributions/-/distributions-2.2.0.tgz", + "integrity": "sha512-n7ybud+CRAOZlpg+ETuA0PTiSBfyVNt8Okns5gSK4NvHwj7RamQoufptOucvVcTn9CV4DZ38p1k6TgwMexUNkQ==", "requires": { - "mathfn": "^1.0.0" + "cephes": "^2.0.0" } }, "dnd-core": { @@ -111606,11 +111610,6 @@ } } }, - "mathfn": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mathfn/-/mathfn-1.2.0.tgz", - "integrity": "sha512-QBcepxkFxuGk12q4G0KuNbuU3UCXhDROxWZllaNZSpBivkHl2z8qNvi7UGE/WLJt+c7GTC4jigYtur+JDL+40A==" - }, "mdast-util-definitions": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz", diff --git a/superset-frontend/plugins/legacy-plugin-chart-paired-t-test/package.json b/superset-frontend/plugins/legacy-plugin-chart-paired-t-test/package.json index a6b5ec72e..8695c9f45 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-paired-t-test/package.json +++ b/superset-frontend/plugins/legacy-plugin-chart-paired-t-test/package.json @@ -23,7 +23,7 @@ "lib" ], "dependencies": { - "distributions": "^1.0.0", + "distributions": "^2.2.0", "prop-types": "^15.8.1", "reactable": "^1.1.0" },