From 08c28a50c22a97dc2e739621b3fff594715d5373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 14:22:24 +0000 Subject: [PATCH] Bump pyright from 1.1.190 to 1.1.193 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.190 to 1.1.193. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.193/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 4796cd3..dd087f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "devDependencies": { - "pyright": "^1.1.190" + "pyright": "^1.1.193" } }, "node_modules/pyright": { - "version": "1.1.190", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.190.tgz", - "integrity": "sha512-rZXmg/xapDxuiqyzs15nj3cxj6IGroX2UNXdEKwTT7RNdwohahfdolqoLIBCtIrbLLmgNUXWtL0cCEqljBKNRg==", + "version": "1.1.193", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.193.tgz", + "integrity": "sha512-01hkfhK1PYKPSWbJrYgNwwlsVH+Thp1xmkKZjxVZrGFqavkJbhETlg1RcAHMnmU8Sg7G4Ry99dW6IsSGyCdzXg==", "dev": true, "bin": { "pyright": "index.js", @@ -24,9 +24,9 @@ }, "dependencies": { "pyright": { - "version": "1.1.190", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.190.tgz", - "integrity": "sha512-rZXmg/xapDxuiqyzs15nj3cxj6IGroX2UNXdEKwTT7RNdwohahfdolqoLIBCtIrbLLmgNUXWtL0cCEqljBKNRg==", + "version": "1.1.193", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.193.tgz", + "integrity": "sha512-01hkfhK1PYKPSWbJrYgNwwlsVH+Thp1xmkKZjxVZrGFqavkJbhETlg1RcAHMnmU8Sg7G4Ry99dW6IsSGyCdzXg==", "dev": true } } diff --git a/package.json b/package.json index fa1cbd4..8774c9e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "check": "poetry run pyright" }, "devDependencies": { - "pyright": "^1.1.190" + "pyright": "^1.1.193" } }