From 5ab3c7fa9fc8faf964bee70ad9330905b09bfea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 09:48:41 +0100 Subject: [PATCH] build(deps): bump lit from 2.1.2 to 2.1.3 in /web (#2256) Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/lit/lit/releases) - [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md) - [Commits](https://github.com/lit/lit/commits/lit@2.1.3/packages/lit) --- updated-dependencies: - dependency-name: lit 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 | 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 b0f3b7952..bc81f66f7 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -53,7 +53,7 @@ "eslint-plugin-lit": "^1.6.1", "flowchart.js": "^1.17.1", "fuse.js": "^6.5.3", - "lit": "^2.1.2", + "lit": "^2.1.3", "moment": "^2.29.1", "prettier": "^2.5.1", "rapidoc": "^9.1.4", @@ -5963,9 +5963,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "node_modules/lit": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/lit/-/lit-2.1.2.tgz", - "integrity": "sha512-XacK89dJXF7BJbpiZSMvzT4RxHag7Wt+yNx7tErEVgGVlOFAeN871bj7ivotCMgYeBFWVp/hjKF/PDTk6L7gMA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.1.3.tgz", + "integrity": "sha512-46KtKy7iDoY3wZ5VSqBlXll6J/tli5gRMPFRWi5qQ01lvIqcO+dYQwb1l1NYZjbzcHnGnCKrMb8nDv7/ZE4Y4g==", "dependencies": { "@lit/reactive-element": "^1.1.0", "lit-element": "^3.1.0", @@ -13366,9 +13366,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "lit": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/lit/-/lit-2.1.2.tgz", - "integrity": "sha512-XacK89dJXF7BJbpiZSMvzT4RxHag7Wt+yNx7tErEVgGVlOFAeN871bj7ivotCMgYeBFWVp/hjKF/PDTk6L7gMA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.1.3.tgz", + "integrity": "sha512-46KtKy7iDoY3wZ5VSqBlXll6J/tli5gRMPFRWi5qQ01lvIqcO+dYQwb1l1NYZjbzcHnGnCKrMb8nDv7/ZE4Y4g==", "requires": { "@lit/reactive-element": "^1.1.0", "lit-element": "^3.1.0", diff --git a/web/package.json b/web/package.json index e417ef01c..688b8fe00 100644 --- a/web/package.json +++ b/web/package.json @@ -92,7 +92,7 @@ "eslint-plugin-lit": "^1.6.1", "flowchart.js": "^1.17.1", "fuse.js": "^6.5.3", - "lit": "^2.1.2", + "lit": "^2.1.3", "moment": "^2.29.1", "prettier": "^2.5.1", "rapidoc": "^9.1.4",