From 5d51d09289ea83a49c055e7fc9a4bf6f00efbb35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 05:44:34 +0000 Subject: [PATCH] Bump pyright from 1.1.321 to 1.1.328 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.321 to 1.1.328. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.328/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 e515e13..fe43540 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.319" + "pyright": "^1.1.328" } }, "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.328", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.328.tgz", + "integrity": "sha512-LiFIELh/6wVZuvgH+OGZ81ln0EpB8si2gt1M229qKnG4lbh93A0gyXLwu62XtTie8FDUcznmdCEiMal8jxJ7+w==", "dev": true, "bin": { "pyright": "index.js", diff --git a/package.json b/package.json index 6d7a110..bd6fa9e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "devDependencies": { "markdown-it": ">=12.3.2", "markdownlint-cli": "^0.35.0", - "pyright": "^1.1.319" + "pyright": "^1.1.328" }, "license": "", "main": "",