diff --git a/package-lock.json b/package-lock.json index 76c93b55..e99bfda2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "coc-pyright", - "version": "1.1.347", + "version": "1.1.348", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coc-pyright", - "version": "1.1.347", + "version": "1.1.348", "license": "MIT", "dependencies": { - "pyright": "^1.1.347" + "pyright": "^1.1.348" }, "devDependencies": { "@types/diff-match-patch": "^1.0.36", @@ -19,7 +19,7 @@ "@types/which": "^3.0.3", "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.13.2", - "@zzzen/pyright-internal": "^1.2.0-dev.20240114", + "@zzzen/pyright-internal": "^1.2.0-dev.20240121", "coc.nvim": "^0.0.83-next.18", "diff-match-patch": "^1.0.5", "esbuild": "^0.19.8", @@ -839,9 +839,9 @@ } }, "node_modules/@zzzen/pyright-internal": { - "version": "1.2.0-dev.20240114", - "resolved": "https://registry.npmjs.org/@zzzen/pyright-internal/-/pyright-internal-1.2.0-dev.20240114.tgz", - "integrity": "sha512-sxfQ0ESgnixNlNOz1I7O9/mInnWLvgd0oYobAY79WLFLams4Gr8l8f07MGIHs/XqYOyYdUUMU7E2rfEEsWxy4Q==", + "version": "1.2.0-dev.20240121", + "resolved": "https://registry.npmjs.org/@zzzen/pyright-internal/-/pyright-internal-1.2.0-dev.20240121.tgz", + "integrity": "sha512-i+kAKS9FRgcyFTqe+uwbJb2XJkl0i1zaEsWJErTzCCv8qwj69o+d6UeEEQZN5SmT6rs8KjTgUB0R5AElERWVYA==", "dev": true, "dependencies": { "@iarna/toml": "2.2.5", @@ -2063,9 +2063,9 @@ } }, "node_modules/pyright": { - "version": "1.1.347", - "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.347.tgz", - "integrity": "sha512-n5sGnhT53daesmKNXcg/Bb/CdNO81O8pI+5YkEga++uJizX22rEiQMt1V5LGKTXm/92qTyJopxvhLnZpk/Ryqg==", + "version": "1.1.348", + "resolved": "https://registry.npmjs.org/pyright/-/pyright-1.1.348.tgz", + "integrity": "sha512-Dezu8jwZLwh9c2JCrXbmOb5BSeuQRM6NdOqN0jpuYpSWH9T8uIyhchkLHdvZ9BjDuUG5QN/4LVtLNbyLQHZ5LQ==", "bin": { "pyright": "index.js", "pyright-langserver": "langserver.index.js" diff --git a/package.json b/package.json index eddb5f69..2b6d28cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coc-pyright", - "version": "1.1.347", + "version": "1.1.348", "description": "Pyright extension for coc.nvim, static type checker for Python", "author": "Heyward Fann ", "license": "MIT", @@ -41,7 +41,7 @@ "@types/which": "^3.0.3", "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.13.2", - "@zzzen/pyright-internal": "^1.2.0-dev.20240114", + "@zzzen/pyright-internal": "^1.2.0-dev.20240121", "coc.nvim": "^0.0.83-next.18", "diff-match-patch": "^1.0.5", "esbuild": "^0.19.8", @@ -2214,6 +2214,6 @@ ] }, "dependencies": { - "pyright": "^1.1.347" + "pyright": "^1.1.348" } }