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

Bumps [@lit-labs/context](https://github.com/lit/lit/tree/HEAD/packages/labs/context) from 0.3.3 to 0.4.0.
- [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.0/packages/labs/context)

---
updated-dependencies:
- dependency-name: "@lit-labs/context"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-08-16 13:56:06 +02:00 committed by GitHub
parent a9bf3ab47d
commit b097294433
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.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@goauthentik/api": "^2023.6.1-1691266058",
"@lit-labs/context": "^0.3.3",
"@lit-labs/context": "^0.4.0",
"@lit-labs/task": "^3.0.0",
"@lit/localize": "^0.11.4",
"@patternfly/elements": "^2.3.2",
@ -3465,9 +3465,9 @@
}
},
"node_modules/@lit-labs/context": {
"version": "0.3.3",
"resolved": "https://registry.npmjs.org/@lit-labs/context/-/context-0.3.3.tgz",
"integrity": "sha512-5pWPLiXJnx8fZREF4w7RXBwJOxqRBJ57tujo7k23s0ZDfnSltomvYGW4kTOurXfyzDR0OLBBkv9xsWGDhauqew==",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@lit-labs/context/-/context-0.4.0.tgz",
"integrity": "sha512-NENAYRxRUgdS1rVVrahOCzVs6JzWdREtw8GjgTVpFBy20oqZGC5tazFYpvE5m5BkKMAAQnej9hAGROb553c85g==",
"dependencies": {
"@lit/reactive-element": "^1.5.0",
"lit": "^2.7.0"

View File

@ -36,7 +36,7 @@
"@formatjs/intl-listformat": "^7.4.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@goauthentik/api": "^2023.6.1-1691266058",
"@lit-labs/context": "^0.3.3",
"@lit-labs/context": "^0.4.0",
"@lit-labs/task": "^3.0.0",
"@lit/localize": "^0.11.4",
"@patternfly/elements": "^2.3.2",