From 5ed337d66d033d1f3928bb568bbfa85e96ceacd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 07:59:55 +0000 Subject: [PATCH] chore(deps-dev): bump @types/lodash in /superset-frontend Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.17.14 to 4.17.15. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- superset-frontend/package-lock.json | 10 +++++----- .../packages/superset-ui-core/package.json | 2 +- .../plugins/plugin-chart-handlebars/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 75f9f39d16e82..8365da26c4cfe 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -12196,9 +12196,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A==", + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-w/P33JFeySuhN6JLkysYUK2gEmy9kHHFN7E8ro0tkfmlDOgxBDzWEZ/J8cWA+fHqFevpswDTFZnDx+R9lbL6xw==", "license": "MIT" }, "node_modules/@types/lodash-es": { @@ -52360,7 +52360,7 @@ "@types/d3-time-format": "^4.0.3", "@types/enzyme": "^3.10.18", "@types/fetch-mock": "^7.3.8", - "@types/lodash": "^4.17.13", + "@types/lodash": "^4.17.15", "@types/math-expression-evaluator": "^1.3.3", "@types/node": "^22.10.3", "@types/prop-types": "^15.7.2", @@ -53473,7 +53473,7 @@ }, "devDependencies": { "@types/jest": "^29.5.14", - "@types/lodash": "^4.17.13", + "@types/lodash": "^4.17.15", "jest": "^29.7.0" }, "peerDependencies": { diff --git a/superset-frontend/packages/superset-ui-core/package.json b/superset-frontend/packages/superset-ui-core/package.json index 9240c7287ae3a..c19be9da043c7 100644 --- a/superset-frontend/packages/superset-ui-core/package.json +++ b/superset-frontend/packages/superset-ui-core/package.json @@ -58,7 +58,7 @@ "@types/d3-time-format": "^4.0.3", "@types/enzyme": "^3.10.18", "@types/fetch-mock": "^7.3.8", - "@types/lodash": "^4.17.13", + "@types/lodash": "^4.17.15", "@types/math-expression-evaluator": "^1.3.3", "@types/node": "^22.10.3", "@types/prop-types": "^15.7.2", diff --git a/superset-frontend/plugins/plugin-chart-handlebars/package.json b/superset-frontend/plugins/plugin-chart-handlebars/package.json index 9ff9ef71cd5e2..adf64833d79dc 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/package.json +++ b/superset-frontend/plugins/plugin-chart-handlebars/package.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@types/jest": "^29.5.14", - "@types/lodash": "^4.17.13", + "@types/lodash": "^4.17.15", "jest": "^29.7.0" } }