Bump pyright from 1.1.286 to 1.1.287

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.286 to 1.1.287.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.287/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] 2023-01-09 06:51:58 +00:00 committed by Yuta Hayashibe
parent 22fcbfcea0
commit 2c9aa5c4c2
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"devDependencies": { "devDependencies": {
"markdownlint-cli": "^0.33.0", "markdownlint-cli": "^0.33.0",
"pyright": "^1.1.286" "pyright": "^1.1.287"
} }
}, },
"node_modules/argparse": { "node_modules/argparse": {
@ -249,9 +249,9 @@
} }
}, },
"node_modules/pyright": { "node_modules/pyright": {
"version": "1.1.286", "version": "1.1.287",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.286.tgz", "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.287.tgz",
"integrity": "sha512-67+zViU+bN8m6cZQQc65aSinEguuFDI6gn2yf+naMjXuR5s65sAHAjP2FcPnd/AeB+F9fq4oytJ8UQOAbhLhFg==", "integrity": "sha512-katsAvKQea24z3PLRsyRFlPFR4G/G7PduWM9XzYfnRNs0jx730xRYbwB9DoUJBxHJansf+HRhnG30H7Zzk22Tg==",
"dev": true, "dev": true,
"bin": { "bin": {
"pyright": "index.js", "pyright": "index.js",

View file

@ -11,6 +11,6 @@
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"markdownlint-cli": "^0.33.0", "markdownlint-cli": "^0.33.0",
"pyright": "^1.1.286" "pyright": "^1.1.287"
} }
} }