From d7a0ba3e4bcd0b2cb828dec2067791ca954026d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:36:56 +0000 Subject: [PATCH] Bump pyright from 1.1.321 to 1.1.334 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.321 to 1.1.334. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.334/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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65dce0a..8e89090 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "markdown-it": ">=12.3.2", "markdownlint-cli": "^0.35.0", - "pyright": "^1.1.292" + "pyright": "^1.1.334" } }, "node_modules/@isaacs/cliui": { @@ -436,9 +436,9 @@ } }, "node_modules/pyright": { - "version": "1.1.321", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.321.tgz", - "integrity": "sha512-u6w4gMsA7KvySx/U21tu1+1J291/lARR4Y54uBf1Oj+o8e9JZTG+dbzo6/OV9U/Zt3cVB0dpCD3iCTvxMPVOgA==", + "version": "1.1.334", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.334.tgz", + "integrity": "sha512-EJoW78gXPeAWd0e86P8kSIbY1pO3JJxNYu2BRlv/ZflcMvCY+zpyamuQC5EcXxXtr1WzBdcQwfo/NIBqtQPEow==", "dev": true, "bin": { "pyright": "index.js", diff --git a/package.json b/package.json index f703b38..b9caaf5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "devDependencies": { "markdown-it": ">=12.3.2", "markdownlint-cli": "^0.35.0", - "pyright": "^1.1.292" + "pyright": "^1.1.334" }, "license": "", "main": "",