From dadb727cbec02d01e53a46c0aed58dee244ef230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 06:11:33 +0000 Subject: [PATCH] build(deps-dev): bump the pyright group with 1 update Bumps the pyright group with 1 update: [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright). Updates `pyright` from 1.1.345 to 1.1.353 - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.353/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pyright ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f175c64..0d7740e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "devDependencies": { - "pyright": "1.1.345" + "pyright": "1.1.353" } }