mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Update dependency handlebars to v4.1.0
This commit is contained in:
parent
21b3e4b67c
commit
8884c90fcf
2 changed files with 12 additions and 2 deletions
|
@ -82,7 +82,7 @@
|
|||
"eslint": "5.13.0",
|
||||
"fuzzy": "0.1.3",
|
||||
"graphql-request": "1.8.2",
|
||||
"handlebars": "4.0.12",
|
||||
"handlebars": "4.1.0",
|
||||
"handlebars-loader": "1.7.1",
|
||||
"html-minifier": "3.5.21",
|
||||
"html-minifier-loader": "1.4.1",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -3278,7 +3278,17 @@ handlebars-loader@1.7.1:
|
|||
loader-utils "1.0.x"
|
||||
object-assign "^4.1.0"
|
||||
|
||||
handlebars@4.0.12, handlebars@^4.0.11:
|
||||
handlebars@4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.0.tgz#0d6a6f34ff1f63cecec8423aa4169827bf787c3a"
|
||||
dependencies:
|
||||
async "^2.5.0"
|
||||
optimist "^0.6.1"
|
||||
source-map "^0.6.1"
|
||||
optionalDependencies:
|
||||
uglify-js "^3.1.4"
|
||||
|
||||
handlebars@^4.0.11:
|
||||
version "4.0.12"
|
||||
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.12.tgz#2c15c8a96d46da5e266700518ba8cb8d919d5bc5"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue