web: bump pyright from 1.1.300 to 1.1.301 in /web (#5117)

This commit is contained in:
dependabot[bot] 2023-03-29 14:51:22 +02:00 committed by GitHub
parent 8c33d13dff
commit 2e5a33f0c2
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.0.2",
"moment": "^2.29.4",
"prettier": "^2.8.7",
"pyright": "^1.1.300",
"pyright": "^1.1.301",
"rapidoc": "^9.3.4",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
@ -8152,9 +8152,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.300",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.300.tgz",
"integrity": "sha512-0MLX7pJxrJfsn/h6CxMyBt8sfnd2kt64oeNzwdgRRHGMLPtGZDQ9njhvcNgoFg7wS9hvg6Ar1odJReIuqSE8uA==",
"version": "1.1.301",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.301.tgz",
"integrity": "sha512-Y4MMELxQ/5+/FlWjbQTg5wbP3z+V4IyFcATSsNLpZbJm0y4gz6ijf/b0zZV1sA8yJstf6xJ98vw5qxPM0yU8Zg==",
"bin": {
"pyright": "index.js",
"pyright-langserver": "langserver.index.js"

View File

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