From 783f36698507e0b93544fcc0895ac72c1407112e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 06:29:40 +0000 Subject: [PATCH] Bump pyright from 1.1.276 to 1.1.277 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.276 to 1.1.277. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.277/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 9c63bef..4a4b94a 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.276" + "pyright": "^1.1.277" } }, "node_modules/argparse": { @@ -256,9 +256,9 @@ } }, "node_modules/pyright": { - "version": "1.1.276", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.276.tgz", - "integrity": "sha512-qG98S7X16hoymOlngwleX4bg6CzlE6sxclrqkif8Kqfm0bsaC/jiBxs2lWN+QJY9JL8hpK6j5MchFh4qSaZCEw==", + "version": "1.1.277", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.277.tgz", + "integrity": "sha512-a/hl2eLgoIFvFKBJOwKH63RgTMJvH5iwvgQOGVesj1QPKgYtRyde5lh+jLH/2aObxWkVgGPqkxtC1MZee3wfNA==", "dev": true, "bin": { "pyright": "index.js", @@ -502,9 +502,9 @@ } }, "pyright": { - "version": "1.1.276", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.276.tgz", - "integrity": "sha512-qG98S7X16hoymOlngwleX4bg6CzlE6sxclrqkif8Kqfm0bsaC/jiBxs2lWN+QJY9JL8hpK6j5MchFh4qSaZCEw==", + "version": "1.1.277", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.277.tgz", + "integrity": "sha512-a/hl2eLgoIFvFKBJOwKH63RgTMJvH5iwvgQOGVesj1QPKgYtRyde5lh+jLH/2aObxWkVgGPqkxtC1MZee3wfNA==", "dev": true }, "run-con": { diff --git a/package.json b/package.json index 3d24d4b..bed8b89 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "dependencies": {}, "devDependencies": { "markdownlint-cli": "^0.32.1", - "pyright": "^1.1.276" + "pyright": "^1.1.277" } }