web: bump pyright from 1.1.306 to 1.1.307 in /web (#5577)

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.306 to 1.1.307.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.307/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-11 11:54:20 +02:00 committed by GitHub
parent d76c823268
commit 312f09204b
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.306",
"pyright": "^1.1.307",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
@ -8481,9 +8481,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.306",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.306.tgz",
"integrity": "sha512-2OdV1XyYZMTjGY5deOBZGaHkBuAqTR13DvwlIXFQUTx1ZSxOkCsfibOlIy1ydpDnUY2aaweaXe39clthIipnrg==",
"version": "1.1.307",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.307.tgz",
"integrity": "sha512-cvjACBhWz0xH+5tCeojUd9CE8SyVd0qzn/W2NujkcmDEsH7+D8mkP22s/vQAT5hEr+EAZC+VmoMXD9HwzHQ5Jg==",
"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.306",
"pyright": "^1.1.307",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",