From 6e88675b43e9d67dc6bfdc5f4ec771a71ef4d511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 06:50:12 +0000 Subject: [PATCH] :arrow_up: Bump pyright from 1.1.147 to 1.1.148 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.147 to 1.1.148. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.148/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 16f4e525..687df7e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "dev": true }, "pyright": { - "version": "1.1.147", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.147.tgz", - "integrity": "sha512-xHfJWctf83cQF/F/PfgByknHUB0ydE9ChnQGdWZ+Hb2zjy/Qniq77xUZkCehl24RgQbk0M0nGxvMApO77PhIxw==", + "version": "1.1.148", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.148.tgz", + "integrity": "sha512-cM1Bs/5XSqqfaTfl+zSvXvrq1YMUYOmo2QGBqZ4Cczq0hDo4oJAihzszJONO9H5riTgmEduid5aU3Rpkx+Y/xw==", "dev": true } } diff --git a/package.json b/package.json index 0073111d..02e0518b 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "license": "MIT", "devDependencies": { "prettier": "^2.3.1", - "pyright": "^1.1.147" + "pyright": "^1.1.148" } }