From 3aeaf018afe85e0e03d1c2b4cdf2eb4915b09de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 18:46:43 +0000 Subject: [PATCH] Bump pyright from 1.1.163 to 1.1.170 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.163 to 1.1.170. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.170/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 305b851a..a39cda89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "dev": true }, "pyright": { - "version": "1.1.163", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.163.tgz", - "integrity": "sha512-CU0WPzr+6ZKIqCqqVrOtxMFWdzdOV18zKmC7dVBzp3snuun8JafnnmUzNJpO8IJLN/bQNSLb3riLtXFM/8Xxbg==", + "version": "1.1.170", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.170.tgz", + "integrity": "sha512-eoLp3FXvB+qGw6DMaC9xCNkIZMzdPMl5yERUXv1U/RF8AIuOcfjmG1171UL/TpXvoCLWGVArkWJcq8l5uBB35Q==", "dev": true } } diff --git a/package.json b/package.json index 07ba6e35..ed152132 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "license": "MIT", "devDependencies": { "prettier": "^2.4.1", - "pyright": "^1.1.163" + "pyright": "^1.1.170" } }