build(deps-dev): update @types/underscore requirement from ^1.11.15 to ^1.13.0 in /superset-frontend/plugins/legacy-preset-chart-deckgl (#30785)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Rusackas <evan@rusackas.com>
This commit is contained in:
parent
b831bed7cd
commit
0c2f697f6d
|
|
@ -14001,11 +14001,6 @@
|
|||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/underscore": {
|
||||
"version": "1.11.15",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/unist": {
|
||||
"version": "2.0.3",
|
||||
"license": "MIT"
|
||||
|
|
@ -57672,7 +57667,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/mapbox__geojson-extent": "^1.0.3",
|
||||
"@types/underscore": "^1.11.15",
|
||||
"@types/underscore": "^1.13.0",
|
||||
"@types/urijs": "^1.19.25"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
@ -57741,6 +57736,13 @@
|
|||
"@math.gl/core": "4.1.0"
|
||||
}
|
||||
},
|
||||
"plugins/legacy-preset-chart-deckgl/node_modules/@types/underscore": {
|
||||
"version": "1.13.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/underscore/-/underscore-1.13.0.tgz",
|
||||
"integrity": "sha512-L6LBgy1f0EFQZ+7uSA57+n2g/s4Qs5r06Vwrwn0/nuK1de+adz00NWaztRQ30aEqw5qOaWbPI8u2cGQ52lj6VA==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"plugins/legacy-preset-chart-deckgl/node_modules/bootstrap": {
|
||||
"version": "4.6.2",
|
||||
"funding": [
|
||||
|
|
@ -68086,7 +68088,7 @@
|
|||
"@math.gl/web-mercator": "^4.1.0",
|
||||
"@types/d3-array": "^2.0.0",
|
||||
"@types/mapbox__geojson-extent": "^1.0.3",
|
||||
"@types/underscore": "^1.11.15",
|
||||
"@types/underscore": "^1.13.0",
|
||||
"@types/urijs": "^1.19.25",
|
||||
"bootstrap-slider": "^11.0.2",
|
||||
"d3-array": "^1.2.4",
|
||||
|
|
@ -68145,6 +68147,12 @@
|
|||
"@math.gl/core": "4.1.0"
|
||||
}
|
||||
},
|
||||
"@types/underscore": {
|
||||
"version": "1.13.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/underscore/-/underscore-1.13.0.tgz",
|
||||
"integrity": "sha512-L6LBgy1f0EFQZ+7uSA57+n2g/s4Qs5r06Vwrwn0/nuK1de+adz00NWaztRQ30aEqw5qOaWbPI8u2cGQ52lj6VA==",
|
||||
"dev": true
|
||||
},
|
||||
"bootstrap": {
|
||||
"version": "4.6.2",
|
||||
"peer": true,
|
||||
|
|
@ -69627,10 +69635,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"@types/underscore": {
|
||||
"version": "1.11.15",
|
||||
"dev": true
|
||||
},
|
||||
"@types/unist": {
|
||||
"version": "2.0.3"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/mapbox__geojson-extent": "^1.0.3",
|
||||
"@types/underscore": "^1.11.15",
|
||||
"@types/underscore": "^1.13.0",
|
||||
"@types/urijs": "^1.19.25"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue