From 3138da5c11b1db5cf311e3dc06ddcc2a1e793270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 06:12:52 +0000 Subject: [PATCH] Bump pyright from 1.1.178 to 1.1.179 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.178 to 1.1.179. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.179/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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b3cf712..fb8e6585 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "dev": true }, "pyright": { - "version": "1.1.178", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.178.tgz", - "integrity": "sha512-OhEoC5HfKZqvY5GVCsHeroYDx85xp4CZwevhNsePxNzZyW+W491K4bfLTvuOBnvcnMWip+aMQ7zzFDkw74Gtkg==", + "version": "1.1.179", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.179.tgz", + "integrity": "sha512-5TH9ALPP+5x2pUSy3B8yPnYD4ALVlAz6PRRGSxmmI0eu8xVgp7c4fK7Ae7QULC4FeANaD+Q42KXg+5XFYATq4A==", "dev": true } } diff --git a/package.json b/package.json index b55e3efe..a1a49c27 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "license": "MIT", "devDependencies": { "prettier": "^2.4.1", - "pyright": "^1.1.178" + "pyright": "^1.1.179" } }