From 1edd85fc8c477c0a03e3b60e4761bd8ed3bdc0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:34:41 +0800 Subject: [PATCH] chore(deps): bump basedpyright from 1.13.3 to 1.14.0 in /language-server (#24) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- language-server/package-lock.json | 14 +++++++------- language-server/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/language-server/package-lock.json b/language-server/package-lock.json index e760b27..9ee0b37 100644 --- a/language-server/package-lock.json +++ b/language-server/package-lock.json @@ -5,13 +5,13 @@ "packages": { "": { "dependencies": { - "basedpyright": "^1.13.3" + "basedpyright": "^1.14.0" } }, "node_modules/basedpyright": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/basedpyright/-/basedpyright-1.13.3.tgz", - "integrity": "sha512-GMTAuAi2/IJJ4Lw7d4sP7AbnVH+VFBtNvw/xwXBFkiYtIWCIA25PsxVyJaKRj/3V7QHqy92Et1N/5LkxinqoXw==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/basedpyright/-/basedpyright-1.14.0.tgz", + "integrity": "sha512-3tiBjVKfYE4RVxq6fDVwoVzmou3s9ijRWT5twAbztoV9mLw7QoYEErwLHhxk5mFEd9xRzhs5DS3G5UASbTegqw==", "bin": { "pyright": "index.js", "pyright-langserver": "langserver.index.js" @@ -39,9 +39,9 @@ }, "dependencies": { "basedpyright": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/basedpyright/-/basedpyright-1.13.3.tgz", - "integrity": "sha512-GMTAuAi2/IJJ4Lw7d4sP7AbnVH+VFBtNvw/xwXBFkiYtIWCIA25PsxVyJaKRj/3V7QHqy92Et1N/5LkxinqoXw==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/basedpyright/-/basedpyright-1.14.0.tgz", + "integrity": "sha512-3tiBjVKfYE4RVxq6fDVwoVzmou3s9ijRWT5twAbztoV9mLw7QoYEErwLHhxk5mFEd9xRzhs5DS3G5UASbTegqw==", "requires": { "fsevents": "~2.3.3" } diff --git a/language-server/package.json b/language-server/package.json index 003bd81..e6a06b0 100644 --- a/language-server/package.json +++ b/language-server/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "basedpyright": "^1.13.3" + "basedpyright": "^1.14.0" } }