From 3e696133b9848a355150a3f4f2f3ed05c61db525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 06:41:18 +0000 Subject: [PATCH] Bump pyright from 1.1.279 to 1.1.280 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e2193c..6a1ef28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "devDependencies": { "markdownlint-cli": "^0.32.1", - "pyright": "^1.1.279" + "pyright": "^1.1.280" } }, "node_modules/argparse": { @@ -259,9 +259,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==", "dev": true, "bin": { "pyright": "index.js", @@ -505,9 +505,9 @@ } }, "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==", "dev": true }, "run-con": { diff --git a/package.json b/package.json index 81cedb3..2b8418d 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "dependencies": {}, "devDependencies": { "markdownlint-cli": "^0.32.1", - "pyright": "^1.1.279" + "pyright": "^1.1.280" } }