web: bump pyright from 1.1.306 to 1.1.307 in /web (#5577)
Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.306 to 1.1.307. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.307/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
d76c823268
commit
312f09204b
|
@ -64,7 +64,7 @@
|
|||
"mermaid": "^10.1.0",
|
||||
"moment": "^2.29.4",
|
||||
"prettier": "^2.8.8",
|
||||
"pyright": "^1.1.306",
|
||||
"pyright": "^1.1.307",
|
||||
"rapidoc": "^9.3.4",
|
||||
"rollup": "^2.79.1",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
|
@ -8481,9 +8481,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/pyright": {
|
||||
"version": "1.1.306",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.306.tgz",
|
||||
"integrity": "sha512-2OdV1XyYZMTjGY5deOBZGaHkBuAqTR13DvwlIXFQUTx1ZSxOkCsfibOlIy1ydpDnUY2aaweaXe39clthIipnrg==",
|
||||
"version": "1.1.307",
|
||||
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.307.tgz",
|
||||
"integrity": "sha512-cvjACBhWz0xH+5tCeojUd9CE8SyVd0qzn/W2NujkcmDEsH7+D8mkP22s/vQAT5hEr+EAZC+VmoMXD9HwzHQ5Jg==",
|
||||
"bin": {
|
||||
"pyright": "index.js",
|
||||
"pyright-langserver": "langserver.index.js"
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"mermaid": "^10.1.0",
|
||||
"moment": "^2.29.4",
|
||||
"prettier": "^2.8.8",
|
||||
"pyright": "^1.1.306",
|
||||
"pyright": "^1.1.307",
|
||||
"rapidoc": "^9.3.4",
|
||||
"rollup": "^2.79.1",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
|
|
Reference in New Issue