web: bump pyright from 1.1.301 to 1.1.302 in /web (#5177)

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.301 to 1.1.302.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.302/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-04-05 11:30:45 +02:00 committed by GitHub
parent 81f9842797
commit a1ad357abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@ -63,7 +63,7 @@
"mermaid": "^10.1.0",
"moment": "^2.29.4",
"prettier": "^2.8.7",
"pyright": "^1.1.301",
"pyright": "^1.1.302",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
@ -8216,9 +8216,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.301",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.301.tgz",
"integrity": "sha512-Y4MMELxQ/5+/FlWjbQTg5wbP3z+V4IyFcATSsNLpZbJm0y4gz6ijf/b0zZV1sA8yJstf6xJ98vw5qxPM0yU8Zg==",
"version": "1.1.302",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.302.tgz",
"integrity": "sha512-4OB39pA5ILpI0y6HG7LSFcFiIjT2DxgkRQzl24whgdSMPeOSChMOj+n85dp9F/AVbNdzTJyZt5QtkXO+qCEv5A==",
"bin": {
"pyright": "index.js",
"pyright-langserver": "langserver.index.js"

View File

@ -107,7 +107,7 @@
"mermaid": "^10.1.0",
"moment": "^2.29.4",
"prettier": "^2.8.7",
"pyright": "^1.1.301",
"pyright": "^1.1.302",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",