From 1eadec546684b2dd3856b95c20aca1b4348b2553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 06:12:24 +0000 Subject: [PATCH] Bump pyright from 1.1.285 to 1.1.286 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.285 to 1.1.286. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.286/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 2817490..8335f58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "devDependencies": { "markdownlint-cli": "^0.32.1", - "pyright": "^1.1.285" + "pyright": "^1.1.286" } }, "node_modules/argparse": { @@ -259,9 +259,9 @@ } }, "node_modules/pyright": { - "version": "1.1.285", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.285.tgz", - "integrity": "sha512-z+KJyaguJyVfEVxzVlyannjYtD13LGMdGTcQJuiq975f1nTHZ4oSwd9SrAZWP+rDHW/NVQCOz0CBlsMeNA/2sg==", + "version": "1.1.286", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.286.tgz", + "integrity": "sha512-67+zViU+bN8m6cZQQc65aSinEguuFDI6gn2yf+naMjXuR5s65sAHAjP2FcPnd/AeB+F9fq4oytJ8UQOAbhLhFg==", "dev": true, "bin": { "pyright": "index.js", diff --git a/package.json b/package.json index e84ecf4..07a9704 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "dependencies": {}, "devDependencies": { "markdownlint-cli": "^0.32.1", - "pyright": "^1.1.285" + "pyright": "^1.1.286" } }