web: bump pyright from 1.1.296 to 1.1.297 in /web (#4872)

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.296 to 1.1.297.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.297/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-03-08 10:51:50 +01:00 committed by GitHub
parent 4afcc240a3
commit 618527b51c
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

@ -65,7 +65,7 @@
"mermaid": "^10.0.2",
"moment": "^2.29.4",
"prettier": "^2.8.4",
"pyright": "^1.1.296",
"pyright": "^1.1.297",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
@ -8295,9 +8295,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.296",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.296.tgz",
"integrity": "sha512-T04flbRRbbzp37X4fdb8FedoavLYAY2pk5x3jxadnBXYssJn0WQCVWeIFryWGDe6v+a3iOrxbMt2EawNKkNVHQ==",
"version": "1.1.297",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.297.tgz",
"integrity": "sha512-ELRPrR5pOB7O65fjlrg/ZKMujemZKS43NQNMoAqtTACWkApA/os05q02zNlnUkITYRwUumqNrwIHQTJVpJASgg==",
"bin": {
"pyright": "index.js",
"pyright-langserver": "langserver.index.js"
@ -16300,9 +16300,9 @@
"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA=="
},
"pyright": {
"version": "1.1.296",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.296.tgz",
"integrity": "sha512-T04flbRRbbzp37X4fdb8FedoavLYAY2pk5x3jxadnBXYssJn0WQCVWeIFryWGDe6v+a3iOrxbMt2EawNKkNVHQ=="
"version": "1.1.297",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.297.tgz",
"integrity": "sha512-ELRPrR5pOB7O65fjlrg/ZKMujemZKS43NQNMoAqtTACWkApA/os05q02zNlnUkITYRwUumqNrwIHQTJVpJASgg=="
},
"qrjs": {
"version": "0.1.3",

View File

@ -109,7 +109,7 @@
"mermaid": "^10.0.2",
"moment": "^2.29.4",
"prettier": "^2.8.4",
"pyright": "^1.1.296",
"pyright": "^1.1.297",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",