From 808f697423a56c447c3584aac9dddda886f8513b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 10:43:02 +0100 Subject: [PATCH] web: bump pyright from 1.1.298 to 1.1.299 in /web (#4967) Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.298 to 1.1.299. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.299/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production 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 | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index bb519d66a..59ad68536 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -65,7 +65,7 @@ "mermaid": "^10.0.2", "moment": "^2.29.4", "prettier": "^2.8.4", - "pyright": "^1.1.298", + "pyright": "^1.1.299", "rapidoc": "^9.3.4", "rollup": "^2.79.1", "rollup-plugin-copy": "^3.4.0", @@ -8276,9 +8276,9 @@ } }, "node_modules/pyright": { - "version": "1.1.298", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.298.tgz", - "integrity": "sha512-lDTIS0a7SJ6TCcACjPl1eXatYbctTgGd/Ji3aZ9oCJTVjZCIpwf4Huj6sSlhC3KmsHFCcLt4t1uFi0z/jm7qYg==", + "version": "1.1.299", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.299.tgz", + "integrity": "sha512-37agqu0oNRsftFHNyGtaN3SBJJ+Qe2pembdgIpif9iL0VNqCU7j3wauSm8j0peXg1uNHFcS8UMrft4hT7w2XvQ==", "bin": { "pyright": "index.js", "pyright-langserver": "langserver.index.js" @@ -16256,9 +16256,9 @@ "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==" }, "pyright": { - "version": "1.1.298", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.298.tgz", - "integrity": "sha512-lDTIS0a7SJ6TCcACjPl1eXatYbctTgGd/Ji3aZ9oCJTVjZCIpwf4Huj6sSlhC3KmsHFCcLt4t1uFi0z/jm7qYg==" + "version": "1.1.299", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.299.tgz", + "integrity": "sha512-37agqu0oNRsftFHNyGtaN3SBJJ+Qe2pembdgIpif9iL0VNqCU7j3wauSm8j0peXg1uNHFcS8UMrft4hT7w2XvQ==" }, "qrjs": { "version": "0.1.3", diff --git a/web/package.json b/web/package.json index 364bf85c8..7e2c6f529 100644 --- a/web/package.json +++ b/web/package.json @@ -109,7 +109,7 @@ "mermaid": "^10.0.2", "moment": "^2.29.4", "prettier": "^2.8.4", - "pyright": "^1.1.298", + "pyright": "^1.1.299", "rapidoc": "^9.3.4", "rollup": "^2.79.1", "rollup-plugin-copy": "^3.4.0",