build(deps): update @types/lodash requirement from ^4.14.149 to ^4.17.0 in /superset-frontend/packages/superset-ui-core (#28066)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub-Actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
2f11f66167
commit
7e91d18853
|
|
@ -67882,7 +67882,7 @@
|
|||
"@types/enzyme": "^3.10.18",
|
||||
"@types/fetch-mock": "^7.3.3",
|
||||
"@types/json-bigint": "^1.0.1",
|
||||
"@types/lodash": "^4.14.149",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/math-expression-evaluator": "^1.3.3",
|
||||
"@types/node": "^18.0.0",
|
||||
"@types/prop-types": "^15.7.2",
|
||||
|
|
@ -67983,6 +67983,11 @@
|
|||
"resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.3.tgz",
|
||||
"integrity": "sha512-2p6olUZ4w3s+07q3Tm2dbiMZy5pCDfYwtLXXHUnVzXgQlZ/OyPtUz6OL382BkOuGlLXqfT+wqv8Fw2v8/0geBw=="
|
||||
},
|
||||
"packages/superset-ui-core/node_modules/@types/lodash": {
|
||||
"version": "4.17.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz",
|
||||
"integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA=="
|
||||
},
|
||||
"packages/superset-ui-core/node_modules/@types/math-expression-evaluator": {
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/math-expression-evaluator/-/math-expression-evaluator-1.3.3.tgz",
|
||||
|
|
@ -86371,7 +86376,7 @@
|
|||
"@types/enzyme": "^3.10.18",
|
||||
"@types/fetch-mock": "^7.3.3",
|
||||
"@types/json-bigint": "^1.0.1",
|
||||
"@types/lodash": "^4.14.149",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/math-expression-evaluator": "^1.3.3",
|
||||
"@types/node": "^18.0.0",
|
||||
"@types/prop-types": "^15.7.2",
|
||||
|
|
@ -86432,6 +86437,11 @@
|
|||
"resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.3.tgz",
|
||||
"integrity": "sha512-2p6olUZ4w3s+07q3Tm2dbiMZy5pCDfYwtLXXHUnVzXgQlZ/OyPtUz6OL382BkOuGlLXqfT+wqv8Fw2v8/0geBw=="
|
||||
},
|
||||
"@types/lodash": {
|
||||
"version": "4.17.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz",
|
||||
"integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA=="
|
||||
},
|
||||
"@types/math-expression-evaluator": {
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/math-expression-evaluator/-/math-expression-evaluator-1.3.3.tgz",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"@types/enzyme": "^3.10.18",
|
||||
"@types/fetch-mock": "^7.3.3",
|
||||
"@types/json-bigint": "^1.0.1",
|
||||
"@types/lodash": "^4.14.149",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/math-expression-evaluator": "^1.3.3",
|
||||
"@types/node": "^18.0.0",
|
||||
"@types/prop-types": "^15.7.2",
|
||||
|
|
|
|||
Loading…
Reference in New Issue