From 455e56cc4c098c5813573f640e74179e649b46c1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 04:30:37 +0000 Subject: [PATCH] Bump lit-html from 1.1.1 to 1.4.1 Bumps [lit-html](https://github.com/Polymer/lit-html) from 1.1.1 to 1.4.1. - [Release notes](https://github.com/Polymer/lit-html/releases) - [Commits](https://github.com/Polymer/lit-html/commits) 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..6f5288a 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.4.1" } } diff --git a/yarn.lock b/yarn.lock index cffe822..c284ca7 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.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-1.4.1.tgz#0c6f3ee4ad4eb610a49831787f0478ad8e9ae5e0" + integrity sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA== lodash@^4.17.4: version "4.17.14"