From 3b3abdbe8a3694ccb8d662a3191c665316deae49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:59:03 +0100 Subject: [PATCH] Bump ts-lit-plugin from 2.0.1 to 2.0.2 in /web (#860) Bumps [ts-lit-plugin](https://github.com/runem/lit-analyzer) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/runem/lit-analyzer/releases) - [Changelog](https://github.com/runem/lit-analyzer/blob/master/CHANGELOG.md) - [Commits](https://github.com/runem/lit-analyzer/commits) --- updated-dependencies: - dependency-name: ts-lit-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index ca1475ef5..f76de1a88 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -55,7 +55,7 @@ "rollup-plugin-minify-html-literals": "^1.2.6", "rollup-plugin-terser": "^7.0.2", "sha.js": "^2.4.11", - "ts-lit-plugin": "^2.0.1", + "ts-lit-plugin": "^2.0.2", "yaml": "^2.3.4" } }, @@ -6389,9 +6389,9 @@ } }, "node_modules/ts-lit-plugin": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ts-lit-plugin/-/ts-lit-plugin-2.0.1.tgz", - "integrity": "sha512-Y5G03aDiMYHMLzoZ50kdeVkzgVig2mBw6PVY2oI9PcWl3ONTcDyYq6rJ0QzhlACYWP8sT0dmaPMsHMObgNNvvg==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/ts-lit-plugin/-/ts-lit-plugin-2.0.2.tgz", + "integrity": "sha512-DPXlVxhjWHxg8AyBLcfSYt2JXgpANV1ssxxwjY98o26gD8MzeiM68HFW9c2VeDd1CjoR3w7B/6/uKxwBQe+ioA==", "dependencies": { "lit-analyzer": "^2.0.1", "web-component-analyzer": "^2.0.0" diff --git a/web/package.json b/web/package.json index 9bcf921c6..1882ad63e 100644 --- a/web/package.json +++ b/web/package.json @@ -58,7 +58,7 @@ "rollup-plugin-minify-html-literals": "^1.2.6", "rollup-plugin-terser": "^7.0.2", "sha.js": "^2.4.11", - "ts-lit-plugin": "^2.0.1", + "ts-lit-plugin": "^2.0.2", "yaml": "^2.3.4" } }