web: bump @lit-labs/task from 3.0.1 to 3.0.2 in /web (#6707)

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

---
updated-dependencies:
- dependency-name: "@lit-labs/task"
  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-08-30 22:13:05 +00:00 committed by GitHub
parent 32d95b6169
commit 41ed04af6c
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

@ -19,7 +19,7 @@
"@fortawesome/fontawesome-free": "^6.4.2",
"@goauthentik/api": "^2023.8.1-1693420817",
"@lit-labs/context": "^0.4.0",
"@lit-labs/task": "^3.0.1",
"@lit-labs/task": "^3.0.2",
"@lit/localize": "^0.11.4",
"@patternfly/elements": "^2.4.0",
"@patternfly/patternfly": "^4.224.2",
@ -3448,9 +3448,9 @@
"integrity": "sha512-kXOeFbfCm4fFf2A3WwVEeQj55tMZa8c8/f9AKHMobQMkzNUfUj+antR3fRPaZJawsa1aZiP/Da3ndpZrwEe4rQ=="
},
"node_modules/@lit-labs/task": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@lit-labs/task/-/task-3.0.1.tgz",
"integrity": "sha512-+VKnnVLRitDIpd/PBCTHAc012B5Xn43Sfq1scFt23aq0sxnAbTrapLR1ST2DgLRohBg/c4KlMIvgYf/5TZHqHw==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@lit-labs/task/-/task-3.0.2.tgz",
"integrity": "sha512-X6d+KWZR3q1ZrXs/auM5PbZcW3B5RlpU4gqk/upstwTZM6JN19P6o9Qgo+qjovIDsUZsYnlGQqtdPBwPrKzLUA==",
"dependencies": {
"@lit/reactive-element": "^1.1.0"
}

View File

@ -36,7 +36,7 @@
"@fortawesome/fontawesome-free": "^6.4.2",
"@goauthentik/api": "^2023.8.1-1693420817",
"@lit-labs/context": "^0.4.0",
"@lit-labs/task": "^3.0.1",
"@lit-labs/task": "^3.0.2",
"@lit/localize": "^0.11.4",
"@patternfly/elements": "^2.4.0",
"@patternfly/patternfly": "^4.224.2",