From f0c8e53ad1613a5dbd7e280b8e83b2e74551bb1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:07:43 +0800 Subject: [PATCH] chore(deps): bump pyright from 1.1.385 to 1.1.387 (#1120) Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.385 to 1.1.387. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.387/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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a6ee92..f38258c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1194,10 +1194,9 @@ } }, "node_modules/pyright": { - "version": "1.1.385", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.385.tgz", - "integrity": "sha512-h56e3i0zoF9semguU+x4LUUEl/UqWiJk4K1teQyrijByTEG9L7Z5Sgs0LNMmSgim9MHwF6zcF5nOmwxgdYeacA==", - "license": "MIT", + "version": "1.1.387", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.387.tgz", + "integrity": "sha512-1RljSJSWya2+d8SpA3gDBD4eXUuQz79Zw2JwNwxG+qkOJMz6mbUiglop2ZsnEwURpFLa/uixG9sKlUJ8xgyxuw==", "bin": { "pyright": "index.js", "pyright-langserver": "langserver.index.js"