From 28b415fb24c86ba589b52c05ca9875f724eb4ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:52:48 +0800 Subject: [PATCH] chore(deps): bump pyright from 1.1.348 to 1.1.349 (#1050) Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.348 to 1.1.349. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.349/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82855125..72529237 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2063,9 +2063,9 @@ } }, "node_modules/pyright": { - "version": "1.1.348", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.348.tgz", - "integrity": "sha512-Dezu8jwZLwh9c2JCrXbmOb5BSeuQRM6NdOqN0jpuYpSWH9T8uIyhchkLHdvZ9BjDuUG5QN/4LVtLNbyLQHZ5LQ==", + "version": "1.1.349", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.349.tgz", + "integrity": "sha512-AIS2OuIPSifLGeeIlM9NihSdHSCheT7eXPdKnVxIwTvuOXwOX75oQS7xsW1PK+Tkc+S5SzvXeCwPChbjXd+Ztg==", "bin": { "pyright": "index.js", "pyright-langserver": "langserver.index.js"