Merge pull request #16 from shirayu/dependabot/npm_and_yarn/pyright-1.1.273

Bump pyright from 1.1.272 to 1.1.273
This commit is contained in:
Yuta Hayashibe 2022-10-03 18:32:16 +09:00 committed by GitHub
commit e7ca9bbfde
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", "version": "1.0.0",
"devDependencies": { "devDependencies": {
"markdownlint-cli": "^0.32.1", "markdownlint-cli": "^0.32.1",
"pyright": "^1.1.270" "pyright": "^1.1.273"
} }
}, },
"node_modules/argparse": { "node_modules/argparse": {
@ -256,9 +256,9 @@
} }
}, },
"node_modules/pyright": { "node_modules/pyright": {
"version": "1.1.272", "version": "1.1.273",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.272.tgz", "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.273.tgz",
"integrity": "sha512-32AEfp7JwZ7aaSFoAObvw9CRNyctZT7UIs+4O2bBhAg1+2UaVRXUTbBeKqJD+hTuA9I+HYOLaCJWcGug70R7LA==", "integrity": "sha512-uhBqKtRnC1Rvgz7uKp13VEwIR/UuqUvlscOu/y6hQhDzpFrZi0Gft7TrSLIMdy7fRAf85dS1nduQmAIWXgl4AA==",
"dev": true, "dev": true,
"bin": { "bin": {
"pyright": "index.js", "pyright": "index.js",
@ -502,9 +502,9 @@
} }
}, },
"pyright": { "pyright": {
"version": "1.1.272", "version": "1.1.273",
"resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.272.tgz", "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.273.tgz",
"integrity": "sha512-32AEfp7JwZ7aaSFoAObvw9CRNyctZT7UIs+4O2bBhAg1+2UaVRXUTbBeKqJD+hTuA9I+HYOLaCJWcGug70R7LA==", "integrity": "sha512-uhBqKtRnC1Rvgz7uKp13VEwIR/UuqUvlscOu/y6hQhDzpFrZi0Gft7TrSLIMdy7fRAf85dS1nduQmAIWXgl4AA==",
"dev": true "dev": true
}, },
"run-con": { "run-con": {

View file

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