web: bump pyright from 1.1.330 to 1.1.331 in /web (#7143)

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.330 to 1.1.331.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.331/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-10-11 11:36:36 +02:00 committed by GitHub
parent d596e65ae0
commit 8f493c8e13
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

@ -84,7 +84,7 @@
"lit-analyzer": "^1.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"pyright": "^1.1.330",
"pyright": "^1.1.331",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.0.2",
@ -19456,9 +19456,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.330",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.330.tgz",
"integrity": "sha512-njXmRFlcYetFdAbbmUfafwn/RLN3BL8tlGMpqa29W18ogi6Pzynxue3pH/fWl4MQnWlCwsasIpTB//841fpPEw==",
"version": "1.1.331",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.331.tgz",
"integrity": "sha512-y1ZWJQ6faOoqehwSjGjDflBsaXVyJPrlrtc+pHmXnEEYfGlpt2Z9SwTJfhUqHBk7L8hPsueSwt+68A1x7Fy/TQ==",
"dev": true,
"bin": {
"pyright": "index.js",

View File

@ -102,7 +102,7 @@
"lit-analyzer": "^1.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"pyright": "^1.1.330",
"pyright": "^1.1.331",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.0.2",