web: bump @lit/localize from 0.12.1 to 0.12.2 in /web (#10786)

Bumps [@lit/localize](https://github.com/Lit/Lit/tree/HEAD/packages/localize) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/Lit/Lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/localize/CHANGELOG.md)
- [Commits](https://github.com/Lit/Lit/commits/@lit/localize@0.12.2/packages/localize)

---
updated-dependencies:
- dependency-name: "@lit/localize"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-06 12:23:17 +02:00
committed by GitHub
parent 794c0e404d
commit ca07a645b5
2 changed files with 6 additions and 5 deletions

9
web/package-lock.json generated
View File

@ -21,7 +21,7 @@
"@fortawesome/fontawesome-free": "^6.6.0", "@fortawesome/fontawesome-free": "^6.6.0",
"@goauthentik/api": "^2024.6.3-1722881330", "@goauthentik/api": "^2024.6.3-1722881330",
"@lit/context": "^1.1.2", "@lit/context": "^1.1.2",
"@lit/localize": "^0.12.1", "@lit/localize": "^0.12.2",
"@lit/reactive-element": "^2.0.4", "@lit/reactive-element": "^2.0.4",
"@lit/task": "^1.0.1", "@lit/task": "^1.0.1",
"@open-wc/lit-helpers": "^0.7.0", "@open-wc/lit-helpers": "^0.7.0",
@ -4185,10 +4185,11 @@
} }
}, },
"node_modules/@lit/localize": { "node_modules/@lit/localize": {
"version": "0.12.1", "version": "0.12.2",
"license": "BSD-3-Clause", "resolved": "https://registry.npmjs.org/@lit/localize/-/localize-0.12.2.tgz",
"integrity": "sha512-Qv9kvgJKDq/JVSwXOxuWvQnnOBysHA99ti9im9a4fImCmx+fto+XXcUYQbjZHqiueEEc4V20PcRDPO+1g/6seQ==",
"dependencies": { "dependencies": {
"lit": "^2.0.0 || ^3.0.0" "lit": "^3.2.0"
} }
}, },
"node_modules/@lit/localize-tools": { "node_modules/@lit/localize-tools": {

View File

@ -48,7 +48,7 @@
"@fortawesome/fontawesome-free": "^6.6.0", "@fortawesome/fontawesome-free": "^6.6.0",
"@goauthentik/api": "^2024.6.3-1722881330", "@goauthentik/api": "^2024.6.3-1722881330",
"@lit/context": "^1.1.2", "@lit/context": "^1.1.2",
"@lit/localize": "^0.12.1", "@lit/localize": "^0.12.2",
"@lit/reactive-element": "^2.0.4", "@lit/reactive-element": "^2.0.4",
"@lit/task": "^1.0.1", "@lit/task": "^1.0.1",
"@open-wc/lit-helpers": "^0.7.0", "@open-wc/lit-helpers": "^0.7.0",