web: bump pyright from 1.1.321 to 1.1.322 in /web (#6533)

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.321 to 1.1.322.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.322/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-08-14 13:34:37 +01:00 committed by GitHub
parent 15f874b9b5
commit 8b4afc4fc1
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

@ -80,7 +80,7 @@
"lit-analyzer": "^1.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.1",
"pyright": "^1.1.321",
"pyright": "^1.1.322",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.79.1",
@ -18962,9 +18962,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.321",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.321.tgz",
"integrity": "sha512-u6w4gMsA7KvySx/U21tu1+1J291/lARR4Y54uBf1Oj+o8e9JZTG+dbzo6/OV9U/Zt3cVB0dpCD3iCTvxMPVOgA==",
"version": "1.1.322",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.322.tgz",
"integrity": "sha512-PyWajD2Fs3zQ9ngT/qKMqqw3KXF1kQGOk13QGO9IfPDiK5KQVUb35eDCc05sZkEQvufkbG934X4SbsapPYg4YA==",
"dev": true,
"bin": {
"pyright": "index.js",

View File

@ -98,7 +98,7 @@
"lit-analyzer": "^1.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.1",
"pyright": "^1.1.321",
"pyright": "^1.1.322",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.79.1",