From 1fe675b5535bc1b15618d862f3602a1c719098b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 06:25:22 +0000 Subject: [PATCH] Bump pyright from 1.1.275 to 1.1.276 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.275 to 1.1.276. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.276/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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd219d1..9c63bef 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.275" + "pyright": "^1.1.276" } }, "node_modules/argparse": { @@ -256,9 +256,9 @@ } }, "node_modules/pyright": { - "version": "1.1.275", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.275.tgz", - "integrity": "sha512-3P3nzHFmZBa8JN/sI6R92RZW0My+kipU6YXfqIPSfZjaamHSSKCGtJnBZqzZTpzGod4+e/yhBPONtcymbTrGSA==", + "version": "1.1.276", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.276.tgz", + "integrity": "sha512-qG98S7X16hoymOlngwleX4bg6CzlE6sxclrqkif8Kqfm0bsaC/jiBxs2lWN+QJY9JL8hpK6j5MchFh4qSaZCEw==", "dev": true, "bin": { "pyright": "index.js", @@ -502,9 +502,9 @@ } }, "pyright": { - "version": "1.1.275", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.275.tgz", - "integrity": "sha512-3P3nzHFmZBa8JN/sI6R92RZW0My+kipU6YXfqIPSfZjaamHSSKCGtJnBZqzZTpzGod4+e/yhBPONtcymbTrGSA==", + "version": "1.1.276", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.276.tgz", + "integrity": "sha512-qG98S7X16hoymOlngwleX4bg6CzlE6sxclrqkif8Kqfm0bsaC/jiBxs2lWN+QJY9JL8hpK6j5MchFh4qSaZCEw==", "dev": true }, "run-con": { diff --git a/package.json b/package.json index d362767..3d24d4b 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "dependencies": {}, "devDependencies": { "markdownlint-cli": "^0.32.1", - "pyright": "^1.1.275" + "pyright": "^1.1.276" } }