diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 5bd99de7a..b7de2bfeb 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -57901,7 +57901,7 @@ }, "devDependencies": { "@types/jest": "^29.5.12", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.13", "jest": "^29.7.0" }, "peerDependencies": { @@ -57916,7 +57916,9 @@ } }, "plugins/plugin-chart-handlebars/node_modules/@types/lodash": { - "version": "4.17.7", + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz", + "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==", "dev": true, "license": "MIT" }, @@ -68253,7 +68255,7 @@ "version": "file:plugins/plugin-chart-handlebars", "requires": { "@types/jest": "^29.5.12", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.13", "handlebars": "^4.7.8", "handlebars-group-by": "^1.0.1", "jest": "^29.7.0", @@ -68261,7 +68263,9 @@ }, "dependencies": { "@types/lodash": { - "version": "4.17.7", + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz", + "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==", "dev": true }, "just-handlebars-helpers": { diff --git a/superset-frontend/plugins/plugin-chart-handlebars/package.json b/superset-frontend/plugins/plugin-chart-handlebars/package.json index 7f1c2d323..9acf2f7b1 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.12", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.13", "jest": "^29.7.0" } }