From 2d20684c76cfe5cc06efc6451de6b78634e7b8a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 05:36:06 +0000 Subject: [PATCH] chore(deps-dev): bump pyright from 1.1.273 to 1.1.274 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.273 to 1.1.274. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.274/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 9ceeb89d..d8e9108b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "devDependencies": { - "pyright": "^1.1.273" + "pyright": "^1.1.274" } }, "node_modules/pyright": { - "version": "1.1.273", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.273.tgz", - "integrity": "sha512-uhBqKtRnC1Rvgz7uKp13VEwIR/UuqUvlscOu/y6hQhDzpFrZi0Gft7TrSLIMdy7fRAf85dS1nduQmAIWXgl4AA==", + "version": "1.1.274", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.274.tgz", + "integrity": "sha512-+MEiHktoAxlehWbBAF2vwJkJxV5tObbLK6vnc7u+iDBH06vuHqTqY33AV+YGNwfDEU35chw5zu7H3EpGROXsGQ==", "dev": true, "bin": { "pyright": "index.js", @@ -24,9 +24,9 @@ }, "dependencies": { "pyright": { - "version": "1.1.273", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.273.tgz", - "integrity": "sha512-uhBqKtRnC1Rvgz7uKp13VEwIR/UuqUvlscOu/y6hQhDzpFrZi0Gft7TrSLIMdy7fRAf85dS1nduQmAIWXgl4AA==", + "version": "1.1.274", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.274.tgz", + "integrity": "sha512-+MEiHktoAxlehWbBAF2vwJkJxV5tObbLK6vnc7u+iDBH06vuHqTqY33AV+YGNwfDEU35chw5zu7H3EpGROXsGQ==", "dev": true } } diff --git a/package.json b/package.json index f50b5c84..419fd66f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "check": "poetry run pyright" }, "devDependencies": { - "pyright": "^1.1.273" + "pyright": "^1.1.274" } }