From 2e9a96757c4132a2e46bbe63b063c74e9bdaac2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:46:49 +0000 Subject: [PATCH] chore(deps): bump pyright from 1.1.380 to 1.1.382 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.380 to 1.1.382. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.382/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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f63e70..fa0a974 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1168,10 +1168,9 @@ } }, "node_modules/pyright": { - "version": "1.1.380", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.380.tgz", - "integrity": "sha512-UaU0QdnskK7vOh+ErvykaVrmZH0aW1Z6YgPXyXEg9kvQGHfKJOog9nQz6khsAj+OIM5BV/YttX46iE12fSzfKA==", - "license": "MIT", + "version": "1.1.382", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.382.tgz", + "integrity": "sha512-AsTbuh5OiV12GpWqSrekJHWj+dP4KEdB69rBh8Nr+n4OHeXKr5hFtGDksrlhcIGFW6WouHvZERkwA12FHPwWOg==", "bin": { "pyright": "index.js", "pyright-langserver": "langserver.index.js"