web: bump pyright from 1.1.298 to 1.1.299 in /web (#4967)

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.298 to 1.1.299.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.299/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-16 10:43:02 +01:00 committed by GitHub
parent a9dc3ff0d8
commit 808f697423
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.298",
"pyright": "^1.1.299",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
@ -8276,9 +8276,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.298",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.298.tgz",
"integrity": "sha512-lDTIS0a7SJ6TCcACjPl1eXatYbctTgGd/Ji3aZ9oCJTVjZCIpwf4Huj6sSlhC3KmsHFCcLt4t1uFi0z/jm7qYg==",
"version": "1.1.299",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.299.tgz",
"integrity": "sha512-37agqu0oNRsftFHNyGtaN3SBJJ+Qe2pembdgIpif9iL0VNqCU7j3wauSm8j0peXg1uNHFcS8UMrft4hT7w2XvQ==",
"bin": {
"pyright": "index.js",
"pyright-langserver": "langserver.index.js"
@ -16256,9 +16256,9 @@
"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA=="
},
"pyright": {
"version": "1.1.298",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.298.tgz",
"integrity": "sha512-lDTIS0a7SJ6TCcACjPl1eXatYbctTgGd/Ji3aZ9oCJTVjZCIpwf4Huj6sSlhC3KmsHFCcLt4t1uFi0z/jm7qYg=="
"version": "1.1.299",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.299.tgz",
"integrity": "sha512-37agqu0oNRsftFHNyGtaN3SBJJ+Qe2pembdgIpif9iL0VNqCU7j3wauSm8j0peXg1uNHFcS8UMrft4hT7w2XvQ=="
},
"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.298",
"pyright": "^1.1.299",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",