web: bump pyright from 1.1.274 to 1.1.275 in /web (#3772)

This commit is contained in:
dependabot[bot] 2022-10-13 12:56:21 +03:00 committed by GitHub
parent b3ede52f5a
commit 4fd1a922af
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

@ -63,7 +63,7 @@
"mermaid": "^9.1.7",
"moment": "^2.29.4",
"prettier": "^2.7.1",
"pyright": "^1.1.274",
"pyright": "^1.1.275",
"rapidoc": "^9.3.3",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
@ -8150,9 +8150,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.274",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.274.tgz",
"integrity": "sha512-+MEiHktoAxlehWbBAF2vwJkJxV5tObbLK6vnc7u+iDBH06vuHqTqY33AV+YGNwfDEU35chw5zu7H3EpGROXsGQ==",
"version": "1.1.275",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.275.tgz",
"integrity": "sha512-3P3nzHFmZBa8JN/sI6R92RZW0My+kipU6YXfqIPSfZjaamHSSKCGtJnBZqzZTpzGod4+e/yhBPONtcymbTrGSA==",
"bin": {
"pyright": "index.js",
"pyright-langserver": "langserver.index.js"
@ -16033,9 +16033,9 @@
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
},
"pyright": {
"version": "1.1.274",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.274.tgz",
"integrity": "sha512-+MEiHktoAxlehWbBAF2vwJkJxV5tObbLK6vnc7u+iDBH06vuHqTqY33AV+YGNwfDEU35chw5zu7H3EpGROXsGQ=="
"version": "1.1.275",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.275.tgz",
"integrity": "sha512-3P3nzHFmZBa8JN/sI6R92RZW0My+kipU6YXfqIPSfZjaamHSSKCGtJnBZqzZTpzGod4+e/yhBPONtcymbTrGSA=="
},
"qrjs": {
"version": "0.1.2",

View File

@ -106,7 +106,7 @@
"mermaid": "^9.1.7",
"moment": "^2.29.4",
"prettier": "^2.7.1",
"pyright": "^1.1.274",
"pyright": "^1.1.275",
"rapidoc": "^9.3.3",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",