chore(deps): bump distributions from 1.1.0 to 2.2.0 in /superset-frontend (#28836)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-11 15:28:20 -06:00 committed by GitHub
parent 8699571654
commit a7294be94f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 22 deletions

View File

@ -28004,6 +28004,11 @@
"url": "https://github.com/sponsors/wooorm" "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": { "node_modules/chainsaw": {
"version": "0.1.0", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz", "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz",
@ -32988,11 +32993,11 @@
"integrity": "sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=" "integrity": "sha1-44Mx8IRLukm5qctxx3FYWqsbxlo="
}, },
"node_modules/distributions": { "node_modules/distributions": {
"version": "1.1.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/distributions/-/distributions-1.1.0.tgz", "resolved": "https://registry.npmjs.org/distributions/-/distributions-2.2.0.tgz",
"integrity": "sha512-mufW9T1kRlzLVAaekUhgdfcMgX2r/zYQmJx3sGdUAwe0/JSQWey0XgqiDtfUUqYcr/QWHCnBd2M/v45tS/+YAQ==", "integrity": "sha512-n7ybud+CRAOZlpg+ETuA0PTiSBfyVNt8Okns5gSK4NvHwj7RamQoufptOucvVcTn9CV4DZ38p1k6TgwMexUNkQ==",
"dependencies": { "dependencies": {
"mathfn": "^1.0.0" "cephes": "^2.0.0"
} }
}, },
"node_modules/dnd-core": { "node_modules/dnd-core": {
@ -50761,12 +50766,6 @@
"gl-matrix": "^3.4.0" "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": { "node_modules/mdast-util-definitions": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz", "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz",
@ -68830,7 +68829,7 @@
"version": "0.18.25", "version": "0.18.25",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"distributions": "^1.0.0", "distributions": "^2.2.0",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"reactable": "^1.1.0" "reactable": "^1.1.0"
}, },
@ -87209,7 +87208,7 @@
"@superset-ui/legacy-plugin-chart-paired-t-test": { "@superset-ui/legacy-plugin-chart-paired-t-test": {
"version": "file:plugins/legacy-plugin-chart-paired-t-test", "version": "file:plugins/legacy-plugin-chart-paired-t-test",
"requires": { "requires": {
"distributions": "^1.0.0", "distributions": "^2.2.0",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"reactable": "^1.1.0" "reactable": "^1.1.0"
} }
@ -94055,6 +94054,11 @@
"resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==" "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": { "chainsaw": {
"version": "0.1.0", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz", "resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz",
@ -97936,11 +97940,11 @@
"integrity": "sha1-44Mx8IRLukm5qctxx3FYWqsbxlo=" "integrity": "sha1-44Mx8IRLukm5qctxx3FYWqsbxlo="
}, },
"distributions": { "distributions": {
"version": "1.1.0", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/distributions/-/distributions-1.1.0.tgz", "resolved": "https://registry.npmjs.org/distributions/-/distributions-2.2.0.tgz",
"integrity": "sha512-mufW9T1kRlzLVAaekUhgdfcMgX2r/zYQmJx3sGdUAwe0/JSQWey0XgqiDtfUUqYcr/QWHCnBd2M/v45tS/+YAQ==", "integrity": "sha512-n7ybud+CRAOZlpg+ETuA0PTiSBfyVNt8Okns5gSK4NvHwj7RamQoufptOucvVcTn9CV4DZ38p1k6TgwMexUNkQ==",
"requires": { "requires": {
"mathfn": "^1.0.0" "cephes": "^2.0.0"
} }
}, },
"dnd-core": { "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": { "mdast-util-definitions": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz", "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-4.0.0.tgz",

View File

@ -23,7 +23,7 @@
"lib" "lib"
], ],
"dependencies": { "dependencies": {
"distributions": "^1.0.0", "distributions": "^2.2.0",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
"reactable": "^1.1.0" "reactable": "^1.1.0"
}, },