web: bump pyright from 1.1.297 to 1.1.298 in /web (#4882)
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.297 to 1.1.298. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.298/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:
parent
24d7cebbe7
commit
3c970a135c
|
@ -65,7 +65,7 @@
|
|||
"mermaid": "^10.0.2",
|
||||
"moment": "^2.29.4",
|
||||
"prettier": "^2.8.4",
|
||||
"pyright": "^1.1.297",
|
||||
"pyright": "^1.1.298",
|
||||
"rapidoc": "^9.3.4",
|
||||
"rollup": "^2.79.1",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
|
@ -8295,9 +8295,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/pyright": {
|
||||
"version": "1.1.297",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.297.tgz",
|
||||
"integrity": "sha512-ELRPrR5pOB7O65fjlrg/ZKMujemZKS43NQNMoAqtTACWkApA/os05q02zNlnUkITYRwUumqNrwIHQTJVpJASgg==",
|
||||
"version": "1.1.298",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.298.tgz",
|
||||
"integrity": "sha512-lDTIS0a7SJ6TCcACjPl1eXatYbctTgGd/Ji3aZ9oCJTVjZCIpwf4Huj6sSlhC3KmsHFCcLt4t1uFi0z/jm7qYg==",
|
||||
"bin": {
|
||||
"pyright": "index.js",
|
||||
"pyright-langserver": "langserver.index.js"
|
||||
|
@ -16300,9 +16300,9 @@
|
|||
"integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA=="
|
||||
},
|
||||
"pyright": {
|
||||
"version": "1.1.297",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.297.tgz",
|
||||
"integrity": "sha512-ELRPrR5pOB7O65fjlrg/ZKMujemZKS43NQNMoAqtTACWkApA/os05q02zNlnUkITYRwUumqNrwIHQTJVpJASgg=="
|
||||
"version": "1.1.298",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.298.tgz",
|
||||
"integrity": "sha512-lDTIS0a7SJ6TCcACjPl1eXatYbctTgGd/Ji3aZ9oCJTVjZCIpwf4Huj6sSlhC3KmsHFCcLt4t1uFi0z/jm7qYg=="
|
||||
},
|
||||
"qrjs": {
|
||||
"version": "0.1.3",
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
"mermaid": "^10.0.2",
|
||||
"moment": "^2.29.4",
|
||||
"prettier": "^2.8.4",
|
||||
"pyright": "^1.1.297",
|
||||
"pyright": "^1.1.298",
|
||||
"rapidoc": "^9.3.4",
|
||||
"rollup": "^2.79.1",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
|
|
Reference in New Issue