Skip to content

Commit

Permalink
Bump marko from 4.14.20 to 4.14.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Jan 23, 2019
1 parent e48631e commit fc048cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/marko-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prettier": "prettier src/**/*.{js,css,less} *.js --write"
},
"dependencies": {
"marko": "^4.14.20",
"marko": "^4.14.21",
"marko-starter": "^2.0.4"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11743,10 +11743,10 @@ htmlescape@^1.1.0:
resolved "https://registry.yarnpkg.com/htmlescape/-/htmlescape-1.1.1.tgz#3a03edc2214bca3b66424a3e7959349509cb0351"
integrity sha1-OgPtwiFLyjtmQko+eVk0lQnLA1E=

htmljs-parser@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/htmljs-parser/-/htmljs-parser-2.6.0.tgz#3d3e6f490baf8e181744fca82f488f44de01ab9c"
integrity sha512-T+kp/Ja6nQEMBBmy45DHJ30D1vSJwebwgsSQcQnEQSIybk7tEjJgMzr6/G3ZZXezFGJo8ogNgacLB03hA4Jtog==
htmljs-parser@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/htmljs-parser/-/htmljs-parser-2.6.1.tgz#88a7c6242205cfc05648fddaa740ad97a9fd4ebe"
integrity sha512-YC3sIZq9BowjxHc1j66u8+t6BrOjXgP+m51Lo31lMRJ4G/hj2TY5e6qNf8MyD56ysdcwJM5PqzZuPuSIPwV4rg==
dependencies:
char-props "^0.1.5"
complain "^1.0.0"
Expand Down Expand Up @@ -15686,10 +15686,10 @@ marko-starter@^2.0.4:
routes-table "^1.2.1"
try-require "^1.2.1"

marko@^4.1.1, marko@^4.10.0, marko@^4.14.20:
version "4.14.20"
resolved "https://registry.yarnpkg.com/marko/-/marko-4.14.20.tgz#045b54e957924e1b5fda29c4fc77178d2008293d"
integrity sha512-YZo+pLR2n9KJtgXTEgRFfPmGpWKzb0InL5OS9IWkPYVP2b/uw+qKuN3RURit56w8dfhR2jjk1XX7C4luXjwMRg==
marko@^4.1.1, marko@^4.10.0, marko@^4.14.21:
version "4.14.21"
resolved "https://registry.yarnpkg.com/marko/-/marko-4.14.21.tgz#2f9c561503b5d56d28d22ac4aa7c9cb7b032f74d"
integrity sha512-e4jfR/4P3NuoQIZsHuOh3VpIzagsYZKMiQM0gtRwRhmAqUgjVxJP5zEJUIl4KZv9xKjauWxy5ndListzuYsf6w==
dependencies:
app-module-path "^2.2.0"
argly "^1.0.0"
Expand All @@ -15704,7 +15704,7 @@ marko@^4.1.1, marko@^4.10.0, marko@^4.14.20:
events "^1.0.2"
events-light "^1.0.0"
he "^1.1.0"
htmljs-parser "^2.6.0"
htmljs-parser "^2.6.1"
lasso-caching-fs "^1.0.1"
lasso-modules-client "^2.0.4"
lasso-package-root "^1.0.1"
Expand Down

0 comments on commit fc048cd

Please sign in to comment.