From 79caba45cceef11b580095b5e07d342f640b0fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 10:25:07 +0200 Subject: [PATCH] build(deps): bump lit from 2.2.2 to 2.2.3 in /web (#2787) Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.2.2 to 2.2.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.2.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 57f6d405b..30657fd55 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.2.2", + "lit": "^2.2.3", "moment": "^2.29.3", "prettier": "^2.6.2", "rapidoc": "^9.2.0", @@ -5792,9 +5792,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "node_modules/lit": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/lit/-/lit-2.2.2.tgz", - "integrity": "sha512-eN3+2QRHn/erxYB88AXiiRgQA6RltE9MhzySCwX+ACOxA/MLWN3VdXvcbZD9PN09zmUwlgzDvW3T84YWj2Sa0A==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.2.3.tgz", + "integrity": "sha512-5/v+r9dH3Pw/o0rhp/qYk3ERvOUclNF31bWb0FiW6MPgwdQIr+/KCt/p3zcd8aPl8lIGnxdGrVcZA+gWS6oFOQ==", "dependencies": { "@lit/reactive-element": "^1.3.0", "lit-element": "^3.2.0", @@ -13073,9 +13073,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "lit": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/lit/-/lit-2.2.2.tgz", - "integrity": "sha512-eN3+2QRHn/erxYB88AXiiRgQA6RltE9MhzySCwX+ACOxA/MLWN3VdXvcbZD9PN09zmUwlgzDvW3T84YWj2Sa0A==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.2.3.tgz", + "integrity": "sha512-5/v+r9dH3Pw/o0rhp/qYk3ERvOUclNF31bWb0FiW6MPgwdQIr+/KCt/p3zcd8aPl8lIGnxdGrVcZA+gWS6oFOQ==", "requires": { "@lit/reactive-element": "^1.3.0", "lit-element": "^3.2.0", diff --git a/web/package.json b/web/package.json index 4b0566c50..eb2db4ec2 100644 --- a/web/package.json +++ b/web/package.json @@ -96,7 +96,7 @@ "eslint-plugin-lit": "^1.6.1", "flowchart.js": "^1.17.1", "fuse.js": "^6.5.3", - "lit": "^2.2.2", + "lit": "^2.2.3", "moment": "^2.29.3", "prettier": "^2.6.2", "rapidoc": "^9.2.0",