From 595386f9a6d762dc009af626c9063e709308ac8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:31:11 -0700 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Rusackas --- superset-frontend/package-lock.json | 16 ++++++++++++++-- .../plugins/plugin-chart-handlebars/package.json | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 2a8054bba3..65578fb1f1 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -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", diff --git a/superset-frontend/plugins/plugin-chart-handlebars/package.json b/superset-frontend/plugins/plugin-chart-handlebars/package.json index 8fcb8ab599..1b0df13cb9 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/package.json +++ b/superset-frontend/plugins/plugin-chart-handlebars/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/jest": "^26.0.0", - "@types/lodash": "^4.14.149", + "@types/lodash": "^4.14.202", "jest": "^26.0.1" } }