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

Bumps [@lit-labs/context](https://github.com/lit/lit/tree/HEAD/packages/labs/context) from 0.4.1 to 0.5.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.5.1/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-11-06 10:38:37 -08:00 committed by GitHub
parent a7933c84c1
commit 924f3c9075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 7 deletions

19
web/package-lock.json generated
View File

@ -18,7 +18,7 @@
"@formatjs/intl-listformat": "^7.5.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@goauthentik/api": "^2023.10.2-1698526374",
"@lit-labs/context": "^0.4.1",
"@lit-labs/context": "^0.5.1",
"@lit-labs/task": "^3.1.0",
"@lit/localize": "^0.11.4",
"@open-wc/lit-helpers": "^0.6.0",
@ -3436,12 +3436,11 @@
}
},
"node_modules/@lit-labs/context": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@lit-labs/context/-/context-0.4.1.tgz",
"integrity": "sha512-o+uKepgEPoYAVaPvSASoDiUWKdcf7neyhFcm9dvtiLgptKoINZD1vW7GbbH/2hPtxLxgcmVfZ9NDCXNDQeHTHQ==",
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/@lit-labs/context/-/context-0.5.1.tgz",
"integrity": "sha512-ELR50iyIFb0mOTkzR7bSUamipLY8QzbiXzTElJr+fInBhUpUbe4bx7Z2ekPO+WbunQRB2Bc3z/V7lIPTN+tbVQ==",
"dependencies": {
"@lit/reactive-element": "^1.5.0",
"lit": "^2.7.0"
"@lit/context": "^1.0.0"
}
},
"node_modules/@lit-labs/ssr-dom-shim": {
@ -3457,6 +3456,14 @@
"@lit/task": "^1.0.0"
}
},
"node_modules/@lit/context": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@lit/context/-/context-1.0.1.tgz",
"integrity": "sha512-ujQEV42vRjhNzCu/YNc+dy8eq48cEYO2SvEl7iCmMzt8X7ixUYcDt8DPV1UBr58FJ7EUe9vTLPv/0soAi9bfRw==",
"dependencies": {
"@lit/reactive-element": "^1.6.2 || ^2.0.0"
}
},
"node_modules/@lit/localize": {
"version": "0.11.4",
"resolved": "https://registry.npmjs.org/@lit/localize/-/localize-0.11.4.tgz",

View File

@ -39,7 +39,7 @@
"@formatjs/intl-listformat": "^7.5.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@goauthentik/api": "^2023.10.2-1698526374",
"@lit-labs/context": "^0.4.1",
"@lit-labs/context": "^0.5.1",
"@lit-labs/task": "^3.1.0",
"@lit/localize": "^0.11.4",
"@open-wc/lit-helpers": "^0.6.0",