From 485f5732e494b36920a7e30ae57adf05b8635110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 02:50:08 +0000 Subject: [PATCH] Bump pyright from 1.1.321 to 1.1.323 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.321 to 1.1.323. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.323/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 3d0d7cb..9d8d1be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "markdown-it": ">=13.0.0", "markdownlint-cli": "^0.35.0", - "pyright": "<1.1.322" + "pyright": "<1.1.324" } }, "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.323", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.323.tgz", + "integrity": "sha512-H6CnGjaL/2lJJPFcV4G0zFP7s7jJPzVsPhQnbnS9m6JWJpb7OssX7y94icPpnZs4574oHergGH2zLvF8OZp5ag==", "dev": true, "bin": { "pyright": "index.js", diff --git a/package.json b/package.json index fa42077..3c7bc93 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "devDependencies": { "markdown-it": ">=13.0.0", "markdownlint-cli": "^0.35.0", - "pyright": "<1.1.322" + "pyright": "<1.1.324" }, "license": "", "main": "",