From c74c8b2083f6b3d84696bed6824d9f1f57293509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 08:43:10 +0200 Subject: [PATCH] build(deps): bump lit-html from 1.4.0 to 1.4.1 in /web (#836) --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index c257a5620..78a42e00d 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -45,7 +45,7 @@ "eslint-plugin-lit": "^1.3.0", "flowchart.js": "^1.15.0", "lit-element": "^2.5.0", - "lit-html": "^1.4.0", + "lit-html": "^1.4.1", "moment": "^2.29.1", "rapidoc": "^9.0.0", "rollup": "^2.47.0", @@ -5575,9 +5575,9 @@ } }, "node_modules/lit-html": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.4.0.tgz", - "integrity": "sha512-cgaqPSgqHRaTH/P1DnWD/dQxudtrHqD0xo1AoyOGJZir2rXgsvTg77z6Pitwk9B+kL23EakD62HV3x8sT01aWQ==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.4.1.tgz", + "integrity": "sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA==" }, "node_modules/locate-path": { "version": "5.0.0", @@ -12745,9 +12745,9 @@ } }, "lit-html": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.4.0.tgz", - "integrity": "sha512-cgaqPSgqHRaTH/P1DnWD/dQxudtrHqD0xo1AoyOGJZir2rXgsvTg77z6Pitwk9B+kL23EakD62HV3x8sT01aWQ==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.4.1.tgz", + "integrity": "sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA==" }, "locate-path": { "version": "5.0.0", diff --git a/web/package.json b/web/package.json index 4b8d97f7c..1ae01cc7b 100644 --- a/web/package.json +++ b/web/package.json @@ -71,7 +71,7 @@ "eslint-plugin-lit": "^1.3.0", "flowchart.js": "^1.15.0", "lit-element": "^2.5.0", - "lit-html": "^1.4.0", + "lit-html": "^1.4.1", "moment": "^2.29.1", "rapidoc": "^9.0.0", "rollup": "^2.47.0",