From 7ce7d02cc4449df4927b924497f9ecc744711c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:16:20 +0000 Subject: [PATCH] build(deps-dev): bump pyright from 1.1.371 to 1.1.372 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.371 to 1.1.372. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.372/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 e7404fe..a7cfaf6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "prettier-plugin-ini": "^1.2.0", "prettier-plugin-sort-json": "^4.0.0", "prettier-plugin-toml": "^2.0.1", - "pyright": "^1.1.371" + "pyright": "^1.1.372" }, "license": "MIT", "markdownlint-cli2": { diff --git a/yarn.lock b/yarn.lock index a181479..185800f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1080,10 +1080,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.371: - version "1.1.371" - resolved "https://registry.yarnpkg.com/pyright/-/pyright-1.1.371.tgz#47db9ad6e7c48aa709a5dd5751825c9c114c8581" - integrity sha512-HNJJsSXeSI73Pcz4yOlRsoMSAUPH35GSZZJc53KF8EAsCG6snE4vfL7itEcnUN+ri0+7H3UZAK0xSjq0VXk7cQ== +pyright@^1.1.372: + version "1.1.372" + resolved "https://registry.yarnpkg.com/pyright/-/pyright-1.1.372.tgz#4ac7b6ca189b58629ef26445f98c6685849dda5a" + integrity sha512-S0XYmTQWK+ha9FTIWviNk91UnbD569wPUCNEltSqtHeTJhbHj5z3LkOKiqXAOvn72BBfylcgpQqyQHsocmQtiQ== optionalDependencies: fsevents "~2.3.3"