From e3404012287db5b9b1b89b97b0e7cd7035741b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 03:57:58 +0000 Subject: [PATCH] Bump pyright from 1.1.302 to 1.1.311 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.302 to 1.1.311. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.311/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1bdc3ca..7ce461b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "dependencies": { - "pyright": "^1.1.302" + "pyright": "^1.1.311" } }, "node_modules/pyright": { - "version": "1.1.302", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.302.tgz", - "integrity": "sha512-4OB39pA5ILpI0y6HG7LSFcFiIjT2DxgkRQzl24whgdSMPeOSChMOj+n85dp9F/AVbNdzTJyZt5QtkXO+qCEv5A==", + "version": "1.1.311", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.311.tgz", + "integrity": "sha512-/BBt70SxXyTTfDFT4KOWSanPpytOq3qV0+qZtuxw02X0sZwvO+MpJ4mpK372isoUvr2nWqLe6gfbyqGj4wyRWw==", "bin": { "pyright": "index.js", "pyright-langserver": "langserver.index.js" diff --git a/package.json b/package.json index 0fc7d09..38e752e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "pyright": "^1.1.302" + "pyright": "^1.1.311" } }