From 211da35a933004b7214709d1579bb0988ec2b98d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 10:47:26 +0200 Subject: [PATCH] web: bump pyright from 1.1.318 to 1.1.319 in /web (#6378) Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.318 to 1.1.319. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.319/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 2aa2af398..421b1a28e 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -80,7 +80,7 @@ "lit-analyzer": "^1.2.1", "npm-run-all": "^4.1.5", "prettier": "^3.0.0", - "pyright": "^1.1.318", + "pyright": "^1.1.319", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^2.79.1", @@ -19730,9 +19730,9 @@ } }, "node_modules/pyright": { - "version": "1.1.318", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.318.tgz", - "integrity": "sha512-w2FLP8i6fKcwmBKtdNKbaWE3IQub3EZe4jICrf6m5i7VaA4iYi4kN++zFp/z1sz76N7EAxZ85UG/81/csNWRHw==", + "version": "1.1.319", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.319.tgz", + "integrity": "sha512-6AC0r2r5rT0BpcPH7S27JS0CpFNKvvfdTRLinWwzeMdJCma9ceF8zUgnvMahHfLUcXn4fyypfth9Dito9tey8g==", "dev": true, "bin": { "pyright": "index.js", diff --git a/web/package.json b/web/package.json index bec32bc4f..e0904ce1d 100644 --- a/web/package.json +++ b/web/package.json @@ -96,7 +96,7 @@ "lit-analyzer": "^1.2.1", "npm-run-all": "^4.1.5", "prettier": "^3.0.0", - "pyright": "^1.1.318", + "pyright": "^1.1.319", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^2.79.1",