From 48427d9482a916ee241b40bef4123f120cd56d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:15:54 +0000 Subject: [PATCH] chore(deps-dev): bump pyright from 1.1.287 to 1.1.295 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.287 to 1.1.295. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.295/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 45c8842..a8a9e00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "devDependencies": { - "pyright": "^1.1.287" + "pyright": "^1.1.295" } }, "node_modules/pyright": { - "version": "1.1.287", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.287.tgz", - "integrity": "sha512-katsAvKQea24z3PLRsyRFlPFR4G/G7PduWM9XzYfnRNs0jx730xRYbwB9DoUJBxHJansf+HRhnG30H7Zzk22Tg==", + "version": "1.1.295", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.295.tgz", + "integrity": "sha512-nBowWG3qI2+ETtbsPBOnN7S5aNFE2PXn3OfQMM2jNfSh6A9P7z6YOmV9tYt8HYQ8WHX8qcU9b4ALe7nFp0GnBg==", "dev": true, "bin": { "pyright": "index.js", @@ -24,9 +24,9 @@ }, "dependencies": { "pyright": { - "version": "1.1.287", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.287.tgz", - "integrity": "sha512-katsAvKQea24z3PLRsyRFlPFR4G/G7PduWM9XzYfnRNs0jx730xRYbwB9DoUJBxHJansf+HRhnG30H7Zzk22Tg==", + "version": "1.1.295", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.295.tgz", + "integrity": "sha512-nBowWG3qI2+ETtbsPBOnN7S5aNFE2PXn3OfQMM2jNfSh6A9P7z6YOmV9tYt8HYQ8WHX8qcU9b4ALe7nFp0GnBg==", "dev": true } } diff --git a/package.json b/package.json index ae78214..e0f6451 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,6 @@ "verifytypes": "poetry run pyright --verifytypes tokenstream" }, "devDependencies": { - "pyright": "^1.1.287" + "pyright": "^1.1.295" } }