Bump pyright from 1.1.274 to 1.1.275

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.274 to 1.1.275.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.275/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-10-17 06:29:54 +00:00 committed by Yuta Hayashibe
parent 660dd3d48a
commit 5eb529aa79
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.274"
"pyright": "^1.1.275"
}
},
"node_modules/argparse": {
@ -256,9 +256,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==",
"dev": true,
"bin": {
"pyright": "index.js",
@ -502,9 +502,9 @@
}
},
"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==",
"dev": true
},
"run-con": {

View file

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