From c0b75ebb79671bacb05bb495297c76f5fc2f308f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 10:00:13 +0100 Subject: [PATCH] web: bump pyright from 1.1.279 to 1.1.280 in /web (#4025) Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.279 to 1.1.280. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.280/packages/pyright) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 4a10fe34b..46d3d9ccb 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -63,7 +63,7 @@ "mermaid": "^9.2.2", "moment": "^2.29.4", "prettier": "^2.7.1", - "pyright": "^1.1.279", + "pyright": "^1.1.280", "rapidoc": "^9.3.3", "rollup": "^2.79.1", "rollup-plugin-copy": "^3.4.0", @@ -8406,9 +8406,9 @@ } }, "node_modules/pyright": { - "version": "1.1.279", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.279.tgz", - "integrity": "sha512-Npj9xGdspkaCLUttTDYK6nSlw403vzFlfMXdwCVH8u6BvITnSH/pJHT+CyYvrILXNevRazgltT7JDbWg2VJEFA==", + "version": "1.1.280", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.280.tgz", + "integrity": "sha512-WbwhA8nqYkaNlRiCzfVvuhiAJZ0GkONGGz/FA8mhLKixivqI11HZKZA/sIHdK5Ez1qWg3zQ2V8L9jvUTHUtc8Q==", "bin": { "pyright": "index.js", "pyright-langserver": "langserver.index.js" @@ -16527,9 +16527,9 @@ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, "pyright": { - "version": "1.1.279", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.279.tgz", - "integrity": "sha512-Npj9xGdspkaCLUttTDYK6nSlw403vzFlfMXdwCVH8u6BvITnSH/pJHT+CyYvrILXNevRazgltT7JDbWg2VJEFA==" + "version": "1.1.280", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.280.tgz", + "integrity": "sha512-WbwhA8nqYkaNlRiCzfVvuhiAJZ0GkONGGz/FA8mhLKixivqI11HZKZA/sIHdK5Ez1qWg3zQ2V8L9jvUTHUtc8Q==" }, "qrjs": { "version": "0.1.2", diff --git a/web/package.json b/web/package.json index 7dc2f0d49..429e55bd5 100644 --- a/web/package.json +++ b/web/package.json @@ -106,7 +106,7 @@ "mermaid": "^9.2.2", "moment": "^2.29.4", "prettier": "^2.7.1", - "pyright": "^1.1.279", + "pyright": "^1.1.280", "rapidoc": "^9.3.3", "rollup": "^2.79.1", "rollup-plugin-copy": "^3.4.0",