Skip to content

Commit

Permalink
Bump mustache from 3.2.1 to 4.0.0 (#19300)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and eps1lon committed Jan 19, 2020
1 parent a0abfca commit 42f92d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion framer/package.json
Expand Up @@ -11,7 +11,7 @@
"case": "1.6.2",
"deepmerge": "^4.0.0",
"docs": "^4.0.0",
"mustache": "^3.1.0",
"mustache": "^4.0.0",
"react-docgen": "^5.0.0-beta.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-icons/package.json
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"fs-extra": "^8.1.0",
"mkdirp": "^0.5.0",
"mustache": "^3.0.2",
"mustache": "^4.0.0",
"svgo": "^1.3.0",
"temp": "^0.9.0",
"yargs": "^15.0.1"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Expand Up @@ -831,17 +831,17 @@
source-map-support "^0.5.16"

"@babel/runtime-corejs2@7.1.2", "@babel/runtime-corejs2@^7.4.4", "@babel/runtime-corejs2@^7.7.4":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.8.0.tgz#bdcd5d52c8c69ea4bd2dce62dc4fcad6159b2587"
integrity sha512-GsSb5MFUX2Q+zVUa7d4/8EXz7KPDuw0uNzY1sdBV7kvzdHzotxqi0HQlqesDRcffpvqcr+ZX8N+mMnb7/osExw==
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.8.3.tgz#b62a61e0c41a90d2d91181fda6de21cecd3a9734"
integrity sha512-yxJXBKdIogkfF+wgeJrvU7Afp5ugBi92NzSgNPWWKVoQAlixH3gwMP6yYYr7SV1Dbc0HmNw7WUJkV5ksvtQuHg==
dependencies:
core-js "^2.6.5"
regenerator-runtime "^0.13.2"

"@babel/runtime@7.0.0", "@babel/runtime@7.1.2", "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.1.5", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.4", "@babel/runtime@^7.7.6":
version "7.8.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.0.tgz#8c81711517c56b3d00c6de706b0fb13dc3531549"
integrity sha512-Z7ti+HB0puCcLmFE3x90kzaVgbx6TRrYIReaygW6EkBEnJh1ajS4/inhF7CypzWeDV3NFl1AfWj0eMtdihojxw==
version "7.8.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.3.tgz#0811944f73a6c926bb2ad35e918dcc1bfab279f1"
integrity sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w==
dependencies:
regenerator-runtime "^0.13.2"

Expand Down Expand Up @@ -10306,10 +10306,10 @@ multipipe@^1.0.2:
duplexer2 "^0.1.2"
object-assign "^4.1.0"

mustache@^3.0.2, mustache@^3.1.0:
version "3.2.1"
resolved "https://registry.yarnpkg.com/mustache/-/mustache-3.2.1.tgz#89e78a9d207d78f2799b1e95764a25bf71a28322"
integrity sha512-RERvMFdLpaFfSRIEe632yDm5nsd0SDKn8hGmcUwswnyiE5mtdZLDybtHAz6hjJhawokF0hXvGLtx9mrQfm6FkA==
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==

mute-stream@0.0.7:
version "0.0.7"
Expand Down

0 comments on commit 42f92d7

Please sign in to comment.