Skip to content

Commit

Permalink
Updated to mustache@4.0.1: fix to janl/mustache.js#738
Browse files Browse the repository at this point in the history
  • Loading branch information
aielo committed Mar 16, 2020
1 parent e42a018 commit 2a311e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"homepage": "https://github.com/aielo/serverless-enhanced-config#readme",
"dependencies": {
"lodash": "^4.17.15",
"mustache": "^4.0.0",
"mustache": "^4.0.1",
"serverless-core-hooks": "^0.0.2-3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -7,10 +7,10 @@ lodash@^4.17.15:
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==

mustache@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.0.0.tgz#7f02465dbb5b435859d154831c032acdfbbefb31"
integrity sha512-FJgjyX/IVkbXBXYUwH+OYwQKqWpFPLaLVESd70yHjSDunwzV2hZOoTBvPf4KLoxesUzzyfTH6F784Uqd7Wm5yA==
mustache@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/mustache/-/mustache-4.0.1.tgz#d99beb031701ad433338e7ea65e0489416c854a2"
integrity sha512-yL5VE97+OXn4+Er3THSmTdCFCtx5hHWzrolvH+JObZnUYwuaG7XV+Ch4fR2cIrcYI0tFHxS7iyFYl14bW8y2sA==

serverless-core-hooks@^0.0.2-3:
version "0.0.2-3"
Expand Down

0 comments on commit 2a311e1

Please sign in to comment.