From 0b869e3d950e8070cf68917e5174318bd2969f0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 05:57:30 +0000 Subject: [PATCH] chore(deps-dev): bump pyright from 1.1.293 to 1.1.298 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.293 to 1.1.298. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.298/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 4724a6fa6..011608d14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "devDependencies": { - "pyright": "^1.1.293" + "pyright": "^1.1.298" } }, "node_modules/pyright": { - "version": "1.1.293", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.293.tgz", - "integrity": "sha512-VFRGaYwRp5vMTdSpw+0ZwdSz0c/3BRYrBaoSttSelJ6RVYrDkKOE0VKRIyXkA7wxCCqd29zRPbbK4RJWpYoHjg==", + "version": "1.1.298", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.298.tgz", + "integrity": "sha512-lDTIS0a7SJ6TCcACjPl1eXatYbctTgGd/Ji3aZ9oCJTVjZCIpwf4Huj6sSlhC3KmsHFCcLt4t1uFi0z/jm7qYg==", "dev": true, "bin": { "pyright": "index.js", @@ -24,9 +24,9 @@ }, "dependencies": { "pyright": { - "version": "1.1.293", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.293.tgz", - "integrity": "sha512-VFRGaYwRp5vMTdSpw+0ZwdSz0c/3BRYrBaoSttSelJ6RVYrDkKOE0VKRIyXkA7wxCCqd29zRPbbK4RJWpYoHjg==", + "version": "1.1.298", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.298.tgz", + "integrity": "sha512-lDTIS0a7SJ6TCcACjPl1eXatYbctTgGd/Ji3aZ9oCJTVjZCIpwf4Huj6sSlhC3KmsHFCcLt4t1uFi0z/jm7qYg==", "dev": true } } diff --git a/package.json b/package.json index 0ebdca53b..92a530e11 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "check": "poetry run pyright" }, "devDependencies": { - "pyright": "^1.1.293" + "pyright": "^1.1.298" } }