From 911e0ac8bd1a964a7d9585a037e1012545173816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 17:38:13 +0000 Subject: [PATCH] build(deps-dev): bump pyright from 1.1.363 to 1.1.364 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.363 to 1.1.364. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.364/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5a137c3..62201ea 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "prettier-plugin-ini": "^1.1.0", "prettier-plugin-sort-json": "^4.0.0", "prettier-plugin-toml": "^2.0.1", - "pyright": "^1.1.363" + "pyright": "^1.1.364" }, "license": "MIT", "markdownlint-cli2": { diff --git a/yarn.lock b/yarn.lock index 013efe6..0d32976 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1056,10 +1056,10 @@ punycode.js@^2.3.1: resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7" integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA== -pyright@^1.1.363: - version "1.1.363" - resolved "https://registry.yarnpkg.com/pyright/-/pyright-1.1.363.tgz#3bd298aa7b18a3b26c27f006bfdd56f671e20d69" - integrity sha512-ktR1N9esTerTkyiHtNa/eDdhSp2PwU/+TbyqplQQdGNvBPCDqL+qDCTz3W6xFfJ0b7xiDewPM+oedBvmbiZJPA== +pyright@^1.1.364: + version "1.1.364" + resolved "https://registry.yarnpkg.com/pyright/-/pyright-1.1.364.tgz#7b8df3d80e7d41788ada0bd7d4dda4b7b1d0a3ba" + integrity sha512-O0qJA4Lodihitl54RVKfdkLMD8A1h3oDIMmqT0xkCxIN/K3R93dhtS0cRaUHnQMHxD2o6feQ6bTzfiDW07XkiA== optionalDependencies: fsevents "~2.3.3"