From 44e106878be523806a94856f38c348b75bf4d454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:44:20 +0200 Subject: [PATCH] web: bump pyright from 1.1.325 to 1.1.326 in /web (#6774) Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.325 to 1.1.326. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.326/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index fd7190356..6a3044c0d 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -81,7 +81,7 @@ "lit-analyzer": "^1.2.1", "npm-run-all": "^4.1.5", "prettier": "^3.0.3", - "pyright": "^1.1.325", + "pyright": "^1.1.326", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.28.1", @@ -19165,9 +19165,9 @@ } }, "node_modules/pyright": { - "version": "1.1.325", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.325.tgz", - "integrity": "sha512-hMvcY5G9WTRbvEKGiiqTepyORAppNPXZDUer5GZ15t1DYB79WwP3M0Tec6S0an7FDoY6eaJ5CtK+diJbmISIBQ==", + "version": "1.1.326", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.326.tgz", + "integrity": "sha512-pWcJsLOtgCWb2taSXpLEAcGxhe8IwZfXJLasNmmj05xjH4Ma4XT8RkN+fWFRjdJF/InOVn+Hcg6mBbqayQAhGw==", "dev": true, "bin": { "pyright": "index.js", diff --git a/web/package.json b/web/package.json index 91719ab51..926852fa0 100644 --- a/web/package.json +++ b/web/package.json @@ -98,7 +98,7 @@ "lit-analyzer": "^1.2.1", "npm-run-all": "^4.1.5", "prettier": "^3.0.3", - "pyright": "^1.1.325", + "pyright": "^1.1.326", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.28.1",