From d45f09686bde9cca1fca5101e085cc506f65f858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:47:22 +0800 Subject: [PATCH] chore(deps): bump pyright from 1.1.380 to 1.1.382 (#1112) --- 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"