diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 0178245bf..b2761417b 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -15999,9 +15999,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.14.182", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz", - "integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==" + "version": "4.17.7", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", + "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==" }, "node_modules/@types/lodash-es": { "version": "4.17.12", @@ -64850,7 +64850,7 @@ "@types/enzyme": "^3.10.18", "@types/fetch-mock": "^7.3.8", "@types/json-bigint": "^1.0.4", - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.7", "@types/math-expression-evaluator": "^1.3.3", "@types/node": "^20.12.7", "@types/prop-types": "^15.7.2", @@ -66683,12 +66683,6 @@ "react-dom": "^16.13.1" } }, - "plugins/plugin-chart-handlebars/node_modules/@types/lodash": { - "version": "4.17.7", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", - "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==", - "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", @@ -77150,7 +77144,7 @@ "@types/enzyme": "^3.10.18", "@types/fetch-mock": "^7.3.8", "@types/json-bigint": "^1.0.4", - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.7", "@types/math-expression-evaluator": "^1.3.3", "@types/node": "^20.12.7", "@types/prop-types": "^15.7.2", @@ -77223,8 +77217,7 @@ "integrity": "sha512-ztsIGiyUvD0GaqPc9/hb8k20gnr6lupqA6SFtqt+8v2mtHhNO/Ebb6/b7N6af/7x0A7s1C8nxrEGzajMBqz8qA==" }, "@types/lodash": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz", + "version": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz", "integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==" }, "@types/math-expression-evaluator": { @@ -79676,12 +79669,6 @@ "just-handlebars-helpers": "^1.0.19" }, "dependencies": { - "@types/lodash": { - "version": "4.17.7", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", - "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==", - "dev": true - }, "just-handlebars-helpers": { "version": "1.0.19", "resolved": "https://registry.npmjs.org/just-handlebars-helpers/-/just-handlebars-helpers-1.0.19.tgz", @@ -80994,9 +80981,9 @@ } }, "@types/lodash": { - "version": "4.14.182", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz", - "integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==" + "version": "4.17.7", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", + "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==" }, "@types/lodash-es": { "version": "4.17.12", diff --git a/superset-frontend/packages/superset-ui-core/package.json b/superset-frontend/packages/superset-ui-core/package.json index 7f9144cda..aa537d7f7 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.8", "@types/json-bigint": "^1.0.4", - "@types/lodash": "^4.17.0", + "@types/lodash": "^4.17.7", "@types/math-expression-evaluator": "^1.3.3", "@types/node": "^20.12.7", "@types/prop-types": "^15.7.2",