build(deps): bump underscore from 1.12.0 to 1.12.1 in /superset-frontend (#22892)
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:
parent
0e1f682bee
commit
7bd2afd724
|
|
@ -55310,9 +55310,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/underscore": {
|
||||
"version": "1.12.0",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.0.tgz",
|
||||
"integrity": "sha512-21rQzss/XPMjolTiIezSu3JAjgagXKROtNrYFEOWK109qY1Uv2tVjPTZ1ci2HgvQDA16gHYSthQIJfB+XId/rQ=="
|
||||
"version": "1.13.6",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz",
|
||||
"integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="
|
||||
},
|
||||
"node_modules/unfetch": {
|
||||
"version": "4.2.0",
|
||||
|
|
@ -60649,7 +60649,7 @@
|
|||
"mousetrap": "^1.6.1",
|
||||
"prop-types": "^15.6.0",
|
||||
"react-bootstrap-slider": "2.1.5",
|
||||
"underscore": "^1.8.3",
|
||||
"underscore": "^1.12.1",
|
||||
"urijs": "^1.19.8",
|
||||
"xss": "^1.0.10"
|
||||
},
|
||||
|
|
@ -60781,9 +60781,6 @@
|
|||
"name": "@superset-ui/plugin-chart-pivot-table",
|
||||
"version": "0.18.25",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"classnames": "^2.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/types": "^7.13.12",
|
||||
"@types/jest": "^26.0.0",
|
||||
|
|
@ -76577,7 +76574,7 @@
|
|||
"mousetrap": "^1.6.1",
|
||||
"prop-types": "^15.6.0",
|
||||
"react-bootstrap-slider": "2.1.5",
|
||||
"underscore": "^1.8.3",
|
||||
"underscore": "^1.12.1",
|
||||
"urijs": "^1.19.8",
|
||||
"xss": "^1.0.10"
|
||||
},
|
||||
|
|
@ -76677,7 +76674,6 @@
|
|||
"requires": {
|
||||
"@babel/types": "^7.13.12",
|
||||
"@types/jest": "^26.0.0",
|
||||
"classnames": "^2.3.2",
|
||||
"jest": "^26.0.1"
|
||||
}
|
||||
},
|
||||
|
|
@ -76689,7 +76685,7 @@
|
|||
"@types/d3-array": "^2.9.0",
|
||||
"@types/enzyme": "^3.10.5",
|
||||
"@types/react-table": "^7.0.29",
|
||||
"classnames": "*",
|
||||
"classnames": "^2.3.2",
|
||||
"d3-array": "^2.4.0",
|
||||
"match-sorter": "^6.3.0",
|
||||
"memoize-one": "^5.1.1",
|
||||
|
|
@ -104314,9 +104310,9 @@
|
|||
}
|
||||
},
|
||||
"underscore": {
|
||||
"version": "1.12.0",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.0.tgz",
|
||||
"integrity": "sha512-21rQzss/XPMjolTiIezSu3JAjgagXKROtNrYFEOWK109qY1Uv2tVjPTZ1ci2HgvQDA16gHYSthQIJfB+XId/rQ=="
|
||||
"version": "1.13.6",
|
||||
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz",
|
||||
"integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="
|
||||
},
|
||||
"unfetch": {
|
||||
"version": "4.2.0",
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
"mousetrap": "^1.6.1",
|
||||
"prop-types": "^15.6.0",
|
||||
"react-bootstrap-slider": "2.1.5",
|
||||
"underscore": "^1.8.3",
|
||||
"underscore": "^1.12.1",
|
||||
"urijs": "^1.19.8",
|
||||
"xss": "^1.0.10"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue