From cf162cb7cae20f154049f4b79073810bf63ccdee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 09:43:09 +0100 Subject: [PATCH] web: bump pyright from 1.1.320 to 1.1.321 in /web (#6514) Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.320 to 1.1.321. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.321/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 beb6eb955..27dbc8598 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.1", - "pyright": "^1.1.320", + "pyright": "^1.1.321", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^2.79.1", @@ -18962,9 +18962,9 @@ } }, "node_modules/pyright": { - "version": "1.1.320", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.320.tgz", - "integrity": "sha512-YO5GuZTJuSeQBxYPOD+Ih3vfmNcnvc/VafxTG8cObuY5Zu5y+Dq4E0gcdhyGVeg3w29tFL9OvlEO23C6+CjqNw==", + "version": "1.1.321", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.321.tgz", + "integrity": "sha512-u6w4gMsA7KvySx/U21tu1+1J291/lARR4Y54uBf1Oj+o8e9JZTG+dbzo6/OV9U/Zt3cVB0dpCD3iCTvxMPVOgA==", "dev": true, "bin": { "pyright": "index.js", diff --git a/web/package.json b/web/package.json index 5a3fb6bf3..c1b7ee7a5 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.1", - "pyright": "^1.1.320", + "pyright": "^1.1.321", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^2.79.1",