From 3f0bcffe340288b7e578974aa68da41fa8b2bc8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:11:44 +0000 Subject: [PATCH] Bump lit from 2.7.3 to 2.7.6 Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.7.3 to 2.7.6. - [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.7.6/packages/lit) --- updated-dependencies: - dependency-name: lit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9c0e98..97298b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "umbraco.devtools", "version": "0.0.1", "dependencies": { - "lit": "^2.7.3" + "lit": "^2.7.6" }, "devDependencies": { "@rollup/plugin-commonjs": "^24.1.0", @@ -3493,9 +3493,9 @@ } }, "node_modules/lit": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/lit/-/lit-2.7.3.tgz", - "integrity": "sha512-0a+u+vVbmgSfPu+fyvqjMPBX0Kwbyj9QOv9MbQFZhWGlV2cyk3lEwgfUQgYN+i/lx++1Z3wZknSIp3QCKxHLyg==", + "version": "2.7.6", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.7.6.tgz", + "integrity": "sha512-1amFHA7t4VaaDe+vdQejSVBklwtH9svGoG6/dZi9JhxtJBBlqY5D1RV7iLUYY0trCqQc4NfhYYZilZiVHt7Hxg==", "dependencies": { "@lit/reactive-element": "^1.6.0", "lit-element": "^3.3.0", diff --git a/package.json b/package.json index dd2e970..a9f6042 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "webextension-polyfill": "^0.10.0" }, "dependencies": { - "lit": "^2.7.3" + "lit": "^2.7.6" } }