From b2bcdd54be2629ba7a6adb5bbaa063e45b2e61ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 03:09:20 +0000 Subject: [PATCH] Update dependency lit-html to v3 --- package-lock.json | 26 +++++++++++++++----------- package.json | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b728fc..853e9fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@joist/component": "1.8.6", "@joist/di": "1.8.6", "@joist/router": "1.8.6", - "lit-html": "1.4.1", + "lit-html": "3.0.1", "tslib": "2.3.1" }, "devDependencies": { @@ -873,8 +873,7 @@ "node_modules/@types/trusted-types": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz", - "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==", - "dev": true + "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==" }, "node_modules/@types/ws": { "version": "7.4.2", @@ -4268,9 +4267,12 @@ } }, "node_modules/lit-html": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.4.1.tgz", - "integrity": "sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.0.1.tgz", + "integrity": "sha512-1nmGaNNQg9rBvE1yJ6oS3ZNbLs3FXtlG4+jgGkix8O740qVEwwiFVTgDGIIH8N5TcQ8V9tBk5T+sxqBgffcjJg==", + "dependencies": { + "@types/trusted-types": "^2.0.2" + } }, "node_modules/lit/node_modules/lit-html": { "version": "2.0.1", @@ -8147,8 +8149,7 @@ "@types/trusted-types": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz", - "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==", - "dev": true + "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==" }, "@types/ws": { "version": "7.4.2", @@ -10833,9 +10834,12 @@ } }, "lit-html": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-1.4.1.tgz", - "integrity": "sha512-B9btcSgPYb1q4oSOb/PrOT6Z/H+r6xuNzfH4lFli/AWhYwdtrgQkQWBbIc6mdnf6E2IL3gDXdkkqNktpU0OZQA==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.0.1.tgz", + "integrity": "sha512-1nmGaNNQg9rBvE1yJ6oS3ZNbLs3FXtlG4+jgGkix8O740qVEwwiFVTgDGIIH8N5TcQ8V9tBk5T+sxqBgffcjJg==", + "requires": { + "@types/trusted-types": "^2.0.2" + } }, "loader-utils": { "version": "1.4.0", diff --git a/package.json b/package.json index 29696a1..26701b1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@joist/component": "1.8.6", "@joist/di": "1.8.6", "@joist/router": "1.8.6", - "lit-html": "1.4.1", + "lit-html": "3.0.1", "tslib": "2.3.1" }, "devDependencies": {