web: bump pyright from 1.1.310 to 1.1.311 in /web (#5817)

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.310 to 1.1.311.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.311/packages/pyright)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  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-05-31 12:21:39 +02:00 committed by GitHub
parent aa2f0c074d
commit 0d30f618f7
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

@ -70,7 +70,7 @@
"eslint-plugin-custom-elements": "0.0.8",
"eslint-plugin-lit": "^1.8.3",
"prettier": "^2.8.8",
"pyright": "^1.1.310",
"pyright": "^1.1.311",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-cssimport": "^1.0.3",
@ -9215,9 +9215,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.310",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.310.tgz",
"integrity": "sha512-hDWXUocMWfQoUJLXt89uqLZUbf5jPr0HjtGgXrbHGchhXp7QOTwuW1nZ8iKTJXPD/G8KY/05LhbQ4cRSnXoAog==",
"version": "1.1.311",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.311.tgz",
"integrity": "sha512-/BBt70SxXyTTfDFT4KOWSanPpytOq3qV0+qZtuxw02X0sZwvO+MpJ4mpK372isoUvr2nWqLe6gfbyqGj4wyRWw==",
"dev": true,
"bin": {
"pyright": "index.js",

View File

@ -77,7 +77,7 @@
"eslint-plugin-custom-elements": "0.0.8",
"eslint-plugin-lit": "^1.8.3",
"prettier": "^2.8.8",
"pyright": "^1.1.310",
"pyright": "^1.1.311",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-cssimport": "^1.0.3",