Bump pyright from 1.1.278 to 1.1.279

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.278 to 1.1.279.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.279/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-14 06:07:50 +00:00 committed by Yuta Hayashibe
parent 564fbff162
commit c187e9c393
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.278"
"pyright": "^1.1.279"
}
},
"node_modules/argparse": {
@ -259,9 +259,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.278",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.278.tgz",
"integrity": "sha512-at3j7c1fFzB6Jl4+bpr9QPRC/+1gH2gAR/M6GIRS312CHE2JMt8FZRflTbuxEB8IfQAtR+l3YoRMoS1vqF28jw==",
"version": "1.1.279",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.279.tgz",
"integrity": "sha512-Npj9xGdspkaCLUttTDYK6nSlw403vzFlfMXdwCVH8u6BvITnSH/pJHT+CyYvrILXNevRazgltT7JDbWg2VJEFA==",
"dev": true,
"bin": {
"pyright": "index.js",
@ -505,9 +505,9 @@
}
},
"pyright": {
"version": "1.1.278",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.278.tgz",
"integrity": "sha512-at3j7c1fFzB6Jl4+bpr9QPRC/+1gH2gAR/M6GIRS312CHE2JMt8FZRflTbuxEB8IfQAtR+l3YoRMoS1vqF28jw==",
"version": "1.1.279",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.279.tgz",
"integrity": "sha512-Npj9xGdspkaCLUttTDYK6nSlw403vzFlfMXdwCVH8u6BvITnSH/pJHT+CyYvrILXNevRazgltT7JDbWg2VJEFA==",
"dev": true
},
"run-con": {

View file

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