From 5f90843b0b17b1bf3077892e49c2f4e3da2405ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 06:30:59 +0000 Subject: [PATCH] chore(deps): bump pyright from 1.1.351 to 1.1.352 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.351 to 1.1.352. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.352/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58043db1..9c99a826 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2060,9 +2060,9 @@ } }, "node_modules/pyright": { - "version": "1.1.351", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.351.tgz", - "integrity": "sha512-z+E1II+8H6GRweHf06gRpvjEu1HQtQWZxTs8Zr9pATe79YOFByn8nSBc+iY/EAW+oXPtZEr7NU/9Fxa4fzXv6g==", + "version": "1.1.352", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.352.tgz", + "integrity": "sha512-X7fuuB24n3RIVCEPovrAadYJjxeB5RccArug+/oLwQnsHbSaDUQVHHkF/PJHkKpaIPX/RboG+EW8uCNUp1RnwQ==", "bin": { "pyright": "index.js", "pyright-langserver": "langserver.index.js"