From 91780f3d66bffd07347787c1da939c725d379e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 06:59:14 +0000 Subject: [PATCH] Bump pyright from 1.1.301 to 1.1.305 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.301 to 1.1.305. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.305/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 a61fad0..2c4a44a 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.301" + "pyright": "^1.1.305" } }, "node_modules/argparse": { @@ -249,9 +249,9 @@ } }, "node_modules/pyright": { - "version": "1.1.301", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.301.tgz", - "integrity": "sha512-Y4MMELxQ/5+/FlWjbQTg5wbP3z+V4IyFcATSsNLpZbJm0y4gz6ijf/b0zZV1sA8yJstf6xJ98vw5qxPM0yU8Zg==", + "version": "1.1.305", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.305.tgz", + "integrity": "sha512-mDLZutboqrfyEXaN8GxJPqUK7KeJlO0/POU/icy8rM56Zl3iHWNeSymBf/zFCiVz1kqNc7yy/RgqxOHX0HHHrw==", "dev": true, "bin": { "pyright": "index.js", diff --git a/package.json b/package.json index cf0eb0f..9698634 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "dependencies": {}, "devDependencies": { "markdownlint-cli": "^0.33.0", - "pyright": "^1.1.301" + "pyright": "^1.1.305" } }