From bf87832aa1cdff3c6c1ffb4e8238e7e2be87c8f0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 04:47:24 +0000 Subject: [PATCH] Bump lit-html from 1.1.1 to 1.2.1 Bumps [lit-html](https://github.com/Polymer/lit-html) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/Polymer/lit-html/releases) - [Changelog](https://github.com/Polymer/lit-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/Polymer/lit-html/compare/v1.1.1...v1.2.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 71e73b6..d71f781 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "private": false, "dependencies": { "@cljs-oss/module-deps": "^1.1.1", - "lit-html": "^1.1.1" + "lit-html": "^1.2.1" } } diff --git a/yarn.lock b/yarn.lock index cffe822..ac1e5f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -257,10 +257,10 @@ konan@1.1.0: babel-traverse "^6.23.1" babylon "^6.15.0" -lit-html@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.1.1.tgz#186ed6abcc70c0d24e1132b37411c3b2645ed1aa" - integrity sha512-1WqhkPpj+CKwLRXCCbyRGnWkcFKE4ft2+j8C2zaXwFUK9I2vYDzTuDGPh0H9hZcDBEwoe6YpPC8AO5734EPORQ== +lit-html@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.2.1.tgz#1fb933dc1e2ddc095f60b8086277d4fcd9d62cc8" + integrity sha512-GSJHHXMGLZDzTRq59IUfL9FCdAlGfqNp/dEa7k7aBaaWD+JKaCjsAk9KYm2V12ItonVaYx2dprN66Zdm1AuBTQ== lodash@^4.17.4: version "4.17.14"