From cbf82f3bf756ada1442c56cba577ad0d5cb1ff73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 06:05:17 +0000 Subject: [PATCH] Bump pyright from 1.1.277 to 1.1.278 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.277 to 1.1.278. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.278/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a4b94a..d77ebb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "devDependencies": { "markdownlint-cli": "^0.32.1", - "pyright": "^1.1.277" + "pyright": "^1.1.278" } }, "node_modules/argparse": { @@ -256,9 +256,9 @@ } }, "node_modules/pyright": { - "version": "1.1.277", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.277.tgz", - "integrity": "sha512-a/hl2eLgoIFvFKBJOwKH63RgTMJvH5iwvgQOGVesj1QPKgYtRyde5lh+jLH/2aObxWkVgGPqkxtC1MZee3wfNA==", + "version": "1.1.278", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.278.tgz", + "integrity": "sha512-at3j7c1fFzB6Jl4+bpr9QPRC/+1gH2gAR/M6GIRS312CHE2JMt8FZRflTbuxEB8IfQAtR+l3YoRMoS1vqF28jw==", "dev": true, "bin": { "pyright": "index.js", @@ -502,9 +502,9 @@ } }, "pyright": { - "version": "1.1.277", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.277.tgz", - "integrity": "sha512-a/hl2eLgoIFvFKBJOwKH63RgTMJvH5iwvgQOGVesj1QPKgYtRyde5lh+jLH/2aObxWkVgGPqkxtC1MZee3wfNA==", + "version": "1.1.278", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.278.tgz", + "integrity": "sha512-at3j7c1fFzB6Jl4+bpr9QPRC/+1gH2gAR/M6GIRS312CHE2JMt8FZRflTbuxEB8IfQAtR+l3YoRMoS1vqF28jw==", "dev": true }, "run-con": { diff --git a/package.json b/package.json index bed8b89..f6c6c7c 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "dependencies": {}, "devDependencies": { "markdownlint-cli": "^0.32.1", - "pyright": "^1.1.277" + "pyright": "^1.1.278" } }