From 7e91d18853264de8a9ef0ecc042fae82230b6772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:03:41 -0600 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub-Actions[bot] --- superset-frontend/package-lock.json | 14 ++++++++++++-- .../packages/superset-ui-core/package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 34550b7fd..f5a0975ba 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -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", diff --git a/superset-frontend/packages/superset-ui-core/package.json b/superset-frontend/packages/superset-ui-core/package.json index 567d2e649..d307190d9 100644 --- a/superset-frontend/packages/superset-ui-core/package.json +++ b/superset-frontend/packages/superset-ui-core/package.json @@ -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",