diff --git a/Directory.Packages.props b/Directory.Packages.props index a7c328d1091..546592d8ea4 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,10 +6,10 @@ - + - + diff --git a/templates/package-lock.json b/templates/package-lock.json index eac6e316be9..6cf762307ff 100644 --- a/templates/package-lock.json +++ b/templates/package-lock.json @@ -22,7 +22,7 @@ "bootstrap-icons": "^1.10.5", "highlight.js": "^11.8.0", "jquery": "3.7.0", - "lit-html": "^2.7.5", + "lit-html": "^2.8.0", "lunr": "2.3.9", "mathjax": "^3.2.2", "mermaid": "^10.3.0" @@ -6815,9 +6815,9 @@ "dev": true }, "node_modules/lit-html": { - "version": "2.7.5", - "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.7.5.tgz", - "integrity": "sha512-YqUzpisJodwKIlbMFCtyrp58oLloKGnnPLMJ1t23cbfIJjg/H9pvLWK4XS69YeubK5HUs1UE4ys9w5dP1zg6IA==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.8.0.tgz", + "integrity": "sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q==", "dependencies": { "@types/trusted-types": "^2.0.2" } @@ -15115,9 +15115,9 @@ "dev": true }, "lit-html": { - "version": "2.7.5", - "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.7.5.tgz", - "integrity": "sha512-YqUzpisJodwKIlbMFCtyrp58oLloKGnnPLMJ1t23cbfIJjg/H9pvLWK4XS69YeubK5HUs1UE4ys9w5dP1zg6IA==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.8.0.tgz", + "integrity": "sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q==", "requires": { "@types/trusted-types": "^2.0.2" } diff --git a/templates/package.json b/templates/package.json index d304e2a7581..e43c78d7c6b 100644 --- a/templates/package.json +++ b/templates/package.json @@ -31,7 +31,7 @@ "bootstrap-icons": "^1.10.5", "highlight.js": "^11.8.0", "jquery": "3.7.0", - "lit-html": "^2.7.5", + "lit-html": "^2.8.0", "lunr": "2.3.9", "mathjax": "^3.2.2", "mermaid": "^10.3.0"