build(deps-dev): update @types/lodash requirement from ^4.14.149 to ^4.14.202 in /superset-frontend/plugins/plugin-chart-handlebars (#26595)

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:
dependabot[bot] 2024-01-23 16:31:11 -07:00 committed by GitHub
parent c2ab9bba29
commit 595386f9a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 3 deletions

View File

@ -64140,7 +64140,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.149",
"@types/lodash": "^4.14.202",
"jest": "^26.0.1"
},
"peerDependencies": {
@ -64154,6 +64154,12 @@
"react-dom": "^16.13.1"
}
},
"plugins/plugin-chart-handlebars/node_modules/@types/lodash": {
"version": "4.14.202",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz",
"integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==",
"dev": true
},
"plugins/plugin-chart-handlebars/node_modules/just-handlebars-helpers": {
"version": "1.0.19",
"resolved": "https://registry.npmjs.org/just-handlebars-helpers/-/just-handlebars-helpers-1.0.19.tgz",
@ -79239,12 +79245,18 @@
"version": "file:plugins/plugin-chart-handlebars",
"requires": {
"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.149",
"@types/lodash": "^4.14.202",
"handlebars": "^4.7.7",
"jest": "^26.0.1",
"just-handlebars-helpers": "^1.0.19"
},
"dependencies": {
"@types/lodash": {
"version": "4.14.202",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz",
"integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==",
"dev": true
},
"just-handlebars-helpers": {
"version": "1.0.19",
"resolved": "https://registry.npmjs.org/just-handlebars-helpers/-/just-handlebars-helpers-1.0.19.tgz",

View File

@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.149",
"@types/lodash": "^4.14.202",
"jest": "^26.0.1"
}
}