build(deps-dev): update @types/lodash requirement from ^4.17.7 to ^4.17.13 in /superset-frontend/plugins/plugin-chart-handlebars (#30779)
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
d9554622c0
commit
b831bed7cd
|
|
@ -57901,7 +57901,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/lodash": "^4.17.7",
|
||||
"@types/lodash": "^4.17.13",
|
||||
"jest": "^29.7.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
@ -57916,7 +57916,9 @@
|
|||
}
|
||||
},
|
||||
"plugins/plugin-chart-handlebars/node_modules/@types/lodash": {
|
||||
"version": "4.17.7",
|
||||
"version": "4.17.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz",
|
||||
"integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
|
|
@ -68253,7 +68255,7 @@
|
|||
"version": "file:plugins/plugin-chart-handlebars",
|
||||
"requires": {
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/lodash": "^4.17.7",
|
||||
"@types/lodash": "^4.17.13",
|
||||
"handlebars": "^4.7.8",
|
||||
"handlebars-group-by": "^1.0.1",
|
||||
"jest": "^29.7.0",
|
||||
|
|
@ -68261,7 +68263,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@types/lodash": {
|
||||
"version": "4.17.7",
|
||||
"version": "4.17.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz",
|
||||
"integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==",
|
||||
"dev": true
|
||||
},
|
||||
"just-handlebars-helpers": {
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/lodash": "^4.17.7",
|
||||
"@types/lodash": "^4.17.13",
|
||||
"jest": "^29.7.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue