From fc048cd30afc254693ded716f1c16c21678b0220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 23 Jan 2019 05:22:12 +0000 Subject: [PATCH] Bump marko from 4.14.20 to 4.14.21 Bumps [marko](https://github.com/marko-js/marko) from 4.14.20 to 4.14.21. - [Release notes](https://github.com/marko-js/marko/releases) - [Changelog](https://github.com/marko-js/marko/blob/master/CHANGELOG.md) - [Commits](https://github.com/marko-js/marko/compare/v4.14.20...v4.14.21) Signed-off-by: dependabot[bot] --- examples/marko-cli/package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/marko-cli/package.json b/examples/marko-cli/package.json index e520a50e1307..bddc5127f02f 100644 --- a/examples/marko-cli/package.json +++ b/examples/marko-cli/package.json @@ -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": { diff --git a/yarn.lock b/yarn.lock index 79ea1144823e..32f3dff1c31d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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" @@ -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"