Bump pyright from 1.1.277 to 1.1.278

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.277 to 1.1.278.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.278/packages/pyright)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-07 06:05:17 +00:00 committed by Yuta Hayashibe
parent bbdbad9bec
commit cbf82f3bf7
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.0.0",
"devDependencies": {
"markdownlint-cli": "^0.32.1",
"pyright": "^1.1.277"
"pyright": "^1.1.278"
}
},
"node_modules/argparse": {
@ -256,9 +256,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.277",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.277.tgz",
"integrity": "sha512-a/hl2eLgoIFvFKBJOwKH63RgTMJvH5iwvgQOGVesj1QPKgYtRyde5lh+jLH/2aObxWkVgGPqkxtC1MZee3wfNA==",
"version": "1.1.278",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.278.tgz",
"integrity": "sha512-at3j7c1fFzB6Jl4+bpr9QPRC/+1gH2gAR/M6GIRS312CHE2JMt8FZRflTbuxEB8IfQAtR+l3YoRMoS1vqF28jw==",
"dev": true,
"bin": {
"pyright": "index.js",
@ -502,9 +502,9 @@
}
},
"pyright": {
"version": "1.1.277",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.277.tgz",
"integrity": "sha512-a/hl2eLgoIFvFKBJOwKH63RgTMJvH5iwvgQOGVesj1QPKgYtRyde5lh+jLH/2aObxWkVgGPqkxtC1MZee3wfNA==",
"version": "1.1.278",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.278.tgz",
"integrity": "sha512-at3j7c1fFzB6Jl4+bpr9QPRC/+1gH2gAR/M6GIRS312CHE2JMt8FZRflTbuxEB8IfQAtR+l3YoRMoS1vqF28jw==",
"dev": true
},
"run-con": {

View file

@ -11,6 +11,6 @@
"dependencies": {},
"devDependencies": {
"markdownlint-cli": "^0.32.1",
"pyright": "^1.1.277"
"pyright": "^1.1.278"
}
}