From 57db63ddde9fbc7bf08ca9263cda03a3464f1939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 06:02:37 +0000 Subject: [PATCH] Bump pyright from 1.1.291 to 1.1.292 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.291 to 1.1.292. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.292/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3d68d1..8d22b1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "devDependencies": { "markdownlint-cli": "^0.33.0", - "pyright": "^1.1.290" + "pyright": "^1.1.292" } }, "node_modules/argparse": { @@ -249,9 +249,9 @@ } }, "node_modules/pyright": { - "version": "1.1.291", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.291.tgz", - "integrity": "sha512-wkSlCEhF1OwtJqHuifwxk76UMr1NPqsAbPIlCh7tiZx8VUdZs17NCGNorhyb2M+GFEvp8pod9Xyu1LXN1JL2kQ==", + "version": "1.1.292", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.292.tgz", + "integrity": "sha512-qwNT2mBKiZXSzVckHkyuCoyrKa8CXh6o4xH7PL/+jeIdiv+a5ljfkxPvIEm6Stln8YEU/tnQb8xODUtgKsu5YA==", "dev": true, "bin": { "pyright": "index.js", diff --git a/package.json b/package.json index 2fa4c48..6355edb 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "dependencies": {}, "devDependencies": { "markdownlint-cli": "^0.33.0", - "pyright": "^1.1.290" + "pyright": "^1.1.292" } }