diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index f2af0cb61..f4be125f8 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -27022,11 +27022,12 @@ "license": "MIT" }, "node_modules/handlebars": { - "version": "4.7.7", - "license": "MIT", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", + "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", "dependencies": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, @@ -57227,7 +57228,7 @@ "version": "0.18.25", "license": "Apache-2.0", "dependencies": { - "handlebars": "^4.7.7", + "handlebars": "^4.7.8", "just-handlebars-helpers": "^1.0.19" }, "devDependencies": { @@ -67518,7 +67519,7 @@ "requires": { "@types/jest": "^29.5.12", "@types/lodash": "^4.17.7", - "handlebars": "^4.7.7", + "handlebars": "^4.7.8", "jest": "^29.7.0", "just-handlebars-helpers": "^1.0.19" }, @@ -77756,10 +77757,12 @@ "dev": true }, "handlebars": { - "version": "4.7.7", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", + "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", "requires": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "uglify-js": "^3.1.4", "wordwrap": "^1.0.0" diff --git a/superset-frontend/plugins/plugin-chart-handlebars/package.json b/superset-frontend/plugins/plugin-chart-handlebars/package.json index c99df40f0..3db9ff58e 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/package.json +++ b/superset-frontend/plugins/plugin-chart-handlebars/package.json @@ -27,7 +27,7 @@ "access": "public" }, "dependencies": { - "handlebars": "^4.7.7", + "handlebars": "^4.7.8", "just-handlebars-helpers": "^1.0.19" }, "peerDependencies": {