Bump pyright from 1.1.272 to 1.1.273

Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.272 to 1.1.273.
- [Release notes](https://github.com/Microsoft/pyright/releases)
- [Commits](https://github.com/Microsoft/pyright/commits/1.1.273/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-03 06:29:37 +00:00 committed by GitHub
parent de0a864f79
commit 84e14fe4a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.270"
"pyright": "^1.1.273"
}
},
"node_modules/argparse": {
@ -256,9 +256,9 @@
}
},
"node_modules/pyright": {
"version": "1.1.272",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.272.tgz",
"integrity": "sha512-32AEfp7JwZ7aaSFoAObvw9CRNyctZT7UIs+4O2bBhAg1+2UaVRXUTbBeKqJD+hTuA9I+HYOLaCJWcGug70R7LA==",
"version": "1.1.273",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.273.tgz",
"integrity": "sha512-uhBqKtRnC1Rvgz7uKp13VEwIR/UuqUvlscOu/y6hQhDzpFrZi0Gft7TrSLIMdy7fRAf85dS1nduQmAIWXgl4AA==",
"dev": true,
"bin": {
"pyright": "index.js",
@ -502,9 +502,9 @@
}
},
"pyright": {
"version": "1.1.272",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.272.tgz",
"integrity": "sha512-32AEfp7JwZ7aaSFoAObvw9CRNyctZT7UIs+4O2bBhAg1+2UaVRXUTbBeKqJD+hTuA9I+HYOLaCJWcGug70R7LA==",
"version": "1.1.273",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.273.tgz",
"integrity": "sha512-uhBqKtRnC1Rvgz7uKp13VEwIR/UuqUvlscOu/y6hQhDzpFrZi0Gft7TrSLIMdy7fRAf85dS1nduQmAIWXgl4AA==",
"dev": true
},
"run-con": {

View file

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