web: bump pyright from 1.1.316 to 1.1.317 in /web (#6245)

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.316 to 1.1.317.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.317/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-07-13 13:16:09 +02:00 committed by GitHub
parent af25ba7508
commit 8f1785924f
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

@ -77,7 +77,7 @@
"lit-analyzer": "^1.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"pyright": "^1.1.316",
"pyright": "^1.1.317",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.79.1",
@ -19579,9 +19579,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.316",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.316.tgz",
"integrity": "sha512-Pdb9AwOO07uNOuEVtwCThyDpB0wigWmLjeCw5vdPG7gVbVYYgY2iw64kBdwTu78NrO0igVKzmoRuApMoL6ZE0w==",
"version": "1.1.317",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.317.tgz",
"integrity": "sha512-3tGq//Nmqfp8IDuFfQwF18dqDBq5SRo/OPBJLiW0p+VwDVSth1LS1fBrMy/u14Mqcdi7C+ARVnxXTBCpczZahg==",
"dev": true,
"bin": {
"pyright": "index.js",

View File

@ -94,7 +94,7 @@
"lit-analyzer": "^1.2.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"pyright": "^1.1.316",
"pyright": "^1.1.317",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.79.1",