From 1010614dc251e008a42918000c9ec37bec2fa96e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 00:10:44 +0000 Subject: [PATCH] Bump pyright from 1.1.349 to 1.1.352 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.349 to 1.1.352. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.352/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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4dfe525..a453a4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "markdownlint": "^0.33.0", "markdownlint-cli": "^0.39.0", "prettier": "^3.2.4", - "pyright": "^1.1.349" + "pyright": "^1.1.352" } }, "node_modules/@isaacs/cliui": { @@ -468,9 +468,9 @@ } }, "node_modules/pyright": { - "version": "1.1.349", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.349.tgz", - "integrity": "sha512-AIS2OuIPSifLGeeIlM9NihSdHSCheT7eXPdKnVxIwTvuOXwOX75oQS7xsW1PK+Tkc+S5SzvXeCwPChbjXd+Ztg==", + "version": "1.1.352", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.352.tgz", + "integrity": "sha512-X7fuuB24n3RIVCEPovrAadYJjxeB5RccArug+/oLwQnsHbSaDUQVHHkF/PJHkKpaIPX/RboG+EW8uCNUp1RnwQ==", "dev": true, "bin": { "pyright": "index.js", @@ -480,7 +480,7 @@ "node": ">=12.0.0" }, "optionalDependencies": { - "fsevents": "~2.3.2" + "fsevents": "~2.3.3" } }, "node_modules/run-con": { diff --git a/package.json b/package.json index b61b7b9..d29302c 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "markdownlint": "^0.33.0", "markdownlint-cli": "^0.39.0", "prettier": "^3.2.4", - "pyright": "^1.1.349" + "pyright": "^1.1.352" } }