web: bump @lit-labs/context from 0.4.0 to 0.4.1 in /web (#6871)

Bumps [@lit-labs/context](https://github.com/lit/lit/tree/HEAD/packages/labs/context) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/labs/context/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/@lit-labs/context@0.4.1/packages/labs/context)

---
updated-dependencies:
- dependency-name: "@lit-labs/context"
  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] 2023-09-13 14:13:59 +02:00 committed by GitHub
parent 4dee89db00
commit 9ccbe28209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -18,7 +18,7 @@
"@formatjs/intl-listformat": "^7.4.2",
"@fortawesome/fontawesome-free": "^6.4.2",
"@goauthentik/api": "^2023.8.3-1694462695",
"@lit-labs/context": "^0.4.0",
"@lit-labs/context": "^0.4.1",
"@lit-labs/task": "^3.0.2",
"@lit/localize": "^0.11.4",
"@open-wc/lit-helpers": "^0.6.0",
@ -3429,9 +3429,9 @@
}
},
"node_modules/@lit-labs/context": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@lit-labs/context/-/context-0.4.0.tgz",
"integrity": "sha512-NENAYRxRUgdS1rVVrahOCzVs6JzWdREtw8GjgTVpFBy20oqZGC5tazFYpvE5m5BkKMAAQnej9hAGROb553c85g==",
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@lit-labs/context/-/context-0.4.1.tgz",
"integrity": "sha512-o+uKepgEPoYAVaPvSASoDiUWKdcf7neyhFcm9dvtiLgptKoINZD1vW7GbbH/2hPtxLxgcmVfZ9NDCXNDQeHTHQ==",
"dependencies": {
"@lit/reactive-element": "^1.5.0",
"lit": "^2.7.0"

View File

@ -36,7 +36,7 @@
"@formatjs/intl-listformat": "^7.4.2",
"@fortawesome/fontawesome-free": "^6.4.2",
"@goauthentik/api": "^2023.8.3-1694462695",
"@lit-labs/context": "^0.4.0",
"@lit-labs/context": "^0.4.1",
"@lit-labs/task": "^3.0.2",
"@lit/localize": "^0.11.4",
"@open-wc/lit-helpers": "^0.6.0",