1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[deps] Autofill: Update lit to v3.3.0 (#14479)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-21 16:35:30 -04:00
committed by GitHub
parent 27884d9ffe
commit f0b255117e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -50,7 +50,7 @@
"koa": "2.16.1", "koa": "2.16.1",
"koa-bodyparser": "4.4.1", "koa-bodyparser": "4.4.1",
"koa-json": "2.0.2", "koa-json": "2.0.2",
"lit": "3.2.1", "lit": "3.3.0",
"lowdb": "1.0.0", "lowdb": "1.0.0",
"lunr": "2.3.9", "lunr": "2.3.9",
"multer": "1.4.5-lts.2", "multer": "1.4.5-lts.2",
@@ -26466,14 +26466,14 @@
} }
}, },
"node_modules/lit": { "node_modules/lit": {
"version": "3.2.1", "version": "3.3.0",
"resolved": "https://registry.npmjs.org/lit/-/lit-3.2.1.tgz", "resolved": "https://registry.npmjs.org/lit/-/lit-3.3.0.tgz",
"integrity": "sha512-1BBa1E/z0O9ye5fZprPtdqnc0BFzxIxTTOO/tQFmyC/hj1O3jL4TfmLBw0WEwjAokdLwpclkvGgDJwTIh0/22w==", "integrity": "sha512-DGVsqsOIHBww2DqnuZzW7QsuCdahp50ojuDaBPC7jUDRpYoH0z7kHBBYZewRzer75FwtrkmkKk7iOAwSaWdBmw==",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"@lit/reactive-element": "^2.0.4", "@lit/reactive-element": "^2.1.0",
"lit-element": "^4.1.0", "lit-element": "^4.2.0",
"lit-html": "^3.2.0" "lit-html": "^3.3.0"
} }
}, },
"node_modules/lit-element": { "node_modules/lit-element": {

View File

@@ -185,7 +185,7 @@
"koa": "2.16.1", "koa": "2.16.1",
"koa-bodyparser": "4.4.1", "koa-bodyparser": "4.4.1",
"koa-json": "2.0.2", "koa-json": "2.0.2",
"lit": "3.2.1", "lit": "3.3.0",
"lowdb": "1.0.0", "lowdb": "1.0.0",
"lunr": "2.3.9", "lunr": "2.3.9",
"multer": "1.4.5-lts.2", "multer": "1.4.5-lts.2",