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" } }