web: bump pyright from 1.1.290 to 1.1.291 in /web (#4519)

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.290 to 1.1.291.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.291/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>

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-01-25 11:23:38 +01:00 committed by GitHub
parent 32c7c58518
commit d2a9a294f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -64,7 +64,7 @@
"mermaid": "^9.3.0",
"moment": "^2.29.4",
"prettier": "^2.8.3",
"pyright": "^1.1.290",
"pyright": "^1.1.291",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
@ -8203,9 +8203,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.290",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.290.tgz",
"integrity": "sha512-iHT8G2+R/GUfYWxxd4ud5Lj/0H0bE1eWVR0avKKgPtkBeLkUz3sorjKpfuaJdsuJNrunzMtZsmYPD366t39klg==",
"version": "1.1.291",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.291.tgz",
"integrity": "sha512-wkSlCEhF1OwtJqHuifwxk76UMr1NPqsAbPIlCh7tiZx8VUdZs17NCGNorhyb2M+GFEvp8pod9Xyu1LXN1JL2kQ==",
"bin": {
"pyright": "index.js",
"pyright-langserver": "langserver.index.js"
@ -16112,9 +16112,9 @@
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
},
"pyright": {
"version": "1.1.290",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.290.tgz",
"integrity": "sha512-iHT8G2+R/GUfYWxxd4ud5Lj/0H0bE1eWVR0avKKgPtkBeLkUz3sorjKpfuaJdsuJNrunzMtZsmYPD366t39klg=="
"version": "1.1.291",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.291.tgz",
"integrity": "sha512-wkSlCEhF1OwtJqHuifwxk76UMr1NPqsAbPIlCh7tiZx8VUdZs17NCGNorhyb2M+GFEvp8pod9Xyu1LXN1JL2kQ=="
},
"qrjs": {
"version": "0.1.2",

View File

@ -108,7 +108,7 @@
"mermaid": "^9.3.0",
"moment": "^2.29.4",
"prettier": "^2.8.3",
"pyright": "^1.1.290",
"pyright": "^1.1.291",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",