From c187e9c3931d4e8573a760045e0e409c704b2e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 06:07:50 +0000 Subject: [PATCH] Bump pyright from 1.1.278 to 1.1.279 Bumps [pyright](https://github.com/Microsoft/pyright/tree/HEAD/packages/pyright) from 1.1.278 to 1.1.279. - [Release notes](https://github.com/Microsoft/pyright/releases) - [Commits](https://github.com/Microsoft/pyright/commits/1.1.279/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 63a91cc..9e2193c 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.278" + "pyright": "^1.1.279" } }, "node_modules/argparse": { @@ -259,9 +259,9 @@ } }, "node_modules/pyright": { - "version": "1.1.278", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.278.tgz", - "integrity": "sha512-at3j7c1fFzB6Jl4+bpr9QPRC/+1gH2gAR/M6GIRS312CHE2JMt8FZRflTbuxEB8IfQAtR+l3YoRMoS1vqF28jw==", + "version": "1.1.279", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.279.tgz", + "integrity": "sha512-Npj9xGdspkaCLUttTDYK6nSlw403vzFlfMXdwCVH8u6BvITnSH/pJHT+CyYvrILXNevRazgltT7JDbWg2VJEFA==", "dev": true, "bin": { "pyright": "index.js", @@ -505,9 +505,9 @@ } }, "pyright": { - "version": "1.1.278", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.278.tgz", - "integrity": "sha512-at3j7c1fFzB6Jl4+bpr9QPRC/+1gH2gAR/M6GIRS312CHE2JMt8FZRflTbuxEB8IfQAtR+l3YoRMoS1vqF28jw==", + "version": "1.1.279", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.279.tgz", + "integrity": "sha512-Npj9xGdspkaCLUttTDYK6nSlw403vzFlfMXdwCVH8u6BvITnSH/pJHT+CyYvrILXNevRazgltT7JDbWg2VJEFA==", "dev": true }, "run-con": { diff --git a/package.json b/package.json index f6c6c7c..81cedb3 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "dependencies": {}, "devDependencies": { "markdownlint-cli": "^0.32.1", - "pyright": "^1.1.278" + "pyright": "^1.1.279" } }