You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/11/13 10:50:09 UTC

(myfaces-tobago) branch tobago-5.x updated: build(deps): bump lit-html from 3.0.1 to 3.0.2 in /tobago-theme

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new b5be601655 build(deps): bump lit-html from 3.0.1 to 3.0.2 in /tobago-theme
b5be601655 is described below

commit b5be601655fef47643d6fff184414c84edf4dd19
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 13 10:38:19 2023 +0000

    build(deps): bump lit-html from 3.0.1 to 3.0.2 in /tobago-theme
    
    Bumps [lit-html](https://github.com/lit/lit/tree/HEAD/packages/lit-html) from 3.0.1 to 3.0.2.
    - [Release notes](https://github.com/lit/lit/releases)
    - [Changelog](https://github.com/lit/lit/blob/main/packages/lit-html/CHANGELOG.md)
    - [Commits](https://github.com/lit/lit/commits/lit-html@3.0.2/packages/lit-html)
    
    ---
    updated-dependencies:
    - dependency-name: lit-html
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/package-lock.json | 14 +++++++-------
 tobago-theme/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 076eb67c9b..52d5555552 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -12,7 +12,7 @@
         "@trevoreyre/autocomplete-js": "^2.4.1",
         "bootstrap": "5.3.2",
         "bootstrap-icons": "1.11.1",
-        "lit-html": "^3.0.1"
+        "lit-html": "^3.0.2"
       },
       "devDependencies": {
         "@rollup/plugin-commonjs": "^25.0.7",
@@ -4779,9 +4779,9 @@
       "dev": true
     },
     "node_modules/lit-html": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.0.1.tgz",
-      "integrity": "sha512-1nmGaNNQg9rBvE1yJ6oS3ZNbLs3FXtlG4+jgGkix8O740qVEwwiFVTgDGIIH8N5TcQ8V9tBk5T+sxqBgffcjJg==",
+      "version": "3.0.2",
+      "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.0.2.tgz",
+      "integrity": "sha512-Q1A5lHza3bnmxoWJn6yS6vQZQdExl4fghk8W1G+jnAEdoFNYo5oeBBb/Ol7zSEdKd3TR7+r0zsJQyuWEVguiyQ==",
       "dependencies": {
         "@types/trusted-types": "^2.0.2"
       }
@@ -10284,9 +10284,9 @@
       "dev": true
     },
     "lit-html": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.0.1.tgz",
-      "integrity": "sha512-1nmGaNNQg9rBvE1yJ6oS3ZNbLs3FXtlG4+jgGkix8O740qVEwwiFVTgDGIIH8N5TcQ8V9tBk5T+sxqBgffcjJg==",
+      "version": "3.0.2",
+      "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-3.0.2.tgz",
+      "integrity": "sha512-Q1A5lHza3bnmxoWJn6yS6vQZQdExl4fghk8W1G+jnAEdoFNYo5oeBBb/Ol7zSEdKd3TR7+r0zsJQyuWEVguiyQ==",
       "requires": {
         "@types/trusted-types": "^2.0.2"
       }
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 7c5bbfafc4..5b309cde2b 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -70,7 +70,7 @@
     "@trevoreyre/autocomplete-js": "^2.4.1",
     "bootstrap": "5.3.2",
     "bootstrap-icons": "1.11.1",
-    "lit-html": "^3.0.1"
+    "lit-html": "^3.0.2"
   },
   "devDependencies": {
     "@rollup/plugin-commonjs": "^25.0.7",