From 5f289bbbd58de2a34922e421334eff08f454060e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 06:12:03 +0000 Subject: [PATCH] Bump pyright from 1.1.176 to 1.1.177 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.176 to 1.1.177. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.177/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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3001d05..ac77997b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "dev": true }, "pyright": { - "version": "1.1.176", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.176.tgz", - "integrity": "sha512-2QoRQOhbSVTh/+CdyoL50u6Yn6zV0BTc7/nj2zp8E7scXWwoZVaMMoenAiHnRmwpkB5rw9lY+8q1Cp7JXXTCmA==", + "version": "1.1.177", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.177.tgz", + "integrity": "sha512-CVR1whcY/Vn3Vuo10b9HJj+wHRt7W7w27g/fQTgFh6XHE7ggSPLO6Rq9N1KuJVdebwIirsSYN2ZVvvbHmxr68w==", "dev": true } } diff --git a/package.json b/package.json index 1ccb7d08..b0f33a43 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "license": "MIT", "devDependencies": { "prettier": "^2.4.1", - "pyright": "^1.1.176" + "pyright": "^1.1.177" } }