From 9fa43c1a7a6f7f29440e0f0cd4281cd1c359cc2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 06:56:55 +0000 Subject: [PATCH] chore(deps): bump pyright from 1.1.387 to 1.1.389 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.387 to 1.1.389. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.389/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 f38258c..d76450a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1194,9 +1194,9 @@ } }, "node_modules/pyright": { - "version": "1.1.387", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.387.tgz", - "integrity": "sha512-1RljSJSWya2+d8SpA3gDBD4eXUuQz79Zw2JwNwxG+qkOJMz6mbUiglop2ZsnEwURpFLa/uixG9sKlUJ8xgyxuw==", + "version": "1.1.389", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.389.tgz", + "integrity": "sha512-EYt7yRtG6R6I3C3Wfa6O4tOPnbnN7e3ZG4BF9ZiyY6xs1hJGq2ymINyuWC+da0hPNebuMGkY7vvCnD+R7wwbdg==", "bin": { "pyright": "index.js", "pyright-langserver": "langserver.index.js"