From 8cc5a89669493e32b58ea597c011d1304b3a48bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 10:02:10 +0000 Subject: [PATCH] chore(deps-dev): bump pyright from 1.1.162 to 1.1.291 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.162 to 1.1.291. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.291/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 e418984..ba0e65e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "devDependencies": { - "pyright": "^1.1.162" + "pyright": "^1.1.291" } }, "node_modules/pyright": { - "version": "1.1.162", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.162.tgz", - "integrity": "sha512-3YEM8rf/39CtuHMzZmVjsV/2cJJB6N3RfCuNR5QgUeib0VRQ303zhb4jh5RRRF9P6JpZku/waX+i16TrfSqDEQ==", + "version": "1.1.291", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.291.tgz", + "integrity": "sha512-wkSlCEhF1OwtJqHuifwxk76UMr1NPqsAbPIlCh7tiZx8VUdZs17NCGNorhyb2M+GFEvp8pod9Xyu1LXN1JL2kQ==", "dev": true, "bin": { "pyright": "index.js", @@ -24,9 +24,9 @@ }, "dependencies": { "pyright": { - "version": "1.1.162", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.162.tgz", - "integrity": "sha512-3YEM8rf/39CtuHMzZmVjsV/2cJJB6N3RfCuNR5QgUeib0VRQ303zhb4jh5RRRF9P6JpZku/waX+i16TrfSqDEQ==", + "version": "1.1.291", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.291.tgz", + "integrity": "sha512-wkSlCEhF1OwtJqHuifwxk76UMr1NPqsAbPIlCh7tiZx8VUdZs17NCGNorhyb2M+GFEvp8pod9Xyu1LXN1JL2kQ==", "dev": true } } diff --git a/package.json b/package.json index d0876ed..92b4404 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "check": "poetry run pyright" }, "devDependencies": { - "pyright": "^1.1.162" + "pyright": "^1.1.291" } }