From 2ef85c44479d7107ac9c7871523f4f4e83304824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 10:02:22 +0200 Subject: [PATCH] build(deps): bump lit from 2.2.1 to 2.2.2 in /web (#2683) Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.2.1 to 2.2.2. - [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.2/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 44fc400e2..684871dde 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.1", + "lit": "^2.2.2", "moment": "^2.29.2", "prettier": "^2.6.2", "rapidoc": "^9.2.0", @@ -5787,9 +5787,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "node_modules/lit": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/lit/-/lit-2.2.1.tgz", - "integrity": "sha512-dSe++R50JqrvNGXmI9OE13de1z5U/Y3J2dTm/9GC86vedI8ILoR8ZGnxfThFpvQ9m0lR0qRnIR4IiKj/jDCfYw==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.2.2.tgz", + "integrity": "sha512-eN3+2QRHn/erxYB88AXiiRgQA6RltE9MhzySCwX+ACOxA/MLWN3VdXvcbZD9PN09zmUwlgzDvW3T84YWj2Sa0A==", "dependencies": { "@lit/reactive-element": "^1.3.0", "lit-element": "^3.2.0", @@ -13069,9 +13069,9 @@ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" }, "lit": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/lit/-/lit-2.2.1.tgz", - "integrity": "sha512-dSe++R50JqrvNGXmI9OE13de1z5U/Y3J2dTm/9GC86vedI8ILoR8ZGnxfThFpvQ9m0lR0qRnIR4IiKj/jDCfYw==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.2.2.tgz", + "integrity": "sha512-eN3+2QRHn/erxYB88AXiiRgQA6RltE9MhzySCwX+ACOxA/MLWN3VdXvcbZD9PN09zmUwlgzDvW3T84YWj2Sa0A==", "requires": { "@lit/reactive-element": "^1.3.0", "lit-element": "^3.2.0", diff --git a/web/package.json b/web/package.json index eecc73273..cc2717772 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.1", + "lit": "^2.2.2", "moment": "^2.29.2", "prettier": "^2.6.2", "rapidoc": "^9.2.0",