From a3c8fa31be8cc3e0f2776bfeb54c7810dfcf2823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 11:22:24 +0000 Subject: [PATCH] build(deps-dev): bump pyright from 1.1.184 to 1.1.188 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.184 to 1.1.188. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.188/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 477e7bc..b1830b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "devDependencies": { - "pyright": "^1.1.184" + "pyright": "^1.1.188" } }, "node_modules/pyright": { - "version": "1.1.184", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.184.tgz", - "integrity": "sha512-SK/2cvIdj9hrkDasxVahK3Keo2fWgwN5phjwOyWGobW5KN1HLYWXQX335ls1FvC0ccWpGZfOBSmTWSu/JjpgFg==", + "version": "1.1.188", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.188.tgz", + "integrity": "sha512-9ypjVwXwVroIzo/atn3hvfOuyH/eBRQMr2ayIN/+rqKmx4haNxuCdV/WnYa5QIH6l4LFSMV+rTHLRISIFMv+1w==", "dev": true, "bin": { "pyright": "index.js", @@ -24,9 +24,9 @@ }, "dependencies": { "pyright": { - "version": "1.1.184", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.184.tgz", - "integrity": "sha512-SK/2cvIdj9hrkDasxVahK3Keo2fWgwN5phjwOyWGobW5KN1HLYWXQX335ls1FvC0ccWpGZfOBSmTWSu/JjpgFg==", + "version": "1.1.188", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.188.tgz", + "integrity": "sha512-9ypjVwXwVroIzo/atn3hvfOuyH/eBRQMr2ayIN/+rqKmx4haNxuCdV/WnYa5QIH6l4LFSMV+rTHLRISIFMv+1w==", "dev": true } } diff --git a/package.json b/package.json index e2e007a..5b2de47 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "check": "poetry run pyright" }, "devDependencies": { - "pyright": "^1.1.184" + "pyright": "^1.1.188" } }