web: bump pyright from 1.1.291 to 1.1.292 in /web (#4583)

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.291 to 1.1.292.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.292/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-02-01 10:46:09 +01:00 committed by GitHub
parent 9394a76962
commit 40463088d2
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.291",
"pyright": "^1.1.292",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
@ -8377,9 +8377,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.291",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.291.tgz",
"integrity": "sha512-wkSlCEhF1OwtJqHuifwxk76UMr1NPqsAbPIlCh7tiZx8VUdZs17NCGNorhyb2M+GFEvp8pod9Xyu1LXN1JL2kQ==",
"version": "1.1.292",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.292.tgz",
"integrity": "sha512-qwNT2mBKiZXSzVckHkyuCoyrKa8CXh6o4xH7PL/+jeIdiv+a5ljfkxPvIEm6Stln8YEU/tnQb8xODUtgKsu5YA==",
"bin": {
"pyright": "index.js",
"pyright-langserver": "langserver.index.js"
@ -16376,9 +16376,9 @@
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
},
"pyright": {
"version": "1.1.291",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.291.tgz",
"integrity": "sha512-wkSlCEhF1OwtJqHuifwxk76UMr1NPqsAbPIlCh7tiZx8VUdZs17NCGNorhyb2M+GFEvp8pod9Xyu1LXN1JL2kQ=="
"version": "1.1.292",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.292.tgz",
"integrity": "sha512-qwNT2mBKiZXSzVckHkyuCoyrKa8CXh6o4xH7PL/+jeIdiv+a5ljfkxPvIEm6Stln8YEU/tnQb8xODUtgKsu5YA=="
},
"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.291",
"pyright": "^1.1.292",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",