From 797ca0d9c2bf969268e74bf728a89936af382904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 10:57:59 +0200 Subject: [PATCH] web: bump pyright from 1.1.312 to 1.1.313 in /web (#5898) Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.312 to 1.1.313. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.313/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 6678277c2..73aa9a91a 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -76,7 +76,7 @@ "lit-analyzer": "^1.2.1", "npm-run-all": "^4.1.5", "prettier": "^2.8.8", - "pyright": "^1.1.312", + "pyright": "^1.1.313", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^2.79.1", @@ -15572,9 +15572,9 @@ } }, "node_modules/pyright": { - "version": "1.1.312", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.312.tgz", - "integrity": "sha512-9i2pQ+QepgAJAWxzKQGBza9XQupv+3l8YArTrG5DyEmryCDVGJpBnnsGxe6H7DnEUAkOiHrpUBpfkGqnCbzjsg==", + "version": "1.1.313", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.313.tgz", + "integrity": "sha512-oQfcr3CpR27gkULXhQbNFOyQ6NuRG6pmSiBqPX6DzYkfrBJG47VEnYU9wGvzoHaZirSt2DnLwzTjqsdiQNgWbA==", "dev": true, "bin": { "pyright": "index.js", diff --git a/web/package.json b/web/package.json index 2c095c4e0..96d078e2f 100644 --- a/web/package.json +++ b/web/package.json @@ -92,7 +92,7 @@ "lit-analyzer": "^1.2.1", "npm-run-all": "^4.1.5", "prettier": "^2.8.8", - "pyright": "^1.1.312", + "pyright": "^1.1.313", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^2.79.1",