From 3029b9deba7dd0834ba9f39a1a631a64cafd7021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:46:18 +0000 Subject: [PATCH] chore(deps): bump pyright from 1.1.365 to 1.1.369 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.365 to 1.1.369. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.369/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 ae1137d..7eb6b94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1166,10 +1166,9 @@ } }, "node_modules/pyright": { - "version": "1.1.365", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.365.tgz", - "integrity": "sha512-A5RHXB782m2wCeazfrPGSvFUd1WAjpHrD83M/Umc/tcAhyC5pzhrh23US1yv9DH/GMilQeWdJ4W8pGxmgej4DQ==", - "license": "MIT", + "version": "1.1.369", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.369.tgz", + "integrity": "sha512-K0mQzVNSN5yq+joFK0JraOlhtL2HKrubCa+SnFznkLsnoZKbmq7M8UpSSDsJKPFfevkmqOKodgGzvt27C6RJAg==", "bin": { "pyright": "index.js", "pyright-langserver": "langserver.index.js"