diff --git a/web/package.json b/web/package.json index 728dcd2e5..89d0c36a2 100644 --- a/web/package.json +++ b/web/package.json @@ -104,7 +104,7 @@ "eslint-plugin-prettier": "^3.0.0", "eslint-plugin-react": "7.4.0", "file-loader": "3.0.1", - "handlebars": "^4.1.2", + "handlebars": "^4.3.0", "html-webpack-plugin": "^4.0.0-beta.4", "http-proxy-middleware": "^0.19.1", "husky": "^1.3.0", diff --git a/web/yarn.lock b/web/yarn.lock index 1baed4e23..73f2cbb0d 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -4343,9 +4343,10 @@ handle-thing@^2.0.0: version "2.0.0" resolved "http://registry.npm.taobao.org/handle-thing/download/handle-thing-2.0.0.tgz#0e039695ff50c93fc288557d696f3c1dc6776754" -handlebars@^4.0.3, handlebars@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67" +handlebars@^4.0.3, handlebars@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.3.0.tgz#427391b584626c9c9c6ffb7d1fb90aa9789221cc" + integrity sha512-7XlnO8yBXOdi7AzowjZssQr47Ctidqm7GbgARapOaqSN9HQhlClnOkR9HieGauIT3A8MBC6u9wPCXs97PCYpWg== dependencies: neo-async "^2.6.0" optimist "^0.6.1"