web: bump pyright from 1.1.307 to 1.1.308 in /web (#5591)

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

---
updated-dependencies:
- dependency-name: pyright
  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-05-12 11:47:36 +02:00 committed by GitHub
parent f2dcbf9b1d
commit 27d3d4a534
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

@ -64,7 +64,7 @@
"mermaid": "^10.1.0",
"moment": "^2.29.4",
"prettier": "^2.8.8",
"pyright": "^1.1.307",
"pyright": "^1.1.308",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
@ -8481,9 +8481,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.307",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.307.tgz",
"integrity": "sha512-cvjACBhWz0xH+5tCeojUd9CE8SyVd0qzn/W2NujkcmDEsH7+D8mkP22s/vQAT5hEr+EAZC+VmoMXD9HwzHQ5Jg==",
"version": "1.1.308",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.308.tgz",
"integrity": "sha512-1jwmLizrz58BloqxVlZc6X2dnBL95hiVfmeJSMOVavy7MDJabFLtQ/JpRP6iOUWjVwJ7JAHn8nSBH/5971WYKg==",
"bin": {
"pyright": "index.js",
"pyright-langserver": "langserver.index.js"

View File

@ -71,7 +71,7 @@
"mermaid": "^10.1.0",
"moment": "^2.29.4",
"prettier": "^2.8.8",
"pyright": "^1.1.307",
"pyright": "^1.1.308",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",